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

2013-07-20 Thread Daniel Borkmann
On 07/19/2013 08:23 PM, Guy Harris wrote: On Jul 3, 2013, at 3:49 AM, Daniel Borkmann wrote: For pcap interoperability, introduce a common link type for netlink captures. What do the link-layer headers for this look like? That is struct nlmsghdr, found in include/uapi/linux/netlink.h. Pr

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

2013-07-20 Thread Guy Harris
On Jul 20, 2013, at 12:16 PM, Daniel Borkmann wrote: > On 07/19/2013 08:23 PM, Guy Harris wrote: >> On Jul 3, 2013, at 3:49 AM, Daniel Borkmann wrote: >> >>> For pcap interoperability, introduce a common link type for netlink >>> captures. >> >> What do the link-layer headers for this look li