Re: [tcpdump-workers] Adding support for ETSI GeoNetworking networkand BTP transport protocol

2013-07-03 Thread Gisle Vanem
"Denis Ovsienko" wrote: And must go on Windows: I addressed this in a little cleaner way. The changes are in the master branch now, could you check? Works fine with MSVC. I've added a comment on print-carp.c: https://github.com/the-tcpdump-group/tcpdump/commit/9a68bf303ada7a69d853eeefa0

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking networkand BTP transport protocol

2013-07-03 Thread Denis Ovsienko
03.07.2013, 14:18, "Gisle Vanem" : > "Denis Ovsienko" wrote: > >>  is anybody else willing to review this pull request? >> >>  https://github.com/the-tcpdump-group/tcpdump/pull/324 > > I just did a build with MSVC after a new checkout of >   https://github.com/the-tcpdump-group/tcpdump.git > > It

[tcpdump-workers] [PATCH libpcap] linktype: add netlink link/dlt type

2013-07-03 Thread Daniel Borkmann
For pcap interoperability, introduce a common link type for netlink captures. Netlink debugging workflow looks like the following: Setup: modprobe nlmon ip link add type nlmon ip link set nlmon0 up Capture: tcpdump -i nlmon0 ... Teardown: ip link set nlmon0 down ip link del dev nlmon

Re: [tcpdump-workers] Adding support for ETSI GeoNetworking networkand BTP transport protocol

2013-07-03 Thread Gisle Vanem
"Denis Ovsienko" wrote: is anybody else willing to review this pull request? https://github.com/the-tcpdump-group/tcpdump/pull/324 I just did a build with MSVC after a new checkout of https://github.com/the-tcpdump-group/tcpdump.git It didn't work out-of-the box because my MSVC (v16 from