aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Get rid of an out-of-date comment.Guy Harris2003-10-071-3/+1
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-061-1/+11
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-2/+2
* "compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris2003-09-281-5/+5
* From Tomas Kukosa:Guy Harris2003-09-241-3/+1
* From Graeme Hewson:Guy Harris2003-09-151-1/+3
* Added TimeReference frames.Ronnie Sahlberg2003-09-122-7/+33
* Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, anGerald Combs2003-09-101-1/+5
* Void functions don't return values.Guy Harris2003-09-101-2/+2
* Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris2003-09-092-2/+22
* Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs2003-09-081-2/+2
* Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2003-09-072-10/+16
* When registering a dissector table, choose what type of hash andGuy Harris2003-09-062-32/+344
* And for Cal,Ronnie Sahlberg2003-09-033-3/+9
* Include <string.h> to get "strlen()" declared.Guy Harris2003-08-271-1/+2
* Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez2003-08-2723-76/+396
* Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNSGerald Combs2003-08-261-3/+2
* In "col_set_addr()", don't do anything other than clearing the columnGuy Harris2003-08-261-1/+3
* Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris2003-08-261-68/+32
* Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris2003-08-261-1/+2
* Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris2003-08-269-129/+185
* Include the header files required by new APIs in the plugin API table.Guy Harris2003-08-251-1/+4
* From Matthijs Melchior:Guy Harris2003-08-252-84/+87
* Put in some comments about possible future work on "address_to_str()".Guy Harris2003-08-241-4/+25
* Add endpoint talker support for IPXRonnie Sahlberg2003-08-241-1/+6
* Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg2003-08-241-2/+13
* Add a new function address_to_str to to_str.cRonnie Sahlberg2003-08-242-2/+41
* FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris2003-08-242-21/+2
* Update the UDP and the TCP conversation list tool so that it can handle IPv6 ...Ronnie Sahlberg2003-08-231-4/+11
* Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg2003-08-232-7/+6
* Fix up --with messages that include square brackets.Guy Harris2003-08-211-2/+4
* Note that the "=DIR" argument to "--with-adns" is optional.Guy Harris2003-08-211-2/+5
* Void functions don't return values, even though GCC likes to pretendGuy Harris2003-08-191-2/+2
* From Matthijs Melchior:Guy Harris2003-08-181-8/+5
* From Gisle Vanem: <ws2tcpip.h> is needed for INET6 code in epan/resolv.cGuy Harris2003-08-181-1/+5
* Save and restore the value of pinfo->current_proto when calling aTim Potter2003-08-121-1/+12
* A bufsize of 0 makes no sense in either "tvb_get_nstringz()" orGuy Harris2003-08-081-11/+8
* From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris2003-08-011-13/+14
* From Tomas Kukosa: add "find_dissector_table()",Guy Harris2003-07-311-5/+5
* Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris2003-07-314-29/+31
* Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris2003-07-312-40/+47
* Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris2003-07-302-37/+39
* Escape double-quotes, while you're at it.Guy Harris2003-07-301-5/+7
* Escape backslashes in strings when generating the dfilter representationGuy Harris2003-07-301-3/+27
* Use GLib's macros for converting from host byte order to little-endian.Guy Harris2003-07-291-14/+3
* Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez2003-07-2516-94/+298
* Prep for the 0.9.14 releaseGerald Combs2003-07-231-2/+2
* Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs2003-07-222-14/+17
* From Matthijs Melchior: generate all declarations and definitions forGuy Harris2003-07-181-251/+3
* Added prototype for p_rem_proto_data()Tim Potter2003-07-082-9/+4