Re: [tcpdump-workers] preperation for 3.9 branch

2005-04-07 Thread David Young
On Wed, Apr 06, 2005 at 08:03:08PM -0700, Guy Harris wrote: > Michael Richardson wrote: > > >I would like to plan a 3.9 branch and release for April. > >I would propose branching on April 10, with the release around April 25. > > > >How does that sound? > > It sounds reasonable. > > (It turns ou

Re: [tcpdump-workers] fddipad on NetBSD

2005-04-07 Thread Gert Doering
Hi, On Wed, Apr 06, 2005 at 07:38:46PM -0700, Guy Harris wrote: > Perhaps a post-1.6 version happened to define PCAP_FDDIPAD elsewhere (or > perhaps the code didn't even compile on those versions - did you try it > on 2.0, for example?). If you tell me what to look for, I can do some testing on

Re: [tcpdump-workers] preperation for 3.9 branch

2005-04-07 Thread Guy Harris
David Young wrote: Radiotap is designed to be a variable-length header. When you say that gencode will handle it, you mean that it will skip based on the length field to the end of the radiotap header? If so, that sounds great! That's the goal. There are a number of places that need to be change

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 06.04.2005 - 07.04.2005 GMT

2005-04-07 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 06.04.2005 (Wed) 09:06:45 - 07.04.2005 (Thu) 09:06:55 GMT = Summary by authors = Author: guy File: libpcap/pcap-int.h; Revisions: 1.70 Author: hannes File: t

[tcpdump-workers] DLT request

2005-04-07 Thread Daniele Orlandi
Hello, I would like to request a DLT_ number for raw LAPD (q.921) frames captured thru vISDN, an ISDN architecture I'm developing for Linux. Some draft documentation may be found at http://www.orlandi.com/visdn/ Possible names could be DLT_LAPD or DLT_Q921, I would chose the former as it is t

[tcpdump-workers] pcap next gerneration / adding communication between trace pot and an analysis computer

2005-04-07 Thread Pilz Rene
Hi I want to contribute in two topics to the tcpdump project: a) pcap next generation file format b) Adding functionality for having tarceing pots It would be nice to know if I am rigth on this mailing list and to whom I might have to get into contact for these topics Thanks in advance Regards Re

[tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-07 Thread Brown, Mark C (GSE GCSM)
Greetings, Here's a patch to allow the user to override the DLSAP in the DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. There have been issues with other applications binding to 22 and then tcpdump/ethereal fails with "recv_ack: bind: UNIX error - Device busy". Regards, Ma

Re: [tcpdump-workers] DLT request

2005-04-07 Thread Guy Harris
Daniele Orlandi wrote: I would like to request a DLT_ number for raw LAPD (q.921) frames captured thru vISDN, an ISDN architecture I'm developing for Linux. Some draft documentation may be found at http://www.orlandi.com/visdn/ So this is D-channel only, i.e. a DLT_{whatever} capture wouldn't hav

Re: [tcpdump-workers] DLT request

2005-04-07 Thread Daniele Orlandi
On Thursday 7 April 2005 22:37, Guy Harris wrote: > > So this is D-channel only, i.e. a DLT_{whatever} capture wouldn't have > any B-channel traffic? Yes, correct. > And the packet content is just a raw LAPD packet, with no extra stuff > added or removed? It depends on what you mean with "no ext

Re: [tcpdump-workers] DLT request

2005-04-07 Thread Daniele Orlandi
Duh, are you seeing a bad PGP signature? It seems that majordomo rewrote the signature separation string: =2D-=20 Daniele Orlandi --=20 Daniele Orlandi Dunno it it's my fault or majordomo's, anyway it was really me :) I'll indagate :) Sorry, Bye, -- Daniele Orlandi - This is the tcpdum

Re: [tcpdump-workers] DLT request

2005-04-07 Thread Guy Harris
On Apr 7, 2005, at 3:01 PM, Daniele Orlandi wrote: It depends on what you mean with "no extra stuff". The payload is raw-LAPD but the capture includes the sockaddr_ll header because the dissector needs to know the interface's role in order to correctly interpret the C/R flag. Specifically, b

Re: [tcpdump-workers] DLT request

2005-04-07 Thread Daniele Orlandi
On Friday 8 April 2005 00:38, Guy Harris wrote: > > Then perhaps it should be called DLT_LINUX_LAPD or DLT_VISDN_LAPD or > something such as that. Yes, I agree, in facts I forgot that I was already using DLT_LINUX_LAPD. I would go with DLT_LINUX_LAPD, Thank you, Bye, -- Daniele Orlandi - This

Re: [tcpdump-workers] pcap next gerneration / adding communication

2005-04-07 Thread Felipe Kellermann
On Thu, 7 Apr 2005 3:18pm +0200, Pilz Rene wrote: > a) pcap next generation file format > b) Adding functionality for having tarceing pots > > It would be nice to know if I am rigth on this mailing list and to whom I > might have to get into contact for these topics a) Yes, I have recently rais

Re: [tcpdump-workers] pcap next gerneration / adding communication

2005-04-07 Thread Guy Harris
On Apr 7, 2005, at 6:19 PM, Felipe Kellermann wrote: b) Couldn't parse. "tarceing" is probably a typo for "traceing"; I don't know whether "pots" is a typo for "ports" or not. He might be referring to support for passive network taps. - This is the tcpdump-workers list. Visit https://lists.san

Re: [tcpdump-workers] libpcap: HP-UX Patch for configurable DLSAP

2005-04-07 Thread Guy Harris
On Apr 7, 2005, at 7:33 AM, Brown, Mark C (GSE GCSM) wrote: Here's a patch to allow the user to override the DLSAP in the DL_BIND_REQ via environment variable PCAP_SAP when running on HP-UX. There have been issues with other applications binding to 22 I.e., other applications trying to read raw pac