From Jouli Malinen: add parsing of PMKID for IEEE 802.11i (both in RSN
[obnox/wireshark/wip.git] / packet-dns.c
2004-01-23 guyFrom David Fort: NSEC RRs aren't the same as NXT RRs...
2004-01-23 guyFrom David Fort: add support for RFC2535bis records.
2004-01-20 guyFrom David Fort: use the checksum algorithm when comput...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-19 guyFrom David Fort: update some comments now that RFC...
2003-12-17 guyOnly dissect the key in TKEY RRs if it's present (i...
2003-12-17 guyFor unknown key IDs, show the algorithm symbolically...
2003-12-17 guyUpdate a comment.
2003-12-17 guyGive the key and other lengths and data names that...
2003-12-17 guyPut the key and other lengths into the protocol tree...
2003-12-12 guyAdd some checks to make sure we're not running past...
2003-12-11 guyHave "compute_key_id()" return different values for...
2003-12-11 ulflreplaced type u_int32_t by glib's guint32 (to satisfy...
2003-12-10 guyFrom David Fort: compute and display the key ID in...
2003-11-27 guyFrom David Fort: fix to previous patch.
2003-11-26 guyFrom David Fort: DNS DSS RR support.
2003-10-05 jmayerFix warning about strict-aliasing
2003-05-24 geraldConvert the WKS bitnames variable to a GString, on...
2003-05-24 geraldFix instances where the return value of snprintf()...
2003-05-07 guyFrom Yaniv Kaul: show MBZ flags as either OK if 0 or...
2003-05-05 guyFrom Yaniv Kaul: handle DNSSEC DO/OK bit in OPT pseudo-RR.
2003-01-31 guyUpdate a comment.
2003-01-31 guyFix up some field lengths.
2003-01-26 tpotCall the GSSAPI dissector when disecting GSSAPI transac...
2002-12-02 guy"ip6_to_str()" takes a const pointer as an argument...
2002-12-01 guyFrom Brad Hards:
2002-08-30 jmayerPrint RR number as unsigned.
2002-08-30 sharpeMore fixes from Albert Chin
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-19 itojundissect LLMNR (formerly known as mDNS) on tcp/udp port...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 guyFrom Joerg Mayer: add #includes of "snprintf.h" in...
2002-06-15 guyPut bounds checking into the code in "get_dns_name...
2002-05-15 guyUse registered fields for the subfields of the Flags...
2002-05-11 guyFrom Graeme Hewson: add some sanity checks to DNS disse...
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2002-03-19 guyFix some comments.
2002-02-22 guyAdd some necessary "volatile" declarations.
2002-02-22 guyCatch the ReportedBoundsError exception in the DNS...
2002-02-22 guyRedo the DNS-over-TCP code to handle the DNS-over-TCP...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-19 guyWe no longer do explicit checks in low-level routines...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-09-17 guyAdd support for desegmentation of DNS messages.
2001-09-17 guyFix the handling of DNS-over-TCP.
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-29 guyAdd a "proto_item_append_text()" routine, which is...
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-07-02 guyFor DNS-over-TCP, put the length indicator into the...
2001-07-02 guyTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-18 guyVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-04-23 guyGet rid of unnecessary includes.
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-02-20 nneuladded support for dissecting SRV RRs
2001-02-20 itojuncorrect TSIG decoding (specifically offset/length in...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-14 gramCheck for existence of COL_INFO before adding "Short...
2000-10-19 guyFix some typos.
2000-10-18 guyFix from Per Flock to A6 RR decoding.
2000-10-11 guyDNS updates from Brian Wellington.
2000-10-02 guyA6 and DNAME resource record support, and RFC 2673...
2000-08-18 itojunA6 records are now RFC 2874 (not i-d)
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-09 guyAdd #defines for class values, and use them rather...
2000-08-08 deniel- improve/fix add_host_name
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-21 guyGive a URL that goes directly to the W2K Server documen...
2000-07-21 guyAdd support for Microsoft's WINS and WINS-R resource...
2000-07-18 geraldDNSSEC additions/name changes from Jakob Schlyter ...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-26 itojunsupport A6 packet (IPv6 name resolution).
2000-04-12 guyCatch "loops" in compressed DNS names the same way...
2000-04-04 guyMake "make-reg-dotc" generate a "register_all_protocol_...
2000-03-30 guy"add_rr_to_tree()" is exported from "packet-dns.c"...
2000-03-30 itojunadd dissector for OPT pseudo-RR, in RFC2671 section 4.
2000-03-21 guyCreate the tree entry for resource records in DNS repli...
2000-03-21 guyAdd support for TXT and WKS records to the DNS dissector.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-12-29 guyGet rid of the "(UDP)" in the DNS protocol string.
1999-12-07 nneulFixes to highlighting for irc dissector req/resp lines
1999-11-27 guyAdd dissection of RFC 2065 resource records.
1999-11-27 guyDissect AAAA resource records.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-12 guyAdd support for HINFO records.
1999-11-10 guyFix up the MX record handling.
1999-11-07 guyBrian J. Murrell's patch to put information about the...
1999-10-16 denielAdd display filters.
1999-10-07 guyA DNS or NBNS name may contain pointers to other names...
1999-10-07 guyAdd more packet bounds checking to DNS, and add some...
1999-10-07 gramFixed the infinite-loop problem in the DNS dissector...
1999-09-21 guyAdd code to dissect MX and LOC records ("sparc.com...
next