| Commit message (Expand) | Author | Age | Files | Lines |
* | From David Fort: NSEC RRs aren't the same as NXT RRs - dissect them | Guy Harris | 2004-01-23 | 1 | -2/+49 |
* | From David Fort: add support for RFC2535bis records. | Guy Harris | 2004-01-23 | 1 | -6/+27 |
* | From David Fort: use the checksum algorithm when computing the key ID | Guy Harris | 2004-01-20 | 1 | -15/+8 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -3/+3 |
* | From David Fort: update some comments now that RFC 3658 is out, and fix | Guy Harris | 2003-12-19 | 1 | -4/+4 |
* | Only dissect the key in TKEY RRs if it's present (i.e., has a non-zero | Guy Harris | 2003-12-17 | 1 | -35/+42 |
* | For unknown key IDs, show the algorithm symbolically if possible. | Guy Harris | 2003-12-17 | 1 | -2/+3 |
* | Update a comment. | Guy Harris | 2003-12-17 | 1 | -8/+5 |
* | Give the key and other lengths and data names that match the names in | Guy Harris | 2003-12-17 | 1 | -5/+5 |
* | Put the key and other lengths into the protocol tree for TKEY RRs. | Guy Harris | 2003-12-17 | 1 | -1/+5 |
* | Add some checks to make sure we're not running past the end of the RR | Guy Harris | 2003-12-12 | 1 | -41/+144 |
* | Have "compute_key_id()" return different values for different errors, | Guy Harris | 2003-12-11 | 1 | -6/+11 |
* | replaced type u_int32_t by glib's guint32 (to satisfy MSVC) | Ulf Lamping | 2003-12-11 | 1 | -2/+2 |
* | From David Fort: compute and display the key ID in a DNS KEY RR, if | Guy Harris | 2003-12-10 | 1 | -4/+45 |
* | From David Fort: fix to previous patch. | Guy Harris | 2003-11-27 | 1 | -2/+2 |
* | From David Fort: DNS DSS RR support. | Guy Harris | 2003-11-26 | 1 | -3/+49 |
* | Fix warning about strict-aliasing | Jörg Mayer | 2003-10-05 | 1 | -7/+8 |
* | Convert the WKS bitnames variable to a GString, on the (way, way) | Gerald Combs | 2003-05-24 | 1 | -11/+12 |
* | Fix instances where the return value of snprintf() was being checked for -1, | Gerald Combs | 2003-05-24 | 1 | -7/+7 |
* | From Yaniv Kaul: show MBZ flags as either OK if 0 or incorrect if not 0. | Guy Harris | 2003-05-07 | 1 | -1/+16 |
* | From Yaniv Kaul: handle DNSSEC DO/OK bit in OPT pseudo-RR. | Guy Harris | 2003-05-05 | 1 | -3/+9 |
* | Update a comment. | Guy Harris | 2003-01-31 | 1 | -4/+10 |
* | Fix up some field lengths. | Guy Harris | 2003-01-31 | 1 | -5/+13 |
* | Call the GSSAPI dissector when disecting GSSAPI transaction keys. The TKEY | Tim Potter | 2003-01-26 | 1 | -10/+47 |
* | "ip6_to_str()" takes a const pointer as an argument, so you don't have | Guy Harris | 2002-12-02 | 1 | -4/+4 |
* | From Brad Hards: | Guy Harris | 2002-12-01 | 1 | -6/+27 |
* | 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 |