packETH is not available for Windows. Some code changes would be required to support it, especially at socket level. Since I'm not familiar with this part in Windows, someone else would need to write this...
Miha
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you can use WinPcap to implement RAW socket layer. You just need to make the packet pattern, and pass it to WinPcap.
I had try to change some sendto() to pcap_sendpacket(), and packETH can send the packet out. I'm not familiar with GTK+, I don't know how to change the combo to combo box(in the NIC Interface popup window). I want the index number of glist, not iftext. I'm still learning GTK+ in my spare time.
Hi
Is Packeth available for windows?
And if not, does anybody know a similar program working in windows?
HI!
packETH is not available for Windows. Some code changes would be required to support it, especially at socket level. Since I'm not familiar with this part in Windows, someone else would need to write this...
Miha
Hi
I think you can use WinPcap to implement RAW socket layer. You just need to make the packet pattern, and pass it to WinPcap.
I had try to change some sendto() to pcap_sendpacket(), and packETH can send the packet out. I'm not familiar with GTK+, I don't know how to change the combo to combo box(in the NIC Interface popup window). I want the index number of glist, not iftext. I'm still learning GTK+ in my spare time.
Sorry about my terrible english.
PS: WinPcap
http://www.winpcap.org/docs/docs_40_1/html/group__wpcap__tut8.html
Good luck.
cschang