]> The Tcpdump Group git mirrors - tcpdump/history - addrtoname.c
Handle very large -f files by rejecting them.
[tcpdump] / addrtoname.c
2019-08-27  Denis Ovsienko(for 4.9.3) libdnet has bugs, do not use it.
2018-07-15  Francois-Xavier... Replace strcpy() call with strlcpy() call
2017-09-03  Guy HarrisThat array only needs 16 elements.
2017-09-03  Guy HarrisFurther fix the fix to CVE-2017-5485.
2017-09-03  Guy HarrisCVE-2017-12894/In lookup_bytestring(), take the length...
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:
2004-12-13  itojuncorrect weird indentation
2004-03-24  guy"getname()" is not always passed a pointer to packet...
2004-03-18  guyDon't omit leading 0's when displaying the bytes of...
2004-02-18  hannessecurity patch from jonathan heusser:
2004-01-27  guy__MINGW32__ is defined by MinGW, but not, as far as...
2004-01-26  rissoprevent a call to getnameinfo() under cygnus, which...
2003-12-15  guyGet rid of an unused variable.
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-07-31  fennerRemove the -a flag. It's nonsensical to apply the...
2003-06-05  rissoAdded a fake gethostbyaddr function for Windows to...
2002-10-05  hannesmake MAC address output fixed size
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-07  rissoWhen adding Win32 support, I forgot a declspec before...
2002-08-02  guyOnly include in "tcpdump-stdinc.h" the headers that...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-06-02  guyDon't bother including <netinet/if_ether.h> if we're...
2002-05-31  itojunpedant
2001-11-25  guyFrom Heinz-Ado Arnolds <[email protected]>:
2001-11-15  itojuncomment; there has to be error traps against strdup...
2001-11-05  itojunSIGALRM code in gethostbyaddr() can leak memory.
2001-09-17  fennerEliminate some unused parameters.
2001-06-28  guyAs we're not using "bcmp()" or "bcopy()" in "addrtoname...
2001-06-26  itojunbackout 1.77
2001-06-26  itojunno real need to use bcmp and bcopy, use memcmp and...
2001-06-26  guyIf the platform on which tcpdump is being built has...
2001-06-24  itojunneed paren around shift ops
2001-06-24  itojunmemcpy() can be optimized in wacky way by compilers...
next