]> The Tcpdump Group git mirrors - tcpdump/history - addrtoname.c
ICMPv6: Add the IPv6-Only flag
[tcpdump] / addrtoname.c
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2018-12-11  Guy HarrisSquelch some narrowing warnings.
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
2013-06-21  Denis OvsienkoMerge pull request #320 from tejblum/strict-aliasing-2
2013-06-16  Dmitrij TejblumFix a strict-aliasing GCC warning in getname6(), as... 320/head
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2012-09-10  Wesley ShieldsMerge remote-tracking branch 'upstream/master'
2012-09-05  Bill ParkerSanity Checking added to addrtoname
2012-09-05  Michael RichardsonMerge commit '477fe09d005dd951c6404f843a75811fdc993167'
2012-09-05  Michael RichardsonMerge pull request #25 from dogbert2/master
2012-09-04  Bill ParkerSanity Checking added to addrtoname
2012-09-03  Bill Parker In reviewing addrtoname.c, I found a minor issue...
2012-03-01  Guy HarrisBack out DLT_PFSYNC support.
2012-02-29  Guy HarrisAdd DLT_PFSYNC support.
2010-05-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-03-25  Guy HarrisDon't blow up if a zero-length link-layer address is...
2010-03-09  Dmitry Eremin-Sole... addrtoname.[ch]: add a printer for Little-Endian 64...
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-20  Kovarththanan Raja... af.h/c: make several structs const
2010-02-20  Kovarththanan Raja... addrtoname.c: make several structs static
2010-02-20  Kovarththanan Raja... addrtoname.c: constify several structs
2007-08-08  hannesexpose the BUFSIZE def to the outside world
2006-05-12  guy"ether.h" defines more than we need, and, on some platf...
2006-02-27  hannesfrom Gisle Vanem:
2006-02-11  hannesrework the ARP printer & add support for Frame-Relay ARP
2005-09-29  hannesdepreciate llcsap_string() as LLC SAP name resolution...
2005-07-26  guyFix the buffer size argument to "snprintf()" in "ethera...
2005-04-25  guyDon't exit just because an NSAP had a length of 0 or...
2005-04-20  guySome systems (*cough*Irix*cough) not only don't declare
2005-04-20  guyIf we don't have ether_ntohost(), don't bother declarin...
2005-04-20  guyFrom Albert Chin: IBM's AIX C compiler complains about...
2005-04-10  hannesplumb in oui-name resolution
2005-03-27  guyDo the same sort of checks whether ether_ntohost()...
2005-03-08  hannescode cleanup:
2005-01-04  guyFrom Gisle Vanem:
next