Questions tagged [pcap.net]

Pcap.Net is a .NET wrapper for WinPcap written in C++/CLI and C#. It Features almost all WinPcap features and includes a packet interpretation framework.

Pcap.Net is a .NET wrapper for WinPcap written in C++/CLI and C#. It Features almost all WinPcap features and includes a packet interpretation framework. See http://pcapdot.net

139 questions
-1
votes
1 answer

How I can grant permission for Pcap library in Windows 10 from C#?

I use SharpPcap library for realise GOOSE protocol listener (EtherType = 0x88B8). It works well, but only if I run Wireshark in parallel, otherwise my program does not catch GOOSE packets. SharpPcap examples also don't capture GOOSE packets while…
Papayaved
  • 103
  • 1
  • 1
  • 11
-1
votes
1 answer

Create HTTP packet

I would like create HTTP packet with random IP source. Apparently, Pcap.net does it. I asked here : http://pcapdotnet.codeplex.com/Thread/View.aspx?ThreadId=227725, but I still have not figured out how to do it. Anybody to help me to write code…
-2
votes
1 answer

TCP send a packet with External IP Source?

i will creat a valid TCP Packet (3 way handshake) to request on my server (real server online not vmware localhost) My PC IP ADDRESS: 192.168.1.4 My ONLINE IP ADDRESS: 177.9.9.9 My Server IP ADDRESS: 113.x.x.x I send a TCP Packet from my PC…
Viet Nguyen
  • 2,285
  • 2
  • 26
  • 43
-2
votes
2 answers

calculate IP range numbers from 2 given IP addresses

i am using pcapdotnet DLL's in my application and one of the option i have added is to change the packet ip address before sending the pcap file (send to my function 2 ip's: old ip address and the new ip address i want to change). now i want to add…
user1269592
  • 691
  • 3
  • 12
  • 24
1 2 3
9
10