aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark the "plugin_dir" argument to "proto_init()" as unused if we don'tGuy Harris2003-07-071-2/+7
* Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatGilbert Ramirez2003-07-042-6/+16
* Make the definition of "fc32_to_str()" match its prototype.Guy Harris2003-06-261-5/+15
* Updates to the fibre channel dissectorRonnie Sahlberg2003-06-241-3/+4
* Update to FC to store the source and destination id in a guintRonnie Sahlberg2003-06-232-2/+13
* Do all the tests for whether ADNS_DIR is defined or not inGuy Harris2003-06-151-10/+3
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-141-3/+2
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-143-12/+6
* From Lars Roland: don't use ADNS_DIR if it's not defined.Guy Harris2003-06-131-1/+3
* Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris2003-06-131-1/+4
* Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris2003-06-131-4/+4
* Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris2003-06-131-1/+66
* Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris2003-06-121-1/+4
* Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris2003-06-122-5/+9
* Add new routines:Guy Harris2003-06-123-22/+90
* Put in a missing "break" statement.Guy Harris2003-06-111-1/+2
* Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez2003-06-117-246/+287
* Get rid of an unused variable.Guy Harris2003-06-101-2/+1
* Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs2003-06-101-2/+2
* Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toGuy Harris2003-06-091-6/+24
* Use "=" instead of "==" in an assignment.Gerald Combs2003-06-051-2/+2
* From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2003-06-052-15/+47
* When "proto_tree_add_item()" is used with FT_STRINGZ with a lengthGuy Harris2003-06-051-11/+34
* When "proto_tree_add_item()" is used with an FT_STRINGZ and given aGuy Harris2003-06-041-24/+67
* Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toGuy Harris2003-06-041-7/+3
* Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideGuy Harris2003-06-041-15/+7
* From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs2003-06-031-5/+43
* Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs2003-06-022-2/+7
* Add an API to get the dissector name from a dissector handle.Guy Harris2003-05-232-3/+13
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-193-21/+30
* From Richard Urwin:Guy Harris2003-05-153-7/+36
* Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSGuy Harris2003-05-051-11/+9
* Provide stub versions of "host_name_lookup_init()",Guy Harris2003-05-052-6/+23
* Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs2003-05-045-12/+205
* Add a note about the "val_to_string_repr" and "string_repr_len" forGuy Harris2003-05-031-1/+24
* Rename "proto_alloc_dfilter_string()" toGuy Harris2003-05-032-26/+109
* From Matthijs Melchior: don't export functions also implemented asGuy Harris2003-05-011-5/+3
* From Lars Roland: set "patable.p_asn1_string_decode" to point toGuy Harris2003-05-011-2/+2
* Bump the version number to 0.9.12. Make NEWS and ChangeLog current.Gerald Combs2003-05-011-2/+2
* The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris2003-04-301-2/+1
* From Matthijs Melchior: export the exception mechanism routines toGuy Harris2003-04-301-1/+17
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-302-32/+32
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-293-4/+33
* Fix several buffer and integer overflow issues discovered by Timo Sirainen.Gerald Combs2003-04-281-12/+22
* From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris2003-04-241-1/+27