Re: [tcpdump-workers] print-bootp.c: enhancement to decode DHCP option

2007-08-21 Thread Guy Harris
Francois-Xavier Le Bail wrote: The following patch decode DHCP option 249 (Classless Static Route Microsoft) used by some Microsoft systems. Same decoding as option 121 (RFC 3442). Checked into the main and x.9 branches. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to un

[tcpdump-workers] Add jNetPcap to "related projects"

2007-08-21 Thread Mark Bednarczyk
Would it be possible to add my open source project jNetPcap to "releated projects" section on tcpdump.org website? Project website: http://jnetpcap.sf.net SourceForge: http://sourceforge.net/projects/jnetpcap jNetPcap is a java wrapper around entire libpcap API. I just made a the latest release

Re: [tcpdump-workers] libpcap patches for DLT_SITA support

2007-08-21 Thread Fulko Hew
On 8/21/07, Guy Harris <[EMAIL PROTECTED]> wrote: > > Fulko Hew wrote: > > Attached is the file that contains the patches to libpcap to support > > DLT_SITA. > > 1) Files added to INSTALL.txt also need to be added to FILES. > Opps, sorry, I forgot about that file (I thought I caught them all). Do

Re: [tcpdump-workers] libpcap patches for DLT_SITA support

2007-08-21 Thread Guy Harris
Fulko Hew wrote: Attached is the file that contains the patches to libpcap to support DLT_SITA. 1) Files added to INSTALL.txt also need to be added to FILES. 2) the pcap-sita.html file says Note: This document was derived from 'pcap.3' and is revision controlled as part of the libpcap CVS.

[tcpdump-workers] libpcap patches for DLT_SITA support

2007-08-21 Thread Fulko Hew
Attached is the file that contains the patches to libpcap to support DLT_SITA. It was created by fetching the latest CVS (from Aug 21) and doing a: LC_ALL=C TZ=UTC0 diff -Naur libpcap.cvs.master/ libpcap/ > libpcap.sita.patch I then tested it by applying that patch file with: patch libpcap.sita.

Re: [tcpdump-workers] print-bootp.c: enhancement to decode DHCP option 249

2007-08-21 Thread Francois-Xavier Le Bail
Francois-Xavier Le Bail wrote: > Hi, > > The following patch decode DHCP option 249 > (Classless > Static Route Microsoft) used by some Microsoft > systems. Same decoding as option 121 (RFC 3442). > > Regards, > Francois-Xavier Le Bail Please, can someone check in this patch ? FXLB __