summaryrefslogtreecommitdiff
path: root/addrtoname.h
Commit message (Expand)AuthorAgeFilesLines
* Move capdns from tcpdump.c to addrtoname.c.Denis Ovsienko2021-08-021-0/+5
* Rename nd_trunc() to nd_trunc_longjmp().Denis Ovsienko2020-09-271-6/+6
* Introduce and use nd_trunc(). [skip ci]Denis Ovsienko2020-09-171-6/+6
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-11/+39
* Add GET_IP{6}ADDR_STRING() macros and get_ip{6}addr_string() functionsFrancois-Xavier Le Bail2019-08-121-0/+18
* Add GET_LE64ADDR_STRING() macro and get_le64addr_string() functionFrancois-Xavier Le Bail2019-06-291-0/+18
* Make the hex-dumping routines for addresses take a uint8_t * argument.Guy Harris2018-05-141-4/+4
* Remove the etherproto_string() unused functionFrancois-Xavier Le Bail2018-03-091-1/+0
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-5/+2
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Remove the protoid_string() unused functionFrancois-Xavier Le Bail2017-11-211-1/+0
* CVE-2017-13016/ES-IS: Fix printing of addresses in RD PDUs.Guy Harris2017-09-131-1/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-6/+8
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-051-9/+9
* refine 802.1Q VLAN TCI decodingDenis Ovsienko2015-01-291-0/+1
* More getting rid of old u_intN_t.Guy Harris2014-04-231-2/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-7/+8
* refine some declarations in header filesDenis Ovsienko2014-04-031-0/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-1/+0
* Add DLT_PFSYNC support.Guy Harris2012-02-291-0/+1
* addrtoname.[ch]: add a printer for Little-Endian 64-bit addressDmitry Eremin-Solenikov2010-03-091-0/+1
* expose the BUFSIZE def to the outside worldhannes2007-08-081-1/+3
* rework the ARP printer & add support for Frame-Relay ARPhannes2006-02-111-2/+9
* Eliminate some unused parameters.fenner2001-09-171-9/+9
* make arp_print() L2 neutral. from netbsditojun2001-06-181-1/+2
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+10
* Initial revisionmcr1999-10-071-0/+36