]> The Tcpdump Group git mirrors - tcpdump/history - addrtoname.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / addrtoname.c
2025-02-22  Denis OvsienkoFix "ip broadcast" netmask byte order with the -f flag. 1299/head
2024-04-02  Denis OvsienkoInclude diag-control.h only where necessary.
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2023-08-20  Josh SorefFix spelling
2023-07-14  Guy HarrisMAC-48, not MAC-64.
2023-07-14  Guy HarrisSpeak of MAC-48s rather than MAC or Ethernet addresses.
2023-07-14  Guy HarrisClean up handling of EUI-64 addresses.
2023-04-21  Francois-Xavier... Put "}" at beginning of line with "else" to keep a...
2023-02-22  Denis OvsienkoDetect OS IPv6 support using AF_INET6 only. 1036/head
2022-03-08  Francois-Xavier... Fix two invalid tests
2022-01-19  Guy HarrisGet rid of the Windows ether_ntohost().
2021-09-13  Guy HarrisMerge pull request #926 from gokulkumar792/print_Block_...
2021-08-16  Denis OvsienkoFixup commit 604cd4a for OpenIndiana.
2021-08-01  Denis OvsienkoMove capdns from tcpdump.c to addrtoname.c.
2021-03-17  Denis OvsienkoSquelch compiler warnings on OpenBSD.
2020-12-26  Denis OvsienkoLose the HTON and NTOH macros. [skip ci]
2020-10-17  Denis OvsienkoUse nd_mac_addr where it belongs. [skip ci]
2020-10-08  Denis OvsienkoUse __func__ from C99 in error messages. [skip ci]
2020-10-04  Denis OvsienkoSpell most remaining MAC_ADDR_LEN instances. [skip ci]
2020-09-23  Francois-Xavier... Remove a now inaccurate comment
2020-07-28  Francois-Xavier... Sync the Ethernet protocols database with the libpcap one
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-05-24  Francois-Xavier... Sort the Ethernet protocols database by names
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-11-03  Denis Ovsienkolibdnet has bugs, do not use it.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-07-03  Guy HarrisThrow in "& 0xf" to quiet Coverity's anxieties.
2019-07-03  Guy HarrisTry to get Coverity to shut up about "tainted" values.
2019-06-10  Francois-Xavier... Use nd_ipv6 rather than struct in6_addr
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2018-12-11  Guy HarrisSquelch some narrowing warnings.
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-09  Francois-Xavier... Update a comment with the new macros names
2018-09-03  Francois-Xavier... Fix spaces
2018-05-14  Guy HarrisMake the hex-dumping routines for addresses take a...
2018-03-09  Francois-Xavier... Remove the etherproto_string() unused function
2018-02-25  Francois-Xavier... Add a status exit code to the function ndo_error()
2018-01-31  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2018-01-31  Guy HarrisHave ip{6}addr_string take a u_char * as the second...
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-26  Francois-Xavier... Remove function specifier 'inline' in printers
2018-01-26  Francois-Xavier... Replace strcpy() call with strlcpy() call
2018-01-23  Guy HarrisOn Windows, we have our own ether_ntohost(); declare it.
2018-01-22  Guy HarrisFix #endif comment.
2018-01-22  Guy HarrisConfigure for ether_ntohost() as libpcap does it for...
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2017-12-17  Guy HarrisMove NTOH and HTON macros into addrname.c
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-12  Guy HarrisUse nd_ types in 802.x and FDDI headers.
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-21  Francois-Xavier... Remove the protoid_string() unused function
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-10-25  Guy HarrisMerge pull request #641 from sgeto/servent
2017-10-24  Ali AbdulkadirMade up for missing getservent() and endservent()
2017-10-16  Guy HarrisOn UN*X, always use sigaction(), and always have signal...
2017-09-14  Guy HarrisThis is an array of 16 character values, not a C charac...
2017-09-13  Guy HarrisThat array only needs 16 elements.
2017-09-13  Guy HarrisFurther fix the fix to CVE-2017-5485.
2017-09-13  Guy HarrisCVE-2017-12894/In lookup_bytestring(), take the length...
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-02-02  Gleb SmirnoffAdd support for libcasper library available on FreeBSD... 588/head
2017-01-18  Guy HarrisCVE-2017-5485/Fix lookup_nsap() to match what isonsap_s...
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-25  Francois-Xavier... Improve code readability: A pointer should not be compa...
2015-11-04  Guy HarrisKeep our own Ethertype-to-name map.
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Functions in libnetdissect must use ndo_error() function
2015-09-05  Francois-Xavier... Printers must use ndo_error() function (via ndo->ndo_error)
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-07-13  Bill ParkerAdd checks for strdup() failure.
2015-07-13  Guy HarrisWe're not doing setjmp/longjmp, so no need for static...
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-04-27  Guy HarrisDon't cast away warnings for ether_ntohost().
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-10  Guy HarrisGet rid of support for non-NDOified printers.
2015-02-12  Guy HarrisMerge pull request #429 from mkirkhart/inverse-arp...
2015-01-29  Denis Ovsienkorefine 802.1Q VLAN TCI decoding
2014-12-19  Guy HarrisClean up bounds checking.
2014-05-03  Guy HarrisMerge pull request #385 from qnet-herwin/cui
2014-05-02  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-05-02  Guy HarrisMerge pull request #386 from gvanem/master
2014-05-02  Gisle VanemUse proper declaration
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisDefine NETDISSECT_REWORKED and fix the issues it provokes.
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2013-06-22  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2013-06-22  Guy HarrisMerge pull request #317 from tejblum/strict-aliasing
next