aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-17Clean up.Lars Roland1-53/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris1-301/+3
2003-06-13From Jason House: fix the return types of the pointers toGuy Harris1-3/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris1-1/+4
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-1/+3
2003-05-01From Matthijs Melchior: don't export functions also implemented asGuy Harris1-5/+3
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris1-16/+15
2003-04-30From Matthijs Melchior: export the exception mechanism routines toGuy Harris1-1/+17
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris1-2/+5
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-1/+33
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris1-1/+2
2003-03-06From Lars Ronald :Ronnie Sahlberg1-1/+4
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris1-5/+5
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesGuy Harris1-2/+2
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-1/+34
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris1-1/+7
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-2/+2
2002-07-12From Anand V. Narwani:Guy Harris1-1/+5
2002-05-16Fix a return type mismatch for get_CDR_wchar and a parameter type mismatchGerald Combs1-3/+3
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkGuy Harris1-2/+2
2002-05-05Fix the declaration of pointers to "tcp_dissect_pdus()".Guy Harris1-2/+2
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris1-5/+5
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-166/+16
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