summaryrefslogtreecommitdiff
path: root/print-domain.c
Commit message (Expand)AuthorAgeFilesLines
* From Greg Minshall:guy2007-12-091-10/+29
* Only print (QU) and (QM) for mDNS queries.guy2007-02-131-19/+17
* From Kevin Steves: get rid of extra leading spaces.guy2007-01-151-3/+3
* Mark Krochmal says that the class field should be treated in mDNS as aguy2006-11-121-2/+2
* For OPT resource records, the class field is used as a length, so, if oneguy2006-11-121-2/+2
* The topmost bit in the class field isn't a "cache flush" flag in mDNSguy2006-11-101-13/+31
* From Wesley Griffin <wgriffin@users.sourceforge.net>: print out theguy2006-04-071-3/+10
* From Wesley Griffin <wgriffin@users.sourceforge.net>: update the list ofguy2006-04-071-1/+12
* If we get an ELT other than a bit label in labellen(), log it.guy2005-04-201-3/+4
* 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