tcpdump
how to timeout periodically in libpcap packet receiving functions
I found this post in stackoverflow.com listening using Pcap with timeout I am facing a similar (but different) problem: what is the GENERIC (platform-independent) method to timeout periodically when[详细]
2023-03-22 19:47 分类:问答How can I see the full snaplen capture using tcpdump?
I can\'t seem to see all the da开发者_Go百科ta of a capture when using tcpdump.Specifically I seem to be missing 6 bytes off of the head of the frame and I\'m wondering if anyone can explain why.[详细]
2023-03-22 12:49 分类:问答Silencing output from tcpdump when using popen
I am writing a program in C to anal开发者_高级运维yze packets that are captured by tcpdump. In my program I use popen to open a pipe to a tcpdump process which captures the packets and dumps the raw d[详细]
2023-03-22 00:46 分类:问答how can I tell what process packets originate from in Mac OS X?
With all applications closed, tcpdump reveals that my Mac is sending packets to a handful of IPs sporadically.They\'re are bursts of packets with no data payload and with unusual TCP sequence numbers[详细]
2023-03-13 18:38 分类:问答Python 2.6 problem: Capturing output from tcpdump subprocess
I am trying to capture the output of a tcpdump/grep pipeline from Python. I am using Python 2.6 on Mac OS 10.6.7.[详细]
2023-03-06 11:32 分类:问答ReadLine on TCPDump-Buffer sometimes blocks until kill tcpdump
I have a problem using TCPDump from my Android-Application. It is supposed to read the output from tcpdump line by line and process it within my Application. The Problem is: Sometimes the code works f[详细]
2023-02-27 04:14 分类:问答How to convert KDD 99 dataset to tcpdump format?
Can anyone guide me in converting the KDD 99 dataset,consisting of ip packets in the following format to TCP dump format?[详细]
2023-02-27 03:38 分类:问答How to write a program that mimics Fiddler by using tcpdump or from scratch?
When Fiddler is not on Mac OS X or Ubuntu, and if we don\'t install/use Wireshark or any other more heavy duty tools, what is a way to use tcpdump so that[详细]
2023-02-16 22:42 分类:问答Is there a wrapper for the TCPDump output in C or Objective-C?
I\'m writing a small utility in Cocoa a开发者_StackOverflownd I need dissect the output of the TCPDump tool.[详细]
2023-02-07 02:36 分类:问答Subprocess Variables [duplicate]
This question already has answers here: 开发者_开发技巧 Why does passing variables to subprocess.Popen not work despite passing a list of arguments?[详细]
2023-01-28 14:29 分类:问答