| Commit message (Expand) | Author | Age | Files | Lines |
* | For DNS-over-TCP, put the length indicator into the tree for the DNS | Guy Harris | 2001-07-02 | 1 | -4/+14 |
* | Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. | Guy Harris | 2001-07-02 | 1 | -844/+371 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -9/+9 |
* | Various signed vs. unsigned fixes, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Get rid of unnecessary includes. | Guy Harris | 2001-04-23 | 1 | -3/+2 |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -1/+2 |
* | added support for dissecting SRV RRs | Nathan Neulinger | 2001-02-20 | 1 | -1/+67 |
* | correct TSIG decoding (specifically offset/length in dump list). | Jun-ichiro itojun Hagino | 2001-02-20 | 1 | -19/+12 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -3/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Check for existence of COL_INFO before adding "Short xxx packet" to | Gilbert Ramirez | 2000-11-14 | 1 | -2/+4 |
* | Fix some typos. | Guy Harris | 2000-10-19 | 1 | -4/+4 |
* | Fix from Per Flock to A6 RR decoding. | Guy Harris | 2000-10-18 | 1 | -14/+22 |
* | DNS updates from Brian Wellington. | Guy Harris | 2000-10-11 | 1 | -37/+451 |
* | A6 and DNAME resource record support, and RFC 2673 bitstring label | Guy Harris | 2000-10-02 | 1 | -3/+124 |
* | A6 records are now RFC 2874 (not i-d) | Jun-ichiro itojun Hagino | 2000-08-18 | 1 | -4/+4 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Add #defines for class values, and use them rather than using the | Guy Harris | 2000-08-09 | 1 | -5/+14 |
* | - improve/fix add_host_name | Laurent Deniel | 2000-08-08 | 1 | -1/+6 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Give a URL that goes directly to the W2K Server documentation | Guy Harris | 2000-07-21 | 1 | -2/+2 |
* | Add support for Microsoft's WINS and WINS-R resource records. | Guy Harris | 2000-07-21 | 1 | -4/+182 |
* | DNSSEC additions/name changes from Jakob Schlyter <jakob@crt.se>. | Gerald Combs | 2000-07-18 | 1 | -8/+16 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -8/+8 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -97/+97 |
* | support A6 packet (IPv6 name resolution). | Jun-ichiro itojun Hagino | 2000-04-26 | 1 | -3/+20 |
* | Catch "loops" in compressed DNS names the same way the BSD DNS resolver, | Guy Harris | 2000-04-12 | 1 | -5/+21 |
* | Make "make-reg-dotc" generate a "register_all_protocol_handoffs()" | Guy Harris | 2000-04-04 | 1 | -2/+11 |
* | "add_rr_to_tree()" is exported from "packet-dns.c" for use by the NBNS | Guy Harris | 2000-03-30 | 1 | -2/+2 |
* | add dissector for OPT pseudo-RR, in RFC2671 section 4. | Jun-ichiro itojun Hagino | 2000-03-30 | 1 | -10/+61 |
* | Create the tree entry for resource records in DNS replies, and add the | Guy Harris | 2000-03-21 | 1 | -152/+137 |
* | Add support for TXT and WKS records to the DNS dissector. | Guy Harris | 2000-03-21 | 1 | -1/+133 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Fix some "proto_tree_add_text()" calls. | Guy Harris | 2000-03-07 | 1 | -28/+24 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Get rid of the "(UDP)" in the DNS protocol string. | Guy Harris | 1999-12-29 | 1 | -6/+12 |
* | Fixes to highlighting for irc dissector req/resp lines | Nathan Neulinger | 1999-12-07 | 1 | -2/+2 |
* | Add dissection of RFC 2065 resource records. | Guy Harris | 1999-11-27 | 1 | -5/+258 |
* | Dissect AAAA resource records. | Guy Harris | 1999-11-27 | 1 | -2/+23 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -22/+37 |
* | Add support for HINFO records. | Guy Harris | 1999-11-12 | 1 | -1/+76 |
* | Fix up the MX record handling. | Guy Harris | 1999-11-10 | 1 | -18/+21 |
* | Brian J. Murrell's patch to put information about the queries and | Guy Harris | 1999-11-07 | 1 | -194/+260 |
* | Add display filters. | Laurent Deniel | 1999-10-16 | 1 | -16/+67 |
* | A DNS or NBNS name may contain pointers to other names in the packet; if | Guy Harris | 1999-10-07 | 1 | -5/+13 |
* | Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCP | Guy Harris | 1999-10-07 | 1 | -143/+260 |
* | Fixed the infinite-loop problem in the DNS dissector, at least for | Gilbert Ramirez | 1999-10-07 | 1 | -7/+25 |
* | Add code to dissect MX and LOC records ("sparc.com" has both). | Guy Harris | 1999-09-21 | 1 | -1/+107 |