What Python module should I be using to sniff packets? I don\'t need anything too complex, I just need to get the data out of some packets being sent to my computer.I am using Python 2.6 and Windows 7
I am working on a project and I have a minor task of retrieving packet sequence numbers.Recently, I came to know about winpcap and I want to know whther I 开发者_C百科can retrieve sequence numbers fro
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a small project that I\'ve been working on in C++, and due to the nature of what it does, I need to insert packets in to a live TCP stream. (The purpose is innocent enough, http://ee.forumify.c
I want to make a C program which uses winpcap. However, I first need to install the winpcap package into my PC using the installer before I can execute my program. How do I make my program do it (perf
interested in any comments anyone has around the various .net tools which can be used for passive packet capture. In terms of winpcap the choice seems to be between pcap.net and sharppcap. Another pot
is there any windows library / kernel-mode driver (with usermode API) in C/C++ which I can use to send/recv ethernet frame without IP 开发者_Go百科(only use mac address).
I am trying out an example of obtaining advanced information about installed n/w devices from WinPcap.
I am trying to include WinPcap library in one of my Visual C++ program and I am using Visual Studio 10 Ultimate.
I\'m trying to compile a C program that uses libpcap in statistical mode on OSX. The original code was written for Windows, using the winpcap library. The version of libpcap on my Mac has never heard