Re: [tcpdump-workers] How to use the non-promiscous mode?

2004-09-09 Thread Guy Harris
On Sep 9, 2004, at 1:10 AM, fullc0de wrote: When I searched, I've not been able to find a function "pcap_open_log()" in pcap.h. Sorry, that should have been "pcap_open_live()". The following code is used in my program. pcap_open(d->name, 65536, 0, 1000, NULL, errbuf) I Thought I am using the non

Re: [tcpdump-workers] How to use the non-promiscous mode?

2004-09-09 Thread rick jones
The following code is used in my program. pcap_open(d->name, 65536, 0, 1000, NULL, errbuf) I Thought I am using the non-promiscous mode in my program. But, unexpected packet was captured. Likely as not, when in "non promiscuous mode" (DL_PROMISC_SAP in DLPIspeak) you will still see all link-leve

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 08.09.2004 - 09.09.2004 GMT

2004-09-09 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 08.09.2004 (Wed) 09:06:35 - 09.09.2004 (Thu) 09:06:33 GMT = Summary by authors = Author: hannes File: tcpdump/print-isoclns.c; Revisions: 1.120, 1.106.2.6 ==

Re: [tcpdump-workers] How to use the non-promiscous mode?

2004-09-09 Thread fullc0de
Thank you for your reply message and point out my mistake about "How". :-) When I searched, I've not been able to find a function "pcap_open_log()" in pcap.h. How do I can? :-) The following code is used in my program. pcap_open(d->name, 65536, 0, 1000, NULL, errbuf) I Thought I am using t