-
Yup :)
Now it's updated with the latest version. And now it's also seen on linux!
You probably need to set all relevant operating system when uploading new files and this button should be updated automatically.
2009-09-02 05:31:27 UTC in SharpPcap
-
Hey Chris,
From some reason from Linux this button is not seen (just tried with both firefox and konqueror.
However from windows (both IE+FF) , you will see the big button clearly, which indeed points to v1.6.
Found this bug thread about this issue:
https://sourceforge.net/apps/trac/sourceforge/ticket/3755
Tried following the instructions there to fix it. I still see the old version...
2009-09-02 05:27:38 UTC in SharpPcap
-
tamirgal made 1 file-release changes.
2009-09-02 05:26:02 UTC in SharpPcap
-
As far as I know this is an issue with WinPcap.
Here you can find a bit more info:
http://www.tamirgal.com/blog/post/How-to-fix-Not-all-devices-are-shown-with-SharpPcap.aspx.
2009-08-14 15:53:06 UTC in SharpPcap
-
tamirgal added picrap to the SharpSSH project.
2009-08-05 15:36:51 UTC in SharpSSH
-
The ARP class originally was using the IPHelper API to get the local MAC address and IP address in order to build the ARP request pkt.
However, since the iphelper wrapper was recently removed from SharpPcap, you need to manually set the MAC and IP address fields in order to make the ARP class usable.
This issue should be fixed by forcing the ARP class to received a MAC/IP input, or...
2009-03-22 20:05:18 UTC in SharpPcap
-
No entirely true, you can manually set the MAC address, and the IP address, on the ARP class to some spoofed values. This may be even a better solution than using the real IP/MAC so the underlying OS won't get confused about someone using its MAC / IP.
In anyway, Chris, maybe we should still in some way include the iphelper wrapper as some sort of a utility class. It seems it is still useful...
2009-03-09 07:05:17 UTC in SharpPcap
-
Riyaz,
Closing a connection by sending a spoofed RST pkt is not a trivial task. You need to keep track of the sequence numbers of the connection and inject your packet with the correct sequence number expected by the target machine. With some luck you may even succeed with this.
However, most probably this is *not* the way sysinternals had implemented their tcpview application. They probably...
2009-02-26 12:30:17 UTC in SharpPcap
-
Well, the SharpPcap API is going through some changes lately. I believe you have downloaded the sources of a newer version than the one you where originally using.
For now, please try downloading the sources of one of the older versions instead. For example v1.6.2:
http://downloads.sourceforge.net/sharppcap/SharpPcap-1.6.2.src.zip.
2009-02-25 11:15:31 UTC in SharpPcap
-
I don't know much about VB, but I think this thread may help you:
http://www.codeproject.com/script/Forums/View.aspx?fid=237884&msg=2404227
It may be that VB don't like the fact that there are two versions of the same function with different case (IpHeaderLength and IPHeaderLength).
2009-02-24 16:04:46 UTC in SharpPcap