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