summaryrefslogtreecommitdiff
path: root/nameser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoFrancois-Xavier Le Bail2021-07-181-1/+1
* DNS: Sync types with IANAMatthew Martin2021-05-181-1/+29
* dns: add some additional error checks.Guy Harris2020-11-141-2/+5
* DNS: Update printing the EDNS options and their data with -vvjacobgb242020-04-101-11/+53
* DNS: Add printing the EDNS optionsCasey Deccio2020-04-101-0/+16
* Add support for decoding DNS URI RR (typecode 256, RFC7553)Wang Jian2019-04-131-0/+1
* DNS: Coding style updateFrancois-Xavier Le Bail2018-01-021-1/+1
* Use nd_ types for DNS.Guy Harris2017-12-131-17/+15
* Get rid of an unused structure.Guy Harris2017-12-101-12/+0
* Remove unused macros in nameser.hFrancois-Xavier Le Bail2017-12-101-45/+0
* spell ASCII in uppercaseDenis Ovsienko2017-08-101-1/+1
* refine use of nameser.hDenis Ovsienko2015-07-131-14/+0
* More getting rid of old u_intN_t.Guy Harris2014-04-231-17/+17
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* The topmost bit in the class field isn't a "cache flush" flag in mDNSguy2006-11-101-2/+11
* From Wesley Griffin <wgriffin@users.sourceforge.net>: update the list ofguy2006-04-071-1/+12
* In mDNS, report IN-class records with the "cache flush" bit set as such,guy2003-11-051-1/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* dissect traffic on port 5353 as multicast DNS. vlubet@apple.comitojun2002-08-161-1/+2
* whitespace cleanupitojun2002-06-111-4/+4
* Yet *another* #define of ours that an OS also defines; in this case it'sguy2001-06-271-2/+5
* Move all the "undefine so that the compiler doesn't whine aboutguy2001-06-261-1/+15
* add TKEY, TSIG and IXFRitojun2001-02-201-1/+4
* move T_xx and C_xx fallback definitions into nameser.h.itojun2001-01-281-1/+20
* support DNAME and bit string label. more pedantic snapend validation.itojun2000-12-281-3/+5
* Give a bunch of files RCS and SCCS IDs.guy2000-12-171-0/+1
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-4/+3
* Bitfield layout in memory is not specified by the ANSI C spec; don't useguy2000-10-031-57/+17
* do not rely on the system providing us everything we need inassar2000-07-051-0/+292