Re: [tcpdump-workers] Patch to add DLT_AX25 handling to libpcap

2007-04-03 Thread Richard Stearn
Guy Harris wrote: Richard Stearn wrote: Adding DLT_AX25_KISS is the obvious way to go with the exception that Linux identifies AX.25 in KISS packets as DLT_AX25 (protocol 3). "Identifies" in what sense? As in returns 3 as an identifier of the protocol type. I don't

Re: [tcpdump-workers] Patch to add DLT_AX25 handling to libpcap

2007-04-01 Thread Richard Stearn
Guy Harris wrote: Richard Stearn wrote: What the implementors of AX.25 on Linux have done is to hand an KISS packet rather than a pure AX.25 packet to the protocol stack. This probably was to accomodate the existing base of hardware where packets were delivered to the system via an async

Re: [tcpdump-workers] Patch to add DLT_AX25 handling to libpcap

2007-04-01 Thread Richard Stearn
Guy Harris wrote: Richard Stearn wrote: + case DLT_AX25: + /* + * Currently, only raw "link[N:M]" filtering is supported. + */ + off_linktype = -1;/* variable, min 15, max 71 steps of 7 */ + off_nl = -1;/* variable, min 16, ma

[tcpdump-workers] Patch to add DLT_AX25 handling to libpcap

2007-03-28 Thread Richard Stearn
Greetings The definition of DLT_AX25 already exists (protocol 3). The attached patch adds recognition for the Amateur Radio AX.25 protocol to libpcap. This is an updated patch to my previous request. -- Regards Richard *** reference/libpcap-0.9.5/gencode.c 2006-09-13 08:36:19.000

[tcpdump-workers] Patch to add Amateur Radio protocol AX.25 to libpcap

2007-03-19 Thread Richard Stearn
Greetings The attached patch adds recognition for the Amateur Radio AX.25 protocol to libpcap. The definition of DLT_AX25 already exists (protocol 3). I would appreciate the inclusion of this patch into libpcap as I am attempting to add the Amateur Radio protocols to tcpdump and wireshark. Lon

Re: [tcpdump-workers] Amateur radio protocols

2005-09-11 Thread Richard Stearn
Guy Harris wrote: Richard Stearn wrote: A cursory look at the print-ax25 from that patch indicates that some of the support is missing, e.g. ARP printing for ax25 is not in the current tcpdump.org tcpdump. So somewhere between tcpdump 3.4 & 3.9 the ax.25 support was taken out. That pres

Re: [tcpdump-workers] Amateur radio protocols

2005-09-11 Thread Richard Stearn
Guy Thank you for the quick reply. Guy Harris wrote: Richard Stearn wrote: Has there been any development effort in the past on any of the above protocols? The only thing I was able to find from a quick Google was a patch at http://www.tux.org/pub/net/ip-routing/lbl-tools

[tcpdump-workers] Amateur radio protocols

2005-09-11 Thread Richard Stearn
Greetings I and other radio amateurs would like to use tcpdump for monitoring and analysing amateur radio data modes. Being a frequent user of tcpdump I am aware the protocols needed are not present. I have also done some searching on the tcpdump mail-lists and not found any references there of