aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.guy1-1/+2
2004-02-21Include "report_err.h" to declare "report_open_failure()" andguy1-1/+2
2004-01-05Bugfix from Lars Roland: included missing xdlc.hulfl1-1/+2
2003-09-24From Tomas Kukosa:guy1-3/+1
2003-08-25Include the header files required by new APIs in the plugin API table.guy1-1/+4
2003-08-18From Matthijs Melchior:guy1-8/+5
2003-07-18From Matthijs Melchior: generate all declarations and definitions forguy1-251/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.guy1-1/+4
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideguy1-15/+7
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISgerald1-5/+43
2003-05-01From Matthijs Melchior: don't export functions also implemented asguy1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toguy1-2/+2
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theguy1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toguy1-1/+17
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy1-2/+3
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesguy1-1/+27
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toguy1-1/+2
2003-03-06From Lars Ronald :sahlberg1-2/+6
2002-12-08On UNIX, search for plugins only in the directory in which plugins willguy1-46/+3
2002-11-16There's no need to include "prefs.h" unless we're actually exporting theguy1-8/+8
2002-11-14From Tomas Kukosa: export more routines to plugins.guy1-1/+31
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.guy1-1/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedguy1-1/+5
2002-07-12From Anand V. Narwani:guy1-1/+4
2002-05-14Fix a compiler warning.guy1-2/+2
2002-05-14From Ruud Linders: report errors from "g_module_open()".guy1-3/+9
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableguy1-2/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,guy1-1/+8
2002-02-23From John Mackenzie: put missing initializations of table entries inguy1-4/+20
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTguy1-1/+5
2002-02-20Export "conversation_set_dissector()" in the plugin API table.guy1-3/+6
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineguy1-1/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-1/+2
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"gram1-1/+2
2001-12-03Remove the no-longer-extant "conv_dissector_add()" from the list ofguy1-2/+2
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-1/+2
2001-11-26This should be the final bit of removing the dissect_data symbolhagbard1-3/+1
2001-11-21Remove the pointer to the global packet_info from the table ofgram1-3/+1
2001-11-04Include "conversation.h", as the plugin API now includes the routines toguy1-1/+2
2001-11-04Additional routines made available to plugins, from Tomas Kukosa.guy1-2/+9
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theguy1-7/+1
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-7/+2
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-6/+5
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-2/+1
2001-09-14To check whether something is a directory, call "test_for_directory()"guy1-2/+2
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theguy1-1/+2
2001-08-29Add a "proto_item_append_text()" routine, which is likeguy1-1/+2
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,guy1-2/+1