]> The Tcpdump Group git mirrors - tcpdump/history - print-domain.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-domain.c
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2013-09-24  Denis Ovsienkojustify declarations of struct tok arrays
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2012-09-03  Michael RichardsonMerge pull request #9 from monthadar/master
2012-05-03  Michael RichardsonMerge remote-tracking branch 'infrastation/master'
2012-04-13  Denis Ovsienkoadd DNSSL (RFC6106) support
2007-12-09  guyFrom Greg Minshall:
2007-02-13  guyOnly print (QU) and (QM) for mDNS queries.
2007-01-15  guyFrom Kevin Steves: get rid of extra leading spaces.
2006-11-12  guyMark Krochmal says that the class field should be treat...
2006-11-12  guyFor OPT resource records, the class field is used as...
2006-11-10  guyThe topmost bit in the class field isn't a "cache flush...
2006-04-07  guyFrom Wesley Griffin <[email protected]...
2006-04-07  guyFrom Wesley Griffin <[email protected]...
2005-04-20  guyIf we get an ELT other than a bit label in labellen...
2004-03-23  fennerRewrite bitstring truncation check; it would incorrectl...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-11-05  guyIn mDNS, report IN-class records with the "cache flush...
2003-09-25  guyFrom Scott Rose <[email protected]>:
2003-04-04  fennerInsert references to type definition RFCs.
2003-04-04  fennerTeach ns_nskip() that pointers can occur anywhere,...
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2001-10-19  guyGet rid of a null-pointer dereference when dissecting...
2001-09-17  fennerEliminate some unused parameters.
2001-06-26  guyMove all the "undefine so that the compiler doesn't...
2001-02-23  guyAudit DNS printer for buffer overflows. Use TTEST2...
2001-02-21  guyAdd an additional check for a truncated packet, as...
2001-02-20  itojunslightly better TSIG decoding.
2001-02-20  itojunadd TKEY, TSIG and IXFR
2001-02-20  itojunprint dynamic update a little bit better
2001-02-20  itojundo not SEGV if there's no query section
2001-02-03  itojunfix query section decoding
2001-01-29  itojunfull support of lwres dissector
2001-01-28  itojunremove extra space after type name
2001-01-28  itojunmove T_xx and C_xx fallback definitions into nameser.h.
2001-01-12  itojunprint truncated message in a more friendly manner....
2001-01-02  guyRemove some uninitialized variable complaints.
2001-01-01  itojunavoid segfault (NULL pointer deref)
2000-12-31  itojunfix bit string label decoding again. from [email protected]
2000-12-30  itojuncorrect bit string label decoding. [email protected]
2000-12-30  itojunspacing
2000-12-30  itojunparse EDNS0.
2000-12-28  itojunsupport DNAME and bit string label. more pedantic...
2000-12-27  itojunfix A6 decoding. [email protected]
2000-12-20  itojunfix A6 decoding.
2000-10-10  guyRemove some includes of <sys/socket.h>, and add includes of
2000-10-06  guyGet rid of some includes of <net/route.h>, and empty...
2000-10-03  guyBitfield layout in memory is not specified by the ANSI...
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-24  guyCast an string constant argument to "u_char *", to...
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-23  guyAdd "tcp.h" and "udp.h" headers, to declare the TCP...
2000-09-23  guyAdd definitions of Ethernet types from
2000-07-05  assardo not rely on the system providing us everything we...
2000-07-01  assarremove non-STDC code
2000-04-27  itojunparse authentication-related bits from BIND9.
2000-04-17  itojundo not make infinite loop on fabricated DNS data compre...
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...
1999-10-17  mcr patches to help build on Linux 2.2
1999-10-07  mcrInitial revision