aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-26Make the definition of "fc32_to_str()" match its prototype.Guy Harris1-5/+15
2003-06-24Updates to the fibre channel dissectorRonnie Sahlberg1-3/+4
2003-06-23Update to FC to store the source and destination id in a guintRonnie Sahlberg2-2/+13
2003-06-15Do all the tests for whether ADNS_DIR is defined or not inGuy Harris1-10/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-3/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris3-12/+6
2003-06-13From Lars Roland: don't use ADNS_DIR if it's not defined.Guy Harris1-1/+3
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris1-1/+4
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris1-1/+66
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris1-1/+4
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris2-5/+9
2003-06-12Add new routines:Guy Harris3-22/+90
2003-06-11Put in a missing "break" statement.Guy Harris1-1/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez7-246/+287
2003-06-10Get rid of an unused variable.Guy Harris1-2/+1
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs1-2/+2
2003-06-09Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toGuy Harris1-6/+24
2003-06-05Use "=" instead of "==" in an assignment.Gerald Combs1-2/+2
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2-15/+47
2003-06-05When "proto_tree_add_item()" is used with FT_STRINGZ with a lengthGuy Harris1-11/+34
2003-06-04When "proto_tree_add_item()" is used with an FT_STRINGZ and given aGuy Harris1-24/+67
2003-06-04Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toGuy Harris1-7/+3
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideGuy Harris1-15/+7
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-5/+43
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs2-2/+7
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris2-3/+13
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs3-21/+30