aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+2
2003-09-28"compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris1-5/+5
2003-09-24From Tomas Kukosa:Guy Harris1-3/+1
2003-09-15From Graeme Hewson:Guy Harris1-1/+3
2003-09-12Added TimeReference frames.Ronnie Sahlberg2-7/+33
2003-09-10Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, anGerald Combs1-1/+5
2003-09-10Void functions don't return values.Guy Harris1-2/+2
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris2-2/+22
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs1-2/+2
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2-10/+16
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris2-32/+344
2003-09-03And for Cal,Ronnie Sahlberg3-3/+9
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez23-76/+396
2003-08-26Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNSGerald Combs1-3/+2
2003-08-26In "col_set_addr()", don't do anything other than clearing the columnGuy Harris1-1/+3
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris1-68/+32
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris9-129/+185
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris1-1/+4
2003-08-25From Matthijs Melchior:Guy Harris2-84/+87
2003-08-24Put in some comments about possible future work on "address_to_str()".Guy Harris1-4/+25
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-1/+6
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg1-2/+13
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg2-2/+41
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris2-21/+2
2003-08-23Update the UDP and the TCP conversation list tool so that it can handle IPv6 ...Ronnie Sahlberg1-4/+11
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg2-7/+6
2003-08-21Fix up --with messages that include square brackets.Guy Harris1-2/+4
2003-08-21Note that the "=DIR" argument to "--with-adns" is optional.Guy Harris1-2/+5
2003-08-19Void functions don't return values, even though GCC likes to pretendGuy Harris1-2/+2
2003-08-18From Matthijs Melchior:Guy Harris1-8/+5
2003-08-18From Gisle Vanem: <ws2tcpip.h> is needed for INET6 code in epan/resolv.cGuy Harris1-1/+5
2003-08-12Save and restore the value of pinfo->current_proto when calling aTim Potter1-1/+12
2003-08-08A bufsize of 0 makes no sense in either "tvb_get_nstringz()" orGuy Harris1-11/+8
2003-08-01From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris1-13/+14
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris1-5/+5
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris4-29/+31
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris2-40/+47
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris2-37/+39
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-14/+3
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez16-94/+298
2003-07-23Prep for the 0.9.14 releaseGerald Combs1-2/+2
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs2-14/+17
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris1-251/+3
2003-07-08Added prototype for p_rem_proto_data()Tim Potter2-9/+4
2003-07-07Mark the "plugin_dir" argument to "proto_init()" as unused if we don'tGuy Harris1-2/+7
2003-07-04Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatGilbert Ramirez2-6/+16