Re: [tcpdump-workers] vlan handling

2014-04-04 Thread Shoham peller
Hi, I'm having problems implementing it. The problem is the action precedence bison does. For example: vlan or vlan I've written code that makes the or keyword to restore the off_linktype so that the second vlan keyword uses off_linktype that is reseted. But the action precedence

[tcpdump-workers] errno.h in the Win32 version

2014-04-04 Thread Gisle Vanem
I note that a local Win32/include/errno.h is shadowing for the real errno.h which is not nice. And shouldn't sys-headers come first in missing/inet_pton.c? #include tcpdump-stdinc.h #include errno.h Since MSVC's errno.h has a 'EAFNOSUPPORT', but MingW+Watcom does not, I think it's cleaner