summaryrefslogtreecommitdiff
path: root/nametoaddr.c
Commit message (Expand)AuthorAgeFilesLines
* pcap_nametoportrange: don't have a special case with sscanf().Guy Harris2023-05-051-24/+17
* Make some static variables thread-local.Guy Harris2023-05-051-4/+8
* Clean up DECnet address handling.Denis Ovsienko2023-03-121-34/+75
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-20/+20
* Fix a comment. [skip ci]Guy Harris2022-01-191-1/+1
* Squelch a few warnings on AIX. [skip appveyor]Denis Ovsienko2021-07-301-1/+6
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-2/+2
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-2/+2
* Fix "unknown ether proto 'aarp'"Francois-Xavier Le Bail2020-06-211-1/+1
* Remove undocumented and rather old "ether proto" protocolsFrancois-Xavier Le Bail2020-06-121-8/+0
* Sort the Ethernet protocols database by namesFrancois-Xavier Le Bail2020-05-241-13/+13
* Fix compilation on CygwinOrgad Shaneh2020-01-061-1/+1
* Check for invalid IPv4 addresses.Guy Harris2019-12-181-1/+8
* Squelch more warnings in MinGW builds.Guy Harris2019-11-051-4/+8
* Nine is a digit.Bill Fenner2019-09-241-1/+1
* Don't use ctype.h macros.Guy Harris2019-08-311-4/+3
* Only initialize np to NULL for Linux's getnetbyname_r().Guy Harris2018-10-231-2/+17
* Initializing np value to NULLPhilippe Antoine2018-10-231-1/+1
* Suppress warnings about the deprecation of gethostbyname().Guy Harris2018-09-141-0/+18
* Update error codes for "real error" with getaddrinfo()Francois-Xavier Le Bail2018-07-141-2/+4
* Fix MSVC build.Guy Harris2018-04-021-1/+1
* Squelch some "no declaration before definition" warnings.Guy Harris2018-04-021-0/+5
* Fix the -Wunused-parameter warnings that have obvious fixesJoerg Mayer2018-03-281-1/+3
* Squelch some warnings.Guy Harris2018-03-201-9/+7
* Don't use old-style function definitions.Guy Harris2018-03-201-2/+1
* Use for (;;) rather than while (1).Guy Harris2018-03-201-1/+1
* Don't use fopen_s().Guy Harris2018-01-291-3/+2
* Clarify the thread safety of pcap_ether_hostton().Guy Harris2018-01-281-4/+8
* Try to make pcap_compile() thread-safer.Guy Harris2018-01-271-18/+218
* Clean up #endif comments.Guy Harris2018-01-211-2/+2
* Get rid of an unused variable.Guy Harris2017-11-051-1/+0
* Handle fopen() and fopen_s() differently.Guy Harris2017-10-311-2/+4
* Renamed Wspiapi.h to wspiapi.hAli Abdulkadir2017-09-201-1/+1
* Fix comment.Guy Harris2017-09-191-1/+1
* Clean up the ether_hostton() stuff.Guy Harris2017-09-191-65/+92
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-3/+3
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Cope with the NetBSD issue in a different way.Guy Harris2016-08-071-14/+0
* Cope with a NetBSD annoyance.Guy Harris2016-08-071-0/+14
* Get rid of obsolete variable.Gisle Vanem2016-03-061-1/+0
* Don't use global state for the BPF compiler.Guy Harris2016-02-111-8/+6
* Export some more functions and some variables.Guy Harris2015-12-271-2/+9
* Get rid of Win32/Src/{getnetent.c,getnetbynm.c} - we don't build or use them.Guy Harris2015-09-231-0/+9
* Don't use our own getaddrinfo() on Windows.Guy Harris2015-09-231-0/+26
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-6/+6
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Check for malloc failing in pcap_ether_aton().Guy Harris2013-04-141-0/+2
* Fix memory leak.Guy Harris2012-11-301-0/+1
* From Gisle Vanem:Guy Harris2009-02-141-7/+5
* From Arien Vijn: support various notions for MAC addresses.guy2008-02-061-3/+11