summaryrefslogtreecommitdiff
path: root/addrtoname.c
Commit message (Expand)AuthorAgeFilesLines
...
* refine 802.1Q VLAN TCI decodingDenis Ovsienko2015-01-291-0/+12
* Clean up bounds checking.Guy Harris2014-12-191-1/+1
* Use proper declarationGisle Vanem2014-05-021-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-12/+12
* Define NETDISSECT_REWORKED and fix the issues it provokes.Guy Harris2014-04-041-5/+6
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-16/+16
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Fix a strict-aliasing GCC warning in getname6(), as the GCC manual suggests.Dmitrij Tejblum2013-06-161-3/+9
* Sanity Checking added to addrtonameBill Parker2012-09-041-1/+1
* In reviewing addrtoname.c, I found a minor issue with a call toBill Parker2012-09-031-0/+3
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-27/+0
* Add DLT_PFSYNC support.Guy Harris2012-02-291-0/+27
* Merge commit 'lumag/master'Michael Richardson2010-05-131-0/+28
|\
| * addrtoname.[ch]: add a printer for Little-Endian 64-bit addressDmitry Eremin-Solenikov2010-03-091-0/+28
* | Don't blow up if a zero-length link-layer address is passed to linkaddr_strin...Guy Harris2010-03-251-6/+7
|/
* af.h/c: make several structs constKovarththanan Rajaratnam2010-02-201-2/+2
* addrtoname.c: make several structs staticKovarththanan Rajaratnam2010-02-201-11/+11
* addrtoname.c: constify several structsKovarththanan Rajaratnam2010-02-201-4/+4
* expose the BUFSIZE def to the outside worldhannes2007-08-081-2/+1
* "ether.h" defines more than we need, and, on some platforms, redefinesguy2006-05-121-2/+2
* from Gisle Vanem:hannes2006-02-271-1/+5
* rework the ARP printer & add support for Frame-Relay ARPhannes2006-02-111-4/+9
* depreciate llcsap_string() as LLC SAP name resolution is now done via a singl...hannes2005-09-291-56/+1
* 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