winpcap
How to capture network traffic application wise using winpcap?
I have to make a windows based application for which captures network traffic per application where some of running application uses same port number for sending and receiving the packets.[详细]
2023-02-11 13:50 分类:问答winpcap on linux
I am trying to port an Windows executable to Linux using wine. I am at a point where I c开发者_StackOverflowan run the executables but it returns some error saying it can\'t load \"npf\" driver. Is th[详细]
2023-02-10 12:54 分类:问答How do I reassemble HTTP packets from Net::Pcap?
I am using the Net::Pcap module to capture packets with this filter: dst $my_host and dst port 80 Inside the Net::Pcap event loop I use a callback function:[详细]
2023-02-05 11:55 分类:问答Do the functions in libpcap and winpcap have identical names?
Do the 开发者_如何学JAVAfunctions in libpcap and winpcap have identical names? If not, what names are different, or are the majority of them different?[详细]
2023-02-03 08:21 分类:问答send a HTTP request using raw socket and WinPcap
as part of my project, I\'m trying to send IP packets that contain HTTP requests to Google. I\'m using Winpcap library and VC++. Currently, I have the TCP three-way handshaing packets done, but I\'m s[详细]
2023-01-26 14:48 分类:问答See what website the user is visiting in a browser independent way
I am trying to build an application that can inform a user about website specific information whenever they are visiting a website that is p开发者_开发问答resent in my database. This must be done in a[详细]
2023-01-25 09:48 分类:问答How to ignore own packets by WinPcap?
When I inject any packet via WinPcap it will be captured in this moment. I dont want to ca开发者_JAVA技巧pture packets, witch were injected myself.[详细]
2023-01-24 19:21 分类:问答jNetPcap vs Jpcap
wondering any of you can give me a bit of comments + insights please. In term of performanc开发者_C百科e, which one should I use, jNetPcap or Jpcap?[详细]
2023-01-14 07:01 分类:问答pcap_dump file not opened by Wireshark
I am trying to save the output of this file in libpcap format and although the file does get saved and the right data is written into it, Wireshark is unable to open it. Anyone see what I am missing h[详细]
2023-01-10 09:32 分类:问答SharpPcap Encoding.UTF8.GetBytes
Does someone know which is the right way to get the actual text in these bytes? I do something wrong here.[详细]
2023-01-09 06:58 分类:问答