[tcpdump-workers] tcpdump manpage

2008-11-27 Thread Craig Anteman
I would like to use the TCPDUMP Man page on my website http://www.securelyspeaking.com in the security knowledge base. Is it ok? Thanks, Craig. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Request for GSM linktype

2008-11-27 Thread Guy Harris
On Nov 26, 2008, at 8:51 PM, Harald Welte wrote: please make that LINKTYPE_GSMTAP_UM and LINKTYPE_GSMTAP_ABIS in order to indicate that all messages will be prefixed by a 'gsmtap' header, before the actual payload in the Um / Abis format. DLT_GSMTAP_UM/LINKTYPE_GSMTAP_UM: 217 DLT_GSMTAP_A

Re: [tcpdump-workers] Request for GSM linktype

2008-11-27 Thread Harald Welte
On Wed, Nov 26, 2008 at 03:33:08PM +0530, Harald Welte wrote: > We would like to register two new linktypes called > > LINKTYPE_GSM_UM > > and > > LINKTYPE_GSM_ABIS please make that LINKTYPE_GSMTAP_UM and LINKTYPE_GSMTAP_ABIS in order to indicate that all messages will be prefixed by a 'gsmtap

[tcpdump-workers] Request for GSM linktype

2008-11-27 Thread Harald Welte
Hi! I'm part of a Free Software project working on GSM protocol analysis based on the gnuradio and USRP software. We would like to register two new linktypes called LINKTYPE_GSM_UM and LINKTYPE_GSM_ABIS GSM has many different interfaces between different parts of the system, i.e. Um between

Re: [tcpdump-workers] [BUG] pcap-usb-linux.c

2008-11-27 Thread Jean-Louis
Guy Harris ha scritto: On Nov 24, 2008, at 1:27 PM, Tyson Key wrote: Hi, any chance that a "usbany" (or similar) pseudo-device could be added in a future version to capture on all USB buses, similar to the standard "any" device for non-USB interfaces? The "any" device works in Linux because

Re: [tcpdump-workers] [BUG] pcap-usb-linux.c

2008-11-27 Thread Jean-Louis
Guy Harris ha scritto: On Oct 29, 2008, at 7:38 PM, Jean-Louis wrote: in accordance with usbmon.txt in "mmap mode" the data is at &mmap_area[vec[i]] + 64; rather than &mmap_area[vec[i]] + 48; with mmap ther'is 16Byte filled with 0 first to the real data... so if i.e. I have caplen = 18Byt

Re: [tcpdump-workers] [Patch 3-4] pcap-usb-linux.c

2008-11-27 Thread Jean-Louis
Guy Harris ha scritto: On Oct 29, 2008, at 7:32 PM, Jean-Louis wrote: in "text mode" ther'is direction check, I don't know how I can use this "filter", but the check is broken It can only be used by calling pcap_setdirection() in an application. Ok I don't know what the motivation is for