]> The Tcpdump Group git mirrors - tcpdump/history - addrtoname.c
add support for AS-PIC cookies
[tcpdump] / addrtoname.c
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...
2001-06-18  itojunmake arp_print() L2 neutral. from netbsd
2001-06-15  fennerAdd CiscoMLS and CiscoVTP SNAP protocol ID's
2001-05-10  fennerAdd CiscoCDP, CiscoCGMP, and rename ExtremeDiscoveryPro...
2001-05-09  fennerCreate a place to register OUI+protocol numbers for...
2001-04-27  fennerChange HAVE_ETHER_HOSTTON to USE_ETHER_HOSTTON
2001-01-20  guyPatch from Pekka Savola <[email protected]> to get...
2001-01-17  guySigh. Not all systems have <netinet/if_ether.h> -...
2000-10-07  itojunno need to include ip6.h
2000-07-01  assarremove non-STDC code
2000-01-19  itojunavoid strcpy. why bother...
2000-01-19  itojuncorrect path to netinet/ip6.h (follow RFC2292)
2000-01-17  itojuns/sprintf/snprintf/.
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-11-20  itojunfix out-of-bound array access on IPv6 address hashing.
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...
1999-10-07  mcrInitial revision