[tcpdump-workers] pcap segment violation

2014-02-12 Thread Daniel H. Bahr
Hello everyone, I really hope this is the right place to post this since I did not find a pcap-specific mailing list, if not: could someone point me in the right direction? So this is the thing: I'm working on a fairly simple network passive monitor with simple algorithms dependant mostly on packe

Re: [tcpdump-workers] pcap segment violation

2014-02-12 Thread Guy Harris
On Feb 12, 2014, at 11:42 AM, Daniel H. Bahr wrote: > Hello everyone, I really hope this is the right place to post this > since I did not find a pcap-specific mailing list, There aren't separate tcpdump or libpcap mailing lists. This list is for all tcpdump-related and libpcap-related mail,

Re: [tcpdump-workers] pcap segment violation

2014-02-12 Thread Guy Harris
Note also that there is *NO* guarantee that the struct pcap_pkthdr or packet data pointers handed to your callback remain valid after it returns, so those pointers must not be saved by your callback or anything it calls. ___ tcpdump-workers mailing list