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
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
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