summaryrefslogtreecommitdiff
path: root/addrtoname.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the buffer size argument to "snprintf()" in "etheraddr_string()", asguy2005-07-261-17/+18
* Don't exit just because an NSAP had a length of 0 or a too-long length;guy2005-04-251-2/+2
* Some systems (*cough*Irix*cough) not only don't declareguy2005-04-201-1/+6
* If we don't have ether_ntohost(), don't bother declaring it merelyguy2005-04-201-2/+3
* From Albert Chin: IBM's AIX C compiler complains about "&buf[sizeofguy2005-04-201-2/+2
* plumb in oui-name resolutionhannes2005-04-101-10/+19
* Do the same sort of checks whether ether_ntohost() is declared that weguy2005-03-271-13/+31
* code cleanup:hannes2005-03-081-7/+13
* From Gisle Vanem:guy2005-01-041-12/+8
* correct weird indentationitojun2004-12-131-3/+3
* "getname()" is not always passed a pointer to packet data, so it cannotguy2004-03-241-5/+16
* Don't omit leading 0's when displaying the bytes of an address inguy2004-03-181-6/+4
* security patch from jonathan heusser:hannes2004-02-181-1/+5
* __MINGW32__ is defined by MinGW, but not, as far as I know, by Cygwin.guy2004-01-271-3/+3
* prevent a call to getnameinfo() under cygnus, which doesn't provide itrisso2004-01-261-1/+6
* Get rid of an unused variable.guy2003-12-151-3/+1
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Remove the -a flag. It's nonsensical to apply the local netmask to allfenner2003-07-311-24/+7
* Added a fake gethostbyaddr function for Windows to proper handle IPv6 address...risso2003-06-051-1/+41
* make MAC address output fixed sizehannes2002-10-051-6/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-1/+4
* When adding Win32 support, I forgot a declspec before struct eproto. This cau...risso2002-08-071-1/+5
* Only include in "tcpdump-stdinc.h" the headers that are actually neededguy2002-08-021-1/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-12/+2
* whitespace cleanupitojun2002-06-111-3/+3
* Don't bother including <netinet/if_ether.h> if we're not usingguy2002-06-021-6/+8
* pedantitojun2002-05-311-4/+4
* From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>:guy2001-11-251-3/+265
* comment; there has to be error traps against strdup(3) failure.itojun2001-11-151-1/+3
* SIGALRM code in gethostbyaddr() can leak memory.itojun2001-11-051-50/+23
* Eliminate some unused parameters.fenner2001-09-171-30/+30
* As we're not using "bcmp()" or "bcopy()" in "addrtoname.c", we don'tguy2001-06-281-4/+1
* backout 1.77itojun2001-06-261-7/+3
* no real need to use bcmp and bcopy, use memcmp and memcpy.itojun2001-06-261-4/+4
* If the platform on which tcpdump is being built has "strings.h", includeguy2001-06-261-1/+4
* need paren around shift opsitojun2001-06-241-3/+3
* memcpy() can be optimized in wacky way by compilers (is NOT a normal function),itojun2001-06-241-7/+7
* make arp_print() L2 neutral. from netbsditojun2001-06-181-1/+78
* Add CiscoMLS and CiscoVTP SNAP protocol ID'sfenner2001-06-151-1/+3
* Add CiscoCDP, CiscoCGMP, and rename ExtremeDiscoveryProtocol to ExtremeEDP.fenner2001-05-101-2/+4
* Create a place to register OUI+protocol numbers for SNAP protocolsfenner2001-05-091-1/+22
* Change HAVE_ETHER_HOSTTON to USE_ETHER_HOSTTONfenner2001-04-271-4/+4
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-18/+17
* Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy2001-01-171-1/+3
* no need to include ip6.hitojun2000-10-071-5/+1
* remove non-STDC codeassar2000-07-011-9/+1
* avoid strcpy. why bother...itojun2000-01-191-8/+2
* correct path to netinet/ip6.h (follow RFC2292)itojun2000-01-191-2/+2
* s/sprintf/snprintf/.itojun2000-01-171-4/+4