Re: [tcpdump-workers] libpcap on Mac Os X 10.6 Snow Leopard

2010-02-03 Thread Marco De Angelis
Guy Harris alum.mit.edu> writes: > > some printout I could add before calling pcap_dispatch to see what's in the > > kernel buffer and what in the userland buffer? > > Yes, but you'd have to add it to libpcap. > > >> Is your program built as a 32-bit program or a 64-bit program? > > To summa

Re: [tcpdump-workers] libpcap on Mac Os X 10.6 Snow Leopard

2010-02-03 Thread Guy Harris
On Feb 3, 2010, at 5:03 AM, Marco De Angelis wrote: > Guy Harris alum.mit.edu> writes: > >>> it seems that libpcap captures them, but the pcap_dispatch (and pcap_loop >>> as well) does not deliver packets to the pcap_handler. >> >> What do you mean by "libpcap captures them"? Do you mean tha

Re: [tcpdump-workers] libpcap on Mac Os X 10.6 Snow Leopard

2010-02-03 Thread Marco De Angelis
Guy Harris alum.mit.edu> writes: > > it seems that libpcap captures them, but the pcap_dispatch (and pcap_loop as well) does not deliver packets to the pcap_handler. > > What do you mean by "libpcap captures them"? Do you mean that libpcap reads the packets into the userland > buffer attached t