summaryrefslogtreecommitdiff
path: root/print-domain.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite bitstring truncation check; it would incorrectly triggerfenner2004-03-231-12/+12
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* In mDNS, report IN-class records with the "cache flush" bit set as such,guy2003-11-051-21/+26
* From Scott Rose <syberpunk@users.sourceforge.net>:guy2003-09-251-3/+3
* Insert references to type definition RFCs.fenner2003-04-041-56/+62
* Teach ns_nskip() that pointers can occur anywhere, not just asfenner2003-04-041-3/+14
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-10/+12
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-7/+7
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+2
* Get rid of a null-pointer dereference when dissecting DNS requests withguy2001-10-191-8/+6
* Eliminate some unused parameters.fenner2001-09-171-3/+3
* Move all the "undefine so that the compiler doesn't whine aboutguy2001-06-261-7/+1
* Audit DNS printer for buffer overflows. Use TTEST2() in tests, and makeguy2001-02-231-26/+49
* Add an additional check for a truncated packet, as per a patch from Jimguy2001-02-211-1/+2
* slightly better TSIG decoding.itojun2001-02-201-1/+23
* add TKEY, TSIG and IXFRitojun2001-02-201-1/+4
* print dynamic update a little bit betteritojun2001-02-201-4/+4
* do not SEGV if there's no query sectionitojun2001-02-201-1/+2
* fix query section decodingitojun2001-02-031-11/+15
* full support of lwres dissectoritojun2001-01-291-7/+7
* remove extra space after type nameitojun2001-01-281-12/+12
* move T_xx and C_xx fallback definitions into nameser.h.itojun2001-01-281-87/+1
* print truncated message in a more friendly manner. from jinmei@kame.netitojun2001-01-121-15/+25
* Remove some uninitialized variable complaints.guy2001-01-021-3/+3
* avoid segfault (NULL pointer deref)itojun2001-01-011-1/+5
* fix bit string label decoding again. from jinmei@kame.netitojun2000-12-311-4/+4
* correct bit string label decoding. jinmei@kame.netitojun2000-12-301-6/+14
* spacingitojun2000-12-301-2/+4
* parse EDNS0.itojun2000-12-301-8/+61
* support DNAME and bit string label. more pedantic snapend validation.itojun2000-12-281-59/+223
* fix A6 decoding. jinmei@kame.netitojun2000-12-271-2/+2
* fix A6 decoding.itojun2000-12-201-3/+3
* Remove some includes of <sys/socket.h>, and add includes ofguy2000-10-101-2/+1
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* Bitfield layout in memory is not specified by the ANSI C spec; don't useguy2000-10-031-12/+12
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Cast an string constant argument to "u_char *", to avoid warnings fromguy2000-09-241-2/+2
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* do not rely on the system providing us everything we need inassar2000-07-051-2/+2
* remove non-STDC codeassar2000-07-011-3/+1
* parse authentication-related bits from BIND9.itojun2000-04-271-6/+9
* do not make infinite loop on fabricated DNS data compression pointers.itojun2000-04-171-1/+20
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-2/+55
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1