[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

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Daniel H. Bahr
First of all thanks for your replies and sorry for the delay on mine. On what OS is this? Both Debian 7 and Ubuntu 12.04 (though I really think they represent the same to you). What type of processor is this running on? amd64 bit processors. The Ubuntu box runs on a QuadCore (the Debian one

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Daniel H. Bahr
was emitted from a process other than this one? 2014-02-13 8:11 GMT-05:00, Daniel H. Bahr dhb...@gmail.com: First of all thanks for your replies and sorry for the delay on mine. On what OS is this? Both Debian 7 and Ubuntu 12.04 (though I really think they represent the same to you). What

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Daniel H. Bahr
I see what you mean, but the native startSniffing method is invoked from a nested inner Thread. That is: Java Main Thread { do stuff... Nested Outer Thread { do more stuff... Nested Inner Thread { startSniffing here... } } } 2014-02-13 12:29 GMT-05:00, Michael

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Daniel H. Bahr
of the class for each network interface to be sniffed. Could this raise the issues you mention above? 2014-02-13 13:11 GMT-05:00, Daniel H. Bahr dhb...@gmail.com: I see what you mean, but the native startSniffing method is invoked from a nested inner Thread. That is: Java Main Thread { do stuff

Re: [tcpdump-workers] pcap segment violation

2014-02-13 Thread Daniel H. Bahr
and everything works out fine, as opposed as when I connect the signal in which case it crashes every time. I'll also take a look at the singleton *jni and see how to work that around. Best regards to everyone 2014-02-13 16:16 GMT-05:00, Michael Richardson m...@sandelman.ca: Daniel H. Bahr dhb

Re: [tcpdump-workers] pcap segment violation

2014-02-14 Thread Daniel H. Bahr
Yes, even so 2014-02-13 16:36 GMT-05:00, Guy Harris g...@alum.mit.edu: On Feb 13, 2014, at 1:24 PM, Daniel H. Bahr dhb...@gmail.com wrote: For some reason, as I said earlier, if the SIGSEGV is not connected to the bailout nothing queer happens, Even if you leave SIGQUIT and SIGTERM

[tcpdump-workers] how can i access tsval from tcp options?

2014-02-15 Thread Daniel H. Bahr
Hello everyone, I'm in need of accessing the tsval value of the options field in the tcp header... i've been checking the tcp.h and did not find anything that helped me. Does any body know how to do it? Best regards ___ tcpdump-workers mailing list