winpcap
pcap - streaming and receiving udp in the same computer
To explain what I would like to get, here\'s an example. Let\'s say, we have a PC with one NIC. It has single IP address 172.16.0.1.[详细]
2023-04-11 05:13 分类:问答Problem in including an external library while compiling a C++ program
I\'m using Dev C++ on windows 7, and WinPcap (developer\'s pack). Dev c++ is not able to find pcap.h apparently, even though I include the /include/ directory in project options, on compilation it dis[详细]
2023-04-07 11:33 分类:问答SharpPcap OnPcapStatistics event never fires?
I am trying to get SharpPcap Statistics to work, but the OnPcapStatistics event never fires. Here\'s the code: SharpPcap Example 11: statistics[详细]
2023-04-05 09:41 分类:问答What does "winpcap can't stop, filter and take control of other applications" mean?
\"Because winpcap sends and receives data independent of host protocol such as TCP/IP, which means winpcap can\'t stop, filter and take control of other applications on the same machine control, it开发[详细]
2023-04-04 03:19 分类:问答Working in WinPcap, pcap_open does not always return a pointer
I\'m working on a packet sniffer in C Sharp using Winpcap, Here is the exact code: [DllImport(\"wpcap.dll\", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)][详细]
2023-04-01 22:48 分类:问答WinPcap Block Packets
Is there 开发者_如何学JAVAa way that, using WinPcap, I can read a packet and if that packet is going to a certain domain name, I can block the packet with a custom HTML page?Like, if I wanted to go to[详细]
2023-03-28 23:31 分类:问答How can i get an image from a pcap file?
I wrote a basic c# wrapper for winpcap to capture packets from an interface and saving them to a dump file. Now i wanna get images in that pcap files. Is there a c# library for this pur开发者_运维问答[详细]
2023-03-27 09:21 分类:问答Winpcap and DeviceIoControl - Error code 1 on Win7
I\'m trying to use Winpcap PacketRequest() function (located in packet32.h) in order to send OID to a network adapter.[详细]
2023-03-22 17:58 分类:问答java jpcap java.lang.UnsatisfiedLinkError
I have got a problem with jpcap and winpcap. I used to run it before but I do not know what is happening now. I have installed winpcap and downloaded jpcap. On the first run of the example code, I got[详细]
2023-03-21 01:07 分类:问答WinPcap C# Wrapping pcap_findalldevs() throws PInvokeStackImbalance
Im tr开发者_运维百科ying to write a C# wrapper for winpcap. It gives the warning PInvokeStackImbalance when im trying to debug, but pcap_findalldevs does its job. But I think this will cause a memory[详细]
2023-03-20 09:27 分类:问答