[tcpdump-workers] Possible initialization error in libpcap

2013-01-08 Thread Derek Cole
Hello, I am not sure this is the right mailing list for this or not, but if not, someone can point me in the right direction. I am trying to debug some software that is using libpcap, with valgrind. I am not able to get my software to launch, because valgrind is returning the dump at the bottom

Re: [tcpdump-workers] Possible initialization error in libpcap

2013-01-08 Thread Guy Harris
On Jan 8, 2013, at 1:58 PM, Derek Cole wrote: > I am not sure this is the right mailing list for this or not, It is. "tcpdump-workers" is actually a combination of: "tcpdump-users" - users of tcpdump; "tcpdump-workers" - developers of tcpdump; "libpcap-users" - "user

Re: [tcpdump-workers] Possible initialization error in libpcap

2013-01-08 Thread Derek Cole
Hello, Thanks for the detailed response. You are correct that was my stack overflow post. At the time I posted that I didn't have as clear of an idea of the problem, so, casting a wide net. >Valgrind is complaining about several uninitialized variables, *and* about "unhandled ioctl 0x20004269 wit

Re: [tcpdump-workers] Possible initialization error in libpcap

2013-01-08 Thread Guy Harris
On Jan 8, 2013, at 7:08 PM, Derek Cole wrote: > Thanks for the detailed response. You are correct that was my stack overflow > post. At the time I posted that I didn't have as clear of an idea of the > problem, so, casting a wide net. > >> Valgrind is complaining about several uninitialized

Re: [tcpdump-workers] [PATCH net 1/2] net: dev_queue_xmit_nit: fix skb->vlan_tci field value

2013-01-08 Thread Ani Sinha
+tcpdump-workers On Tue, Jan 8, 2013 at 10:27 PM, Eric Dumazet wrote: > On Tue, 2013-01-08 at 22:06 -0800, Ani Sinha wrote: > >> The proposed patch tries to fix the issue that arose after the >> following commit : >> >> commit b40863c667c16b7a73d4f034a8eab67029b5b15a >> Author: Eric Dumazet >>