Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Thanks Tim. One thing, I took a look at the tcpdump man page, and didn't see anything about kernel/network interfaces. I am curious to learn more about this, if you have any other pointers. Commented Oct 24, 2011 at 19:55
  • the pcap man page that i linked above speaks more about network interfaces. tcpdump only presents the data. it's libpcap that captures the data, and interfaces to the network devices. Commented Oct 24, 2011 at 20:09