aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the declaration of "addr_call_dissector" to match the functionGuy Harris2002-02-271-2/+2
* "is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris2002-02-231-2/+2
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-1/+10
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-5/+12
* Fix up the declaration of "addr_tvb_new_real_data" to matchGuy Harris2002-02-191-2/+2
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-021-2/+15
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+3
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-031-3/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+7
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-211-2/+1
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-041-2/+18
* In "plugin_api_defs.h", just doGuy Harris2001-11-041-2/+2
* Fix some declarations to match the signatures of "tvb_find_guint8()" andGuy Harris2001-11-011-3/+3
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-13/+1
* Enable building of the coseventcomm plugin on Win32.Gilbert Ramirez2001-10-171-9/+53
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-4/+4
* From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris2001-09-041-1/+4
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-1/+3
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-5/+1
* Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris2001-07-221-3/+21
* Get rid of support for non-tvbuffified plugin dissectors.Guy Harris2001-04-251-6/+1
* Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris2001-04-251-1/+5
* "tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustGuy Harris2001-04-021-2/+2
* Add "col_clear()" to the list of functions in the transfer vector forGuy Harris2001-01-281-1/+3
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-7/+1
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-4/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+6
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-4/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-9/+10
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-1/+13
* "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris2000-11-141-3/+3
* Add "dissector_delete()", "proto_item_get_len()",Guy Harris2000-11-131-9/+34
* Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris2000-11-131-1/+95
* Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2000-11-121-1/+11
* Fix plugin function table so that plugins work on Win32.Gilbert Ramirez2000-05-311-16/+75
* Add routines to:Guy Harris2000-05-051-2/+6
* Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris2000-04-041-1/+5
* Give all the Ethereal APIs available to plugins their own functionGuy Harris2000-03-151-0/+99