Re: [tcpdump-workers] pcap-dlpi.c patch for 1.0.0

2008-12-02 Thread Guy Harris
On Dec 1, 2008, at 9:08 AM, Albert Chin wrote: pcap-dlpi.c in pcap_activate_dlpi() conditionalizes the `ss' variable: #ifdef HAVE_SYS_BUFMOD_H bpf_u_int32 ss; but then uses it unconditionalized: ss = p->snapshot; Patch attached. Checked into the main and 1.0 branches (with an additional

[tcpdump-workers] pcap-dlpi.c patch for 1.0.0

2008-12-01 Thread Albert Chin
pcap-dlpi.c in pcap_activate_dlpi() conditionalizes the `ss' variable: #ifdef HAVE_SYS_BUFMOD_H bpf_u_int32 ss; but then uses it unconditionalized: ss = p->snapshot; Patch attached. -- albert chin ([EMAIL PROTECTED]) Index: pcap-dlpi.c