aboutsummaryrefslogtreecommitdiff
path: root/addrtoname.h
AgeCommit message (Expand)Author
2021-09-29Move capdns from tcpdump.c to addrtoname.c.Denis Ovsienko
2020-09-27Rename nd_trunc() to nd_trunc_longjmp().Denis Ovsienko
2020-09-17Introduce and use nd_trunc(). [skip ci]Denis Ovsienko
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-12Add GET_IP{6}ADDR_STRING() macros and get_ip{6}addr_string() functionsFrancois-Xavier Le Bail
2019-06-29Add GET_LE64ADDR_STRING() macro and get_le64addr_string() functionFrancois-Xavier Le Bail
2018-05-14Make the hex-dumping routines for addresses take a uint8_t * argument.Guy Harris
2018-03-09Remove the etherproto_string() unused functionFrancois-Xavier Le Bail
2018-01-31Have ip{6}addr_string take a u_char * as the second argument.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-11-21Remove the protoid_string() unused functionFrancois-Xavier Le Bail
2017-09-13CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs.Guy Harris
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-09-05Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail
2015-01-29refine 802.1Q VLAN TCI decodingDenis Ovsienko
2014-04-23More getting rid of old u_intN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-03refine some declarations in header filesDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2012-02-29Back out DLT_PFSYNC support.Guy Harris
2012-02-29Add DLT_PFSYNC support.Guy Harris
2010-03-09addrtoname.[ch]: add a printer for Little-Endian 64-bit addressDmitry Eremin-Solenikov
2007-08-08expose the BUFSIZE def to the outside worldhannes
2006-02-11rework the ARP printer & add support for Frame-Relay ARPhannes
2001-09-17Eliminate some unused parameters.fenner
2001-06-18make arp_print() L2 neutral. from netbsditojun
1999-10-30Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun
1999-10-07Initial revisionmcr