[tcpdump-workers] typos in man pages

2011-03-07 Thread Miroslav Lichvar
Hi, here is a patch fixing some typos. -- Miroslav Lichvar >From 2855059315d26bcaadd1c48d56752809cebc8219 Mon Sep 17 00:00:00 2001 From: John Bradshaw Date: Mon, 7 Mar 2011 13:27:15 +0100 Subject: [PATCH] Fix typos in man pages. --- pcap_compile.3pcap.in |2 +- pcap_next_ex.3pcap|

Re: [tcpdump-workers] Where does libpcap get the incoming network data? From the driver?

2011-03-07 Thread Fabian Schneider
Hi, that depends on the OS. > 1. Does libpcap obtain incoming packet data from the nic's driver or from > somewhere else? > 2. Does libpcap obtain outgoing packet data from the linux IP layer or from > somewhere else? Actually it is in between. What happens is that libpcap requests a PF_PACKE

[tcpdump-workers] Where does libpcap get the incoming network data? From the driver?

2011-03-07 Thread Jorge Canas
Hi, Two quick questions: 1. Does libpcap obtain incoming packet data from the nic's driver or from somewhere else? 2. Does libpcap obtain outgoing packet data from the linux IP layer or from somewhere else? thanks! - This is the tcpdump-workers list.