On 7/31/06, Rick Jones <[EMAIL PROTECTED]> wrote:
I thought that one thread was send/recv and the other was send. The "send only"
thread ostensibly would not need to be in promiscuous mode right?
Sort of. Promiscous mode on the NIC and promiscous on the STREAM are
two different things. Libp
Using libpcap 0.9.4 under OS X 10.4.x:
Trying to create a new savefile with a DLT of my choosing (in this
case DLT_EN10MB):
dlt_pcap = pcap_open_dead(DLT_EN10MB, 65535);
pcap_dump = pcap_dump_open(dlt_pcap, outfile);
printf( "DLT of pcap_dump is %s",
pcap_datalink_val_to_name(pca