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