| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of an out-of-date comment. | Guy Harris | 2003-10-07 | 1 | -3/+1 |
* | When registering a field, make sure its ID is -1 or 0 - if it's not, | Guy Harris | 2003-10-06 | 1 | -1/+11 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+2 |
* | "compute_offset_length()" must, if it returns FALSE, and "exception" is | Guy Harris | 2003-09-28 | 1 | -5/+5 |
* | From Tomas Kukosa: | Guy Harris | 2003-09-24 | 1 | -3/+1 |
* | From Graeme Hewson: | Guy Harris | 2003-09-15 | 1 | -1/+3 |
* | Added TimeReference frames. | Ronnie Sahlberg | 2003-09-12 | 2 | -7/+33 |
* | Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, an | Gerald Combs | 2003-09-10 | 1 | -1/+5 |
* | Void functions don't return values. | Guy Harris | 2003-09-10 | 1 | -2/+2 |
* | Add "dissector_get_string_handle()" for string dissector tables, similar | Guy Harris | 2003-09-09 | 2 | -2/+22 |
* | Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. More | Gerald Combs | 2003-09-08 | 1 | -2/+2 |
* | Support string dissector tables in the Tethereal "decode as" stuff. | Guy Harris | 2003-09-07 | 2 | -10/+16 |
* | When registering a dissector table, choose what type of hash and | Guy Harris | 2003-09-06 | 2 | -32/+344 |
* | And for Cal, | Ronnie Sahlberg | 2003-09-03 | 3 | -3/+9 |
* | Include <string.h> to get "strlen()" declared. | Guy Harris | 2003-08-27 | 1 | -1/+2 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 23 | -76/+396 |
* | Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNS | Gerald Combs | 2003-08-26 | 1 | -3/+2 |
* | In "col_set_addr()", don't do anything other than clearing the column | Guy Harris | 2003-08-26 | 1 | -1/+3 |
* | Use "address_to_str_buf()" to generate column data for non-resolved | Guy Harris | 2003-08-26 | 1 | -68/+32 |
* | Include "osi-utils.h" to define "print_nsap_net_buf()". | Guy Harris | 2003-08-26 | 1 | -1/+2 |
* | Create an "address_to_str_buf()" routine, called by "address_to_str()", | Guy Harris | 2003-08-26 | 9 | -129/+185 |
* | Include the header files required by new APIs in the plugin API table. | Guy Harris | 2003-08-25 | 1 | -1/+4 |
* | From Matthijs Melchior: | Guy Harris | 2003-08-25 | 2 | -84/+87 |
* | Put in some comments about possible future work on "address_to_str()". | Guy Harris | 2003-08-24 | 1 | -4/+25 |
* | Add endpoint talker support for IPX | Ronnie Sahlberg | 2003-08-24 | 1 | -1/+6 |
* | Update address_to_str to handle FC and ETH addresses as well. | Ronnie Sahlberg | 2003-08-24 | 1 | -2/+13 |
* | Add a new function address_to_str to to_str.c | Ronnie Sahlberg | 2003-08-24 | 2 | -2/+41 |
* | FC addresses are no longer extracted into guint32s, so "fc32_to_str()" | Guy Harris | 2003-08-24 | 2 | -21/+2 |
* | Update the UDP and the TCP conversation list tool so that it can handle IPv6 ... | Ronnie Sahlberg | 2003-08-23 | 1 | -4/+11 |
* | Add FibreChannel to the types of protocols we can show a conversation list for | Ronnie Sahlberg | 2003-08-23 | 2 | -7/+6 |
* | Fix up --with messages that include square brackets. | Guy Harris | 2003-08-21 | 1 | -2/+4 |
* | Note that the "=DIR" argument to "--with-adns" is optional. | Guy Harris | 2003-08-21 | 1 | -2/+5 |
* | Void functions don't return values, even though GCC likes to pretend | Guy Harris | 2003-08-19 | 1 | -2/+2 |
* | From Matthijs Melchior: | Guy Harris | 2003-08-18 | 1 | -8/+5 |
* | From Gisle Vanem: <ws2tcpip.h> is needed for INET6 code in epan/resolv.c | Guy Harris | 2003-08-18 | 1 | -1/+5 |
* | Save and restore the value of pinfo->current_proto when calling a | Tim Potter | 2003-08-12 | 1 | -1/+12 |
* | A bufsize of 0 makes no sense in either "tvb_get_nstringz()" or | Guy Harris | 2003-08-08 | 1 | -11/+8 |
* | From Chris Heath: fix up the check for printable ASCII done on Windows | Guy Harris | 2003-08-01 | 1 | -13/+14 |
* | From Tomas Kukosa: add "find_dissector_table()", | Guy Harris | 2003-07-31 | 1 | -5/+5 |
* | Give FT_IPv4 val_repr_len and val_to_repr methods, and use them for | Guy Harris | 2003-07-31 | 4 | -29/+31 |
* | Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, and | Guy Harris | 2003-07-31 | 2 | -40/+47 |
* | Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_repr | Guy Harris | 2003-07-30 | 2 | -37/+39 |
* | Escape double-quotes, while you're at it. | Guy Harris | 2003-07-30 | 1 | -5/+7 |
* | Escape backslashes in strings when generating the dfilter representation | Guy Harris | 2003-07-30 | 1 | -3/+27 |
* | Use GLib's macros for converting from host byte order to little-endian. | Guy Harris | 2003-07-29 | 1 | -14/+3 |
* | Add to the fundamental types passed between the scanner and the parser. | Gilbert Ramirez | 2003-07-25 | 16 | -94/+298 |
* | Prep for the 0.9.14 release | Gerald Combs | 2003-07-23 | 1 | -2/+2 |
* | Add two preferences to control ADNS, one to enable/disable it and one to | Gerald Combs | 2003-07-22 | 2 | -14/+17 |
* | From Matthijs Melchior: generate all declarations and definitions for | Guy Harris | 2003-07-18 | 1 | -251/+3 |
* | Added prototype for p_rem_proto_data() | Tim Potter | 2003-07-08 | 2 | -9/+4 |