winpcap
Broadcast a UDP message in LAN with fake source IP with delphi
I want to broadcast a UDP message in my LAN with fake source IP ( spoofing ) 1. Do winpcap able to do this ?[详细]
2023-01-08 07:38 分类:问答WinPCap - how can I get protocol (e.g. HTTP) within TCP packet & HTTP fields?
As background I\'m want to be able to, wit开发者_如何学Gohin a capture access: what is the protocol within the TCP packets, e.g. HTTP?(specifically I\'m after filter on web traffic)[详细]
2023-01-07 22:35 分类:问答to monitor local pc network and block ip's is winpcap is the tool?
i need to build network monitor that sniff the network and to hold开发者_如何转开发 ip policy that will enable me to block the network based on this policy[详细]
2023-01-07 17:05 分类:问答How to pass a pointer to a member function to a C function? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Using a C++ class member function as a C callback function[详细]
2023-01-04 09:34 分类:问答how works applications which blocks web sites?
I know only one low-level way of blocking websites - hosts file. However, it is obvious that main stream programs has some other way of achieving this.[详细]
2023-01-03 02:01 分类:问答How do I modify a HTTP response packet with winpcap?
There are two problems here: What if content i开发者_JAVA百科s encoded:gzip... Do I also need to change the header part to make the HTTP packet valid(checksums if any?)[详细]
2022-12-29 23:17 分类:问答What's pcap_pkthdr there for?
Code snippet from here: void packet_handler(u_char *pa开发者_运维知识库ram, const struct pcap_pkthdr *header, const u_char *pkt_data)[详细]
2022-12-29 11:01 分类:问答How do I tell cmake to do these two steps to use winpcap?
Quoted from here: If your program uses Win32 specific functions of WinPcap, remember to include WPCAPamong the preprocessor definitions.[详细]
2022-12-29 04:32 分类:问答Why winpcap requires both .lib and .dll to run?
Specifications can be seen here: http://www.winpcap.org/开发者_JS百科docs/docs_40_2/html/group__wpcapsamps.html[详细]
2022-12-28 20:38 分类:问答how to know if a packet sniffed is accessed from a website directly and not linked?
is there any way to know if a certain tcp segment which has a request message to a server is directly accessed by a user through a browser. not just that its linked by the browser itself to complete t[详细]
2022-12-21 08:16 分类:问答
加载中,请稍侯......