| Commit message (Expand) | Author | Age | Files | Lines |
* | From Tomas Kukosa: export more routines to plugins. | Guy Harris | 2002-11-14 | 1 | -1/+31 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | From Tomas Kukosa: add some more routines to the plugin API. | Guy Harris | 2002-08-14 | 1 | -1/+7 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 1 | -1/+4 |
* | Put the pointer to "tcp_dissect_pdus()" in the function pointer table | Guy Harris | 2002-05-05 | 1 | -3/+3 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -8/+10 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 1 | -2/+8 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 1 | -3/+6 |
* | Routines added to the plugin table, and include-once #ifndef/#define | Guy Harris | 2002-02-02 | 1 | -1/+10 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+2 |
* | Remove the no-longer-extant "conv_dissector_add()" from the list of | Guy Harris | 2001-12-03 | 1 | -2/+2 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -1/+2 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -3/+1 |
* | Finish removing the pointer to the no-longer-extant global "packet_info" | Guy Harris | 2001-11-24 | 1 | -3/+1 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 1 | -9/+18 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 1 | -7/+1 |
* | Enable building of the coseventcomm plugin on Win32. | Gilbert Ramirez | 2001-10-17 | 1 | -4/+25 |
* | From Thomas Wittwer: add "prefs_register_string_preference()" to the | Guy Harris | 2001-09-04 | 1 | -1/+2 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -1/+2 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -4/+1 |
* | Add a bunch of routines used by GIOP plugins to the plugin address | Guy Harris | 2001-07-22 | 1 | -2/+11 |
* | Get rid of support for non-tvbuffified plugin dissectors. | Guy Harris | 2001-04-25 | 1 | -3/+1 |
* | Make "col_set_str()" and "tvb_reported_length_remaining()" available in | Guy Harris | 2001-04-25 | 1 | -1/+3 |
* | Add "col_clear()" to the list of functions in the transfer vector for | Guy Harris | 2001-01-28 | 1 | -1/+2 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -5/+1 |
* | Tvbuffify the PIM dissector. | Guy Harris | 2001-01-13 | 1 | -2/+1 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Use GLib's G_MODULE_EXPORT when defining constants and functions | Guy Harris | 2000-11-29 | 1 | -10/+1 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -1/+6 |
* | "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 on | Guy Harris | 2000-11-14 | 1 | -2/+2 |
* | Add "dissector_delete()", "proto_item_get_len()", | Guy Harris | 2000-11-13 | 1 | -1/+12 |
* | Add the tvbuff routines expected to be used by dissectors to the table | Guy Harris | 2000-11-13 | 1 | -1/+48 |
* | Add a Makefile.nmake for the MGCP plugin, and update | Guy Harris | 2000-11-12 | 1 | -1/+6 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -4/+1 |
* | Fix plugin function table so that plugins work on Win32. | Gilbert Ramirez | 2000-05-31 | 1 | -1/+28 |
* | Add routines to: | Guy Harris | 2000-05-05 | 1 | -1/+3 |
* | Add "dissector_add()" to the list of routines exported to plugins via | Guy Harris | 2000-04-04 | 1 | -1/+3 |
* | Give all the Ethereal APIs available to plugins their own function | Guy Harris | 2000-03-15 | 1 | -79/+52 |
* | Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch] | Gilbert Ramirez | 2000-02-07 | 1 | -0/+22 |
* | Code changes, but not Makefile changes, for enabling plugins for Win32. | Gilbert Ramirez | 2000-02-07 | 1 | -0/+96 |