summaryrefslogtreecommitdiff
path: root/etherent.c
Commit message (Expand)AuthorAgeFilesLines
* Make some static variables thread-local.Guy Harris2023-05-051-1/+3
* Nine is a digit.Bill Fenner2019-09-241-1/+1
* Get rid of PCAP_ISLWSP and PCAP_ISSPACE.Guy Harris2019-08-311-3/+4
* Don't use ctype.h macros.Guy Harris2019-08-311-8/+11
* Squelch warnings.Guy Harris2018-03-201-3/+3
* Squelch warnings.Guy Harris2018-03-201-10/+11
* Don't use old-style function definitions.Guy Harris2018-03-201-6/+3
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-3/+0
* Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris2017-09-041-10/+1
* Always check for EOF after reading a character from /etc/ethers.Guy Harris2017-08-311-9/+22
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-3/+3
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Include headers that should cause u_int64_t to be defined.Guy Harris2010-01-261-0/+12
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-2/+2
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* Initial revisionmcr1999-10-071-0/+159