| Commit message (Expand) | Author | Age | Files | Lines |
* | Print RR number as unsigned. | Jörg Mayer | 2002-08-30 | 1 | -3/+4 |
* | More fixes from Albert Chin | Richard Sharpe | 2002-08-30 | 1 | -5/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -62/+62 |
* | dissect LLMNR (formerly known as mDNS) on tcp/udp port 5353. | Jun-ichiro itojun Hagino | 2002-08-19 | 1 | -1/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -11/+7 |
* | From Joerg Mayer: add #includes of "snprintf.h" in modules that used | Guy Harris | 2002-07-16 | 1 | -1/+5 |
* | Put bounds checking into the code in "get_dns_name()" to handle RFC 2673 | Guy Harris | 2002-06-15 | 1 | -4/+42 |
* | Use registered fields for the subfields of the Flags field in DNS and | Guy Harris | 2002-05-15 | 1 | -89/+134 |
* | From Graeme Hewson: add some sanity checks to DNS dissector to avoid | Guy Harris | 2002-05-11 | 1 | -4/+15 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -113/+30 |
* | Fix some comments. | Guy Harris | 2002-03-19 | 1 | -4/+4 |
* | Add some necessary "volatile" declarations. | Guy Harris | 2002-02-22 | 1 | -2/+2 |
* | Catch the ReportedBoundsError exception in the DNS and TPKT dissectors | Guy Harris | 2002-02-22 | 1 | -2/+33 |
* | Redo the DNS-over-TCP code to handle the DNS-over-TCP header being split | Guy Harris | 2002-02-22 | 1 | -32/+59 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -3/+3 |
* | We no longer do explicit checks in low-level routines for running past | Guy Harris | 2002-01-19 | 1 | -13/+1 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -54/+54 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+8 |
* | Add support for desegmentation of DNS messages. | Guy Harris | 2001-09-17 | 1 | -1/+40 |
* | Fix the handling of DNS-over-TCP. | Guy Harris | 2001-09-17 | 1 | -22/+25 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -19/+19 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -65/+24 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -3/+5 |
* | 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 |