aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
Commit message (Expand)AuthorAgeFilesLines
* Print RR number as unsigned.Jörg Mayer2002-08-301-3/+4
* More fixes from Albert ChinRichard Sharpe2002-08-301-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-62/+62
* dissect LLMNR (formerly known as mDNS) on tcp/udp port 5353.Jun-ichiro itojun Hagino2002-08-191-1/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+7
* From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris2002-07-161-1/+5
* Put bounds checking into the code in "get_dns_name()" to handle RFC 2673Guy Harris2002-06-151-4/+42
* Use registered fields for the subfields of the Flags field in DNS andGuy Harris2002-05-151-89/+134
* From Graeme Hewson: add some sanity checks to DNS dissector to avoidGuy Harris2002-05-111-4/+15
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-113/+30
* Fix some comments.Guy Harris2002-03-191-4/+4
* Add some necessary "volatile" declarations.Guy Harris2002-02-221-2/+2
* Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsGuy Harris2002-02-221-2/+33
* Redo the DNS-over-TCP code to handle the DNS-over-TCP header being splitGuy Harris2002-02-221-32/+59
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-3/+3
* We no longer do explicit checks in low-level routines for running pastGuy Harris2002-01-191-13/+1
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-54/+54
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+8
* Add support for desegmentation of DNS messages.Guy Harris2001-09-171-1/+40
* Fix the handling of DNS-over-TCP.Guy Harris2001-09-171-22/+25
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-19/+19
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-65/+24
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-3/+5
* For DNS-over-TCP, put the length indicator into the tree for the DNSGuy Harris2001-07-021-4/+14
* Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris2001-07-021-844/+371
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-2/+2
* Get rid of unnecessary includes.Guy Harris2001-04-231-3/+2
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-1/+2
* added support for dissecting SRV RRsNathan Neulinger2001-02-201-1/+67
* correct TSIG decoding (specifically offset/length in dump list).Jun-ichiro itojun Hagino2001-02-201-19/+12
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Check for existence of COL_INFO before adding "Short xxx packet" toGilbert Ramirez2000-11-141-2/+4
* Fix some typos.Guy Harris2000-10-191-4/+4
* Fix from Per Flock to A6 RR decoding.Guy Harris2000-10-181-14/+22
* DNS updates from Brian Wellington.Guy Harris2000-10-111-37/+451
* A6 and DNAME resource record support, and RFC 2673 bitstring labelGuy Harris2000-10-021-3/+124
* A6 records are now RFC 2874 (not i-d)Jun-ichiro itojun Hagino2000-08-181-4/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Add #defines for class values, and use them rather than using theGuy Harris2000-08-091-5/+14
* - improve/fix add_host_nameLaurent Deniel2000-08-081-1/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Give a URL that goes directly to the W2K Server documentationGuy Harris2000-07-211-2/+2
* Add support for Microsoft's WINS and WINS-R resource records.Guy Harris2000-07-211-4/+182
* DNSSEC additions/name changes from Jakob Schlyter <jakob@crt.se>.Gerald Combs2000-07-181-8/+16
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8