Re: [tcpdump-workers] passing pcap_t between C fuction Segmentation

2008-05-28 Thread Guy Harris
Michael Fisher wrote: I am having a issue with pcap_next() and any other pcap call. I have several modules in my program but in one one module i make the pcap_open_live call It isn't returning a null pointer, right? - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubsc

[tcpdump-workers] passing pcap_t between C fuction Segmentation fault

2008-05-28 Thread Michael Fisher
I am having a issue with pcap_next() and any other pcap call. I have several modules in my program but in one one module i make the pcap_open_live call which works that i pass a pointer to a pcap_t data type. Then if i try to do any pcap call on a handle out of that module i get a segmentation fau

Re: [tcpdump-workers] How to daemonize tcpdump

2008-05-28 Thread Bruce M Simpson
Bruce M Simpson wrote: I once hacked its predecessor trafd to export its counters via SNMP. It's a bit frustrating that RMON never really got opened up. Actually someone has rolled a libpcap and Net-SNMP based RMON module: http://www.nongnu.org/ramon/ Seems quite pre-alpha though. - This is