Re: [tcpdump-workers] DLT for IEEE802.15.4 no FCS frames

2010-08-06 Thread Jon Smirl
Thanks for adding the DLT. Do I need this bit about LINKTYPE? I need the ARPHRD_IEEE802154 part for sure. commit a3e97e61f82acca21ed9f987a1c03c9a1b09724a Author: Jon Smirl Date: Fri Aug 6 09:17:25 2010 -0400 Add support for the DLT_IEEE802_15_4_NOFCS DLT type diff --git a/pcap-common.c

Re: [tcpdump-workers] DLT for IEEE802.15.4 no FCS frames

2010-08-06 Thread Jon Smirl
On Fri, Aug 6, 2010 at 3:04 PM, Jon Smirl wrote: > On Fri, Aug 6, 2010 at 2:51 PM, Guy Harris wrote: >> >> On Aug 6, 2010, at 11:47 AM, Jon Smirl wrote: >> >>> Can I request a DLT for IEEE802.15.4 no FCS frames. >>> >>> The ARPHRD for these fr

Re: [tcpdump-workers] DLT for IEEE802.15.4 no FCS frames

2010-08-06 Thread Jon Smirl
On Fri, Aug 6, 2010 at 2:51 PM, Guy Harris wrote: > > On Aug 6, 2010, at 11:47 AM, Jon Smirl wrote: > >> Can I request a DLT for IEEE802.15.4 no FCS frames. >> >> The ARPHRD for these frames is already in the Linux kernel: >> #define ARPHRD_IEEE802154        

[tcpdump-workers] DLT for IEEE802.15.4 no FCS frames

2010-08-06 Thread Jon Smirl
Can I request a DLT for IEEE802.15.4 no FCS frames. The ARPHRD for these frames is already in the Linux kernel: #define ARPHRD_IEEE802154 804 -- Jon Smirl jonsm...@gmail.com - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] USB support in libpcap

2007-04-03 Thread Jon Smirl
diff with -u attached -- Jon Smirl [EMAIL PROTECTED] ? libpcap.diff ? libpcap.patch ? lpcap.diff Index: pcap-usb-linux.c === RCS file: /tcpdump/master/libpcap/pcap-usb-linux.c,v retrieving revision 1.14 diff -u -r1.14 pcap-usb

Re: [tcpdump-workers] USB support in libpcap

2007-04-03 Thread Jon Smirl
www.telecomitalia.it - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe. -- Jon Smirl [EMAIL PROTECTED] - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] USB support in libpcap

2007-03-26 Thread Jon Smirl
On 3/26/07, Michael Richardson <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>>>> "Jon" == Jon Smirl <[EMAIL PROTECTED]> writes: Jon> For example wifi adapters are all built using proprietary USB Jon> messages, to

Re: [tcpdump-workers] USB support in libpcap

2007-03-26 Thread Jon Smirl
MESSAGE- > Hash: SHA1 > > >>>>>> "Jon" == Jon Smirl <[EMAIL PROTECTED]> writes: >Jon> For example wifi adapters are all built using proprietary USB >Jon> messages, to decode these messages you need to know the USB device > ID >Jon>

[tcpdump-workers] USB support in libpcap

2007-03-25 Thread Jon Smirl
capture is first started so that an app like Wireshark has the needed data to full decode the stream. -- Jon Smirl [EMAIL PROTECTED] Index: pcap-usb-linux.c === RCS file: /tcpdump/master/libpcap/pcap-usb-linux.c,v retrieving revision