[tcpdump-workers] [PATCH] Recent checkin breaks build

2007-10-04 Thread Stephen Donnelly
Unmatched parenthesis. Index: pcap/pcap.h === RCS file: /tcpdump/master/libpcap/pcap/pcap.h,v retrieving revision 1.3 diff -u -r1.3 pcap.h --- pcap/pcap.h 29 Sep 2007 19:33:29 - 1.3 +++ pcap/pcap.h 4 Oct 2007 20:53:48 - @

Re: [tcpdump-workers] pcap format / standard(s)

2007-10-04 Thread Jesse Norell
Hello, On Wed, 2007-05-16 at 16:31 -0700, Guy Harris wrote: > > You would be correct in assuming that what is actually in use today is > > http://wiki.wireshark.org/Development/LibpcapFileFormat I'm wondering about the copyright implications of including content from that wiki in a

[tcpdump-workers] [PATCH] dag updates

2007-10-04 Thread Stephen Donnelly
The attached patch includes: * Improved error checking in dag_read(). * More efficient dag_platform_finddevs(). * Support for new DAG API function dag_get_stream_erf_types(). * Fix to pcap/pcap.h mismatched parenthesis. As changes are made to configure.in, configure will a

Re: [tcpdump-workers] [PATCH] Recent checkin breaks build

2007-10-04 Thread Guy Harris
On Oct 4, 2007, at 1:58 PM, Stephen Donnelly wrote: Unmatched parenthesis. Checked in. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] [PATCH] dag updates

2007-10-04 Thread Guy Harris
On Oct 4, 2007, at 3:06 PM, Stephen Donnelly wrote: The attached patch includes: * Improved error checking in dag_read(). * More efficient dag_platform_finddevs(). * Support for new DAG API function dag_get_stream_erf_types(). * Fix to pcap/pcap.h mismatched parenthesis.

Re: [tcpdump-workers] [PATCH] Manpage "Last updated" updated

2007-10-04 Thread Guy Harris
On Oct 2, 2007, at 5:42 AM, Luis Martin Garcia wrote: I enclose two simple patches to update the "last updated" date of the manpages. Checked in. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Request for a new DLT for MTP2 with FCS

2007-10-04 Thread Guy Harris
On Feb 19, 2007, at 12:07 PM, Stephen Donnelly wrote: It seems that if it is worth making the change, it is also worth using a couple of bits to indicate whether a 16 or 32-bit CRC/FCS is present as Guy suggested. This could then be used on linktypes such as PPP_SERIAL which can have either

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

2007-10-04 Thread Guy Harris
On Apr 3, 2007, at 2:57 PM, Richard Stearn wrote: Guy Harris wrote: pcap-linux.c could map ARPHRD_AX25 to DLT_AX25_KISS, which means AX. 25 captures done on Linux will have a file type of DLT_AX25_KISS. As in: declare DLT_AX25_KISS as X and change: pcap-linux.c 1140 case ARPHRD