aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram16-94/+298
2003-07-23Prep for the 0.9.14 releasegerald1-2/+2
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one togerald2-14/+17
2003-07-18From Matthijs Melchior: generate all declarations and definitions forguy1-251/+3
2003-07-08Added prototype for p_rem_proto_data()tpot2-9/+4
2003-07-07Mark the "plugin_dir" argument to "proto_init()" as unused if we don'tguy1-2/+7
2003-07-04Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatgram2-6/+16
2003-06-26Make the definition of "fc32_to_str()" match its prototype.guy1-5/+15
2003-06-24Updates to the fibre channel dissectorsahlberg1-3/+4
2003-06-23Update to FC to store the source and destination id in a guintsahlberg2-2/+13
2003-06-15Do all the tests for whether ADNS_DIR is defined or not inguy1-10/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-3/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy3-12/+6
2003-06-13From Lars Roland: don't use ADNS_DIR if it's not defined.guy1-1/+3
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tguy1-1/+4
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".guy1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"guy1-1/+66
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.guy1-1/+4
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveguy2-5/+9
2003-06-12Add new routines:guy3-22/+90
2003-06-11Put in a missing "break" statement.guy1-1/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesgram7-246/+287
2003-06-10Get rid of an unused variable.guy1-2/+1
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isgerald1-2/+2
2003-06-09Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toguy1-6/+24
2003-06-05Use "=" instead of "==" in an assignment.gerald1-2/+2
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.guy2-15/+47
2003-06-05When "proto_tree_add_item()" is used with FT_STRINGZ with a lengthguy1-11/+34
2003-06-04When "proto_tree_add_item()" is used with an FT_STRINGZ and given aguy1-24/+67
2003-06-04Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toguy1-7/+3
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideguy1-15/+7
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISgerald1-5/+43
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can begerald2-2/+7
2003-05-23Add an API to get the dissector name from a dissector handle.guy2-3/+13
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald3-21/+30
2003-05-15From Richard Urwin:guy3-7/+36
2003-05-05Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSguy1-11/+9
2003-05-05Provide stub versions of "host_name_lookup_init()",guy2-6/+23
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald5-12/+205
2003-05-03Add a note about the "val_to_string_repr" and "string_repr_len" forguy1-1/+24
2003-05-03Rename "proto_alloc_dfilter_string()" toguy2-26/+109
2003-05-01From Matthijs Melchior: don't export functions also implemented asguy1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toguy1-2/+2
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.gerald1-2/+2
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theguy1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toguy1-1/+17
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald2-32/+32
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy3-4/+33
2003-04-28Fix several buffer and integer overflow issues discovered by Timo Sirainen.gerald1-12/+22
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesguy1-1/+27