summaryrefslogtreecommitdiff
path: root/addrtoname.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Detect OS IPv6 support using AF_INET6 only.Denis Ovsienko2023-02-221-2/+7
* Fix two invalid testsFrancois-Xavier Le Bail2022-03-081-2/+2
* Get rid of the Windows ether_ntohost().Guy Harris2022-01-191-64/+56
* Fixup commit 604cd4a for OpenIndiana.Denis Ovsienko2021-08-171-0/+5
* Move capdns from tcpdump.c to addrtoname.c.Denis Ovsienko2021-08-021-1/+1
* Squelch compiler warnings on OpenBSD.Denis Ovsienko2021-03-171-2/+13
* Lose the HTON and NTOH macros. [skip ci]Denis Ovsienko2020-12-261-9/+2
* Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko2020-10-171-1/+1
* Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko2020-10-081-24/+24
* Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko2020-10-041-2/+2
* Remove a now inaccurate commentFrancois-Xavier Le Bail2020-09-231-2/+1
* Sync the Ethernet protocols database with the libpcap oneFrancois-Xavier Le Bail2020-07-281-9/+1
* Sort the Ethernet protocols database by namesFrancois-Xavier Le Bail2020-05-241-13/+13
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-4/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-5/+5
* Throw in "& 0xf" to quiet Coverity's anxieties.Guy Harris2019-07-031-22/+38
* Try to get Coverity to shut up about "tainted" values.Guy Harris2019-07-021-12/+22
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-3/+3
* Squelch some narrowing warnings.Guy Harris2018-12-101-15/+18
* Update a comment with the new macros namesFrancois-Xavier Le Bail2018-09-091-1/+1
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Make the hex-dumping routines for addresses take a uint8_t * argument.Guy Harris2018-05-141-4/+4
* Remove the etherproto_string() unused functionFrancois-Xavier Le Bail2018-03-091-29/+0
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-32/+47
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-6/+6
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-5/+5
* Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-4/+4
* Replace strcpy() call with strlcpy() callFrancois-Xavier Le Bail2018-01-261-1/+1
* On Windows, we have our own ether_ntohost(); declare it.Guy Harris2018-01-231-1/+7
* Fix #endif comment.Guy Harris2018-01-221-1/+1
* Configure for ether_ntohost() as libpcap does it for ether_hostton().Guy Harris2018-01-221-21/+57
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Move NTOH and HTON macros into addrname.cGuy Harris2017-12-161-0/+7
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-53/+53
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-5/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Remove the protoid_string() unused functionFrancois-Xavier Le Bail2017-11-211-29/+0
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-1/+1
* Made up for missing getservent() and endservent()Ali Abdulkadir2017-10-241-0/+3
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-1/+0
* This is an array of 16 character values, not a C character string.Guy Harris2017-09-141-2/+4
* That array only needs 16 elements.Guy Harris2017-09-131-1/+1
* Further fix the fix to CVE-2017-5485.Guy Harris2017-09-131-6/+4
* CVE-2017-12894/In lookup_bytestring(), take the length of the byte string int...Guy Harris2017-09-131-29/+43
* Merge pull request #588 from glebius/casperGuy Harris2017-02-021-2/+23
|\
| * Add support for libcasper library available on FreeBSD 11.0 and newer.Gleb Smirnoff2017-02-011-2/+23
* | CVE-2017-5485/Fix lookup_nsap() to match what isonsap_string() expects.Guy Harris2017-01-181-9/+11
|/
* Improve code readability: A pointer should not be compared to zeroFrancois-Xavier Le Bail2016-08-251-1/+1