Re: [tcpdump-workers] [PATCH] add support for bluetooth DLT to tcpdump

2007-09-24 Thread Guy Harris
On Sep 24, 2007, at 1:15 AM, Paolo Abeni wrote: The attached patch is my first attempt to add support to tcpdump for a 'new' DLT (exists in libpcap head, but is currently unknown to tcpdump). It print some basic information (hci frame direction) regarding bluetooth capture. Checked into the m

[tcpdump-workers] [PATCH] add support for bluetooth DLT to tcpdump

2007-09-24 Thread Paolo Abeni
hello, The attached patch is my first attempt to add support to tcpdump for a 'new' DLT (exists in libpcap head, but is currently unknown to tcpdump). It print some basic information (hci frame direction) regarding bluetooth capture. Any comments are very welcome! cheers, Paolo ---