Re: [tcpdump-workers] streamlined direction patch for libpcap

2005-05-03 Thread Pawel Pokrywka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guy Harris wrote: > Checked in, with some changes to handle old-style SOCK_PACKET sockets on > Linux (pcap_setdirection() isn't supported there, as the direction isn't > available), and to use the standard tab-based indentation. > I've added support fo

Re: [tcpdump-workers] streamlined direction patch for libpcap

2005-05-03 Thread Guy Harris
Which e-mail address should I use in the CREDITS file? I used your GMail address. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] streamlined direction patch for libpcap

2005-05-03 Thread Guy Harris
Pawel Pokrywka wrote: Here comes my latest patch. Checked in, with some changes to handle old-style SOCK_PACKET sockets on Linux (pcap_setdirection() isn't supported there, as the direction isn't available), and to use the standard tab-based indentation. On unsupported capture mechanisms setdire

Re: [tcpdump-workers] streamlined direction patch for libpcap

2005-05-03 Thread Pawel Pokrywka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here comes my latest patch. Changes from previous version: - - Changed name of pcap_direction() to pcap_setdirection(). - - Makes use of function pointers, so calling pcap_setdirection() on anything other than Linux will return -1 and set error text fo

Re: [tcpdump-workers] streamlined direction patch for libpcap

2005-05-03 Thread Pawel Pokrywka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > A pcap_t structure, as of 0.8, contains a list of function pointers for > various libpcap operations; look for "Methods" in pcap-int.h. > > You'd add a "direction_op" member, which would be a function with the > same arguments as pcap_direction().

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 02.05.2005 - 03.05.2005 GMT

2005-05-03 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 02.05.2005 (Mon) 09:06:47 - 03.05.2005 (Tue) 09:06:53 GMT = Summary by authors = Author: guy File: tcpdump/tcpdump.1; Revisions: 1.171, 1.167.2.4 File: libpca