summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get ready for libpcap 0.7.2libpcap_0_7rel2libpcap-0.7.2libpcap_0_7libpcap-0.7fenner2003-02-263-6/+19
* Merge 1.58 - don't lower initial bpf buffer size.fenner2003-02-261-3/+6
* It appears that SIOCGIFMTU returns the MTU in the sense of "maximumguy2002-07-301-3/+3
* Update and fix up the list of files.guy2002-07-161-15/+26
* Make static the structure to which the test program checking what to useguy2002-07-132-3/+3
* Isn't Linux fun? You might have a distribution whose kernel is a shinyguy2002-07-061-3/+11
* Fix up AC_LBL_C_INLINE to put all of the test code into the "inlines"guy2002-07-022-74/+75
* Boost some table sizes to make it possible for the HP-UX 11i lex (andguy2002-06-291-3/+3
* Add a note that Rick Jones reports that HP-UX 11i needs no patches forguy2002-06-291-0/+3
* Put variables in quotes when testing them in "test" commands, so thatguy2002-06-292-7/+7
* Some versions of the HP C compiler can handle inlines, but not if theyguy2002-06-284-114/+186
* We'd already reserved 107 for Frame Relay; use that instead of a newguy2002-06-072-16/+17
* Reserve a DLT_ value for Frame Relay, and map BSD/OS's DLT_FR to it.guy2002-06-073-4/+18
* Reserve a DLT_ value for capturing on Solaris with SunATM.guy2002-06-062-2/+11
* Add comments to explain the incomplete definitions of "struct mbuf" andguy2002-06-011-3/+3
* Fix up some printf calls to cope with both 32-bit and 64-bit longs andguy2002-05-311-4/+4
* Use "%u", not "%lu", to print "u_int" variables.guy2002-05-311-2/+2
* Add updates noting that the BPF devices and BPF driver might not existguy2002-05-311-8/+24
* Clean up the discussion of the SourceForge site.guy2002-05-291-6/+8
* Update to the current version number.guy2002-05-291-13/+40
* To quote Hannes Gredler, "tony has moved a while ago".guy2002-05-281-1/+1
* Add a README.hpux file, derived from the Ethereal one, givingguy2002-05-242-0/+244
* Expand the description of the arguments to the callback forguy2002-05-221-6/+30
* Don Lee was doing IP-over-FC, with the link-layer header from theguy2002-04-202-8/+13
* Throw inguy2002-04-201-2/+10
* Handle the three types of link layers:guy2002-04-111-17/+77
* <pcap.h> includes <sys/types.h>, and "pcap-int.h" includes <pcap.h>, andguy2002-04-091-3/+1
* <pcap.h> include <sys/time.h>, and "pcap-int.h" includes <pcap.h>, soguy2002-04-091-3/+1
* No UNIX-specific functions are used here, so there's no need to includeguy2002-04-091-2/+1
* Indicate why we have incomplete definitions for "struct mbuf" andguy2002-04-091-5/+7
* Indicate why we have incomplete definitions for "struct mbuf" andguy2002-04-091-3/+3
* Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included toguy2002-04-071-4/+4
* No need to include <sys/socket.h> twice.guy2002-04-071-4/+1
* Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included toguy2002-04-071-3/+3
* There's no need to include <sys/socket.h> twice.guy2002-04-061-3/+1
* There's no need to include <netdb.h> twice.guy2002-04-061-3/+2
* <pcap.h> includes <sys/types.h> and <sys/time.h>; there's no need toguy2002-03-244-26/+7
* Add a LINKTYPE_ value for Fibre Channel, as per a request from Don Leeguy2002-03-081-1/+5
* Add a DLT_ value for Fibre Channel, as per a request from Don Leeguy2002-03-081-1/+7
* Handle 64-bit mode in IRIX, where "snoop_timestamp" in a "structguy2002-03-081-2/+3
* Add support for gigabit Ethernet interfaces on SGI machines, from Davidguy2002-03-072-1/+3
* Support for ARPHRD_RAWHDLC, as used by, for example, the Cyclades PC300guy2002-03-072-1/+6
* From John Bankier <jbankier@rainfinity.com>: the buffer into which weguy2002-03-052-2/+3
* The "sbh_timestamp" member of an "sb_hdr" structure isn't necessarily aguy2002-02-221-2/+3
* Bug fixes from Graeme Hewson <ghewson@cix.compulink.co.uk>:guy2002-02-222-17/+93
* Have "map_arphrd_to_dlt()" take a flag indicating whether it's OK toguy2002-02-101-34/+61
* From Solomon Peachy <pizza@shaftnet.org>: Linux 2.4.18pre4 definesguy2002-02-052-1/+9
* From Jan-Philip Velders <jpv@veldersjes.net>: Linux 2.0[.x] kernelsguy2002-02-031-1/+1
* Fix a typo in a comment.guy2002-02-031-2/+2
* From Jan-Philip Velders <jpv@veldersjes.net>: Linux 2.0[.x] kernelsguy2002-02-032-2/+9