<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Develop a network packet sending/capturing tool in Java using Jpcap</title>
	<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/</link>
	<description>New SMS Library at http://twit88.com/platform/projects/show/messagingtoolkit !</description>
	<pubDate>Sat, 13 Mar 2010 11:47:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Name</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-131497</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 30 Dec 2009 21:44:12 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-131497</guid>
		<description>so what you did here is a copy paste if jpcap official page ? what's the purpose of this ?</description>
		<content:encoded><![CDATA[<p>so what you did here is a copy paste if jpcap official page ? what&#8217;s the purpose of this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-102889</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:38:26 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-102889</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://twit88.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-84113</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Mon, 01 Jun 2009 15:57:58 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-84113</guid>
		<description>Hi guys,

I am using the avove code of "TCPDUMP program" and it returns devices.length =0...any idea why it doesn't read any device. I am running this code as adminstrator and connected to the net.

NetworkInterface[] devices = JpcapCaptor.getDeviceList();
System.out.println(devices.length);</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I am using the avove code of &#8220;TCPDUMP program&#8221; and it returns devices.length =0&#8230;any idea why it doesn&#8217;t read any device. I am running this code as adminstrator and connected to the net.</p>
<p>NetworkInterface[] devices = JpcapCaptor.getDeviceList();<br />
System.out.println(devices.length);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: java man</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-75859</link>
		<dc:creator>java man</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:40:29 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-75859</guid>
		<description>Why I'm getting 

Exception in thread "main" java.lang.UnsatisfiedLinkError: jpcap.JpcapCaptor.getDeviceList()[Ljpcap/NetworkInterface;
        at jpcap.JpcapCaptor.getDeviceList(Native Method)

I'm install correctly the jpcap.dll into c:\windows\system32 (set as system path)</description>
		<content:encoded><![CDATA[<p>Why I&#8217;m getting </p>
<p>Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: jpcap.JpcapCaptor.getDeviceList()[Ljpcap/NetworkInterface;<br />
        at jpcap.JpcapCaptor.getDeviceList(Native Method)</p>
<p>I&#8217;m install correctly the jpcap.dll into c:\windows\system32 (set as system path)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemanth raj</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-52770</link>
		<dc:creator>hemanth raj</dc:creator>
		<pubDate>Wed, 25 Feb 2009 05:48:00 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-52770</guid>
		<description>how to capture the ip address of the packets recieved and how shld we direct it to our server</description>
		<content:encoded><![CDATA[<p>how to capture the ip address of the packets recieved and how shld we direct it to our server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sowmya</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-40805</link>
		<dc:creator>sowmya</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:47:11 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-40805</guid>
		<description>hi

I need some information regarding the compilation and execution of Jpcap programs.
Is the path setting necessary?

plz plz help us
we are doing a project on this</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I need some information regarding the compilation and execution of Jpcap programs.<br />
Is the path setting necessary?</p>
<p>plz plz help us<br />
we are doing a project on this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakthimurugan</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-40182</link>
		<dc:creator>Sakthimurugan</dc:creator>
		<pubDate>Mon, 26 Jan 2009 13:19:01 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-40182</guid>
		<description>Hi Gee?

 How to write networking Application in java simple.

i want example code for this, plz help me</description>
		<content:encoded><![CDATA[<p>Hi Gee?</p>
<p> How to write networking Application in java simple.</p>
<p>i want example code for this, plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-23494</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Mon, 20 Oct 2008 09:40:34 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-23494</guid>
		<description>Can u plz tell me how to decode the packets into user readable format after capturing them.</description>
		<content:encoded><![CDATA[<p>Can u plz tell me how to decode the packets into user readable format after capturing them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: junkredish</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-16533</link>
		<dc:creator>junkredish</dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:47:32 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-16533</guid>
		<description>do u know how to send fake hardware broadcast address using java? i'm workin with sniffer detector program and currently stuck with it</description>
		<content:encoded><![CDATA[<p>do u know how to send fake hardware broadcast address using java? i&#8217;m workin with sniffer detector program and currently stuck with it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-3275</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 10 Feb 2008 03:37:55 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-3275</guid>
		<description>Can u show yr code ?</description>
		<content:encoded><![CDATA[<p>Can u show yr code ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-3257</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:05:43 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-3257</guid>
		<description>hi,
I use JPCap for capturing packet but i can find only devices in my system, i can not capture the network packet. Please help me for capturing the network packet.</description>
		<content:encoded><![CDATA[<p>hi,<br />
I use JPCap for capturing packet but i can find only devices in my system, i can not capture the network packet. Please help me for capturing the network packet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathesh A</title>
		<link>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-1752</link>
		<dc:creator>sathesh A</dc:creator>
		<pubDate>Thu, 20 Dec 2007 08:59:18 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/09/29/develop-a-network-packet-sendingcapturing-tool-in-java-using-jpcap/#comment-1752</guid>
		<description>how to capture the packets which are passing through the router.</description>
		<content:encoded><![CDATA[<p>how to capture the packets which are passing through the router.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
