aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a no-longer-used variable.Guy Harris2004-05-211-3/+1
* "datafile_dir" in "init_plugins()" is used regardless of whether we'reGuy Harris2004-05-201-13/+8
* separate dir functions from the plugin init,Ulf Lamping2004-05-201-22/+45
* From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris2004-03-041-1/+2
* Include "report_err.h" to declare "report_open_failure()" andGuy Harris2004-02-211-1/+2
* Bugfix from Lars Roland: included missing xdlc.hUlf Lamping2004-01-051-1/+2
* From Tomas Kukosa:Guy Harris2003-09-241-3/+1
* Include the header files required by new APIs in the plugin API table.Guy Harris2003-08-251-1/+4
* From Matthijs Melchior:Guy Harris2003-08-181-8/+5
* From Matthijs Melchior: generate all declarations and definitions forGuy Harris2003-07-181-251/+3
* Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris2003-06-121-1/+4
* Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideGuy Harris2003-06-041-15/+7
* From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs2003-06-031-5/+43
* From Matthijs Melchior: don't export functions also implemented asGuy Harris2003-05-011-5/+3
* From Lars Roland: set "patable.p_asn1_string_decode" to point toGuy Harris2003-05-011-2/+2
* The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris2003-04-301-2/+1
* From Matthijs Melchior: export the exception mechanism routines toGuy Harris2003-04-301-1/+17
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-291-2/+3
* From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris2003-04-241-1/+27
* Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris2003-04-081-1/+2
* From Lars Ronald :Ronnie Sahlberg2003-03-061-2/+6
* On UNIX, search for plugins only in the directory in which plugins willGuy Harris2002-12-081-46/+3
* There's no need to include "prefs.h" unless we're actually exporting theGuy Harris2002-11-161-8/+8
* From Tomas Kukosa: export more routines to plugins.Guy Harris2002-11-141-1/+31
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Tomas Kukosa: add some more routines to the plugin API.Guy Harris2002-08-141-1/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris2002-07-161-1/+5
* From Anand V. Narwani:Guy Harris2002-07-121-1/+4
* Fix a compiler warning.Guy Harris2002-05-141-2/+2
* From Ruud Linders: report errors from "g_module_open()".Guy Harris2002-05-141-3/+9
* Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris2002-05-051-2/+3
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-1/+8
* From John Mackenzie: put missing initializations of table entries inGuy Harris2002-02-231-4/+20
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-1/+5
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-3/+6
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-021-1/+4
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+2
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+2
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-031-2/+2
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-1/+2
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-3/+1
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-211-3/+1
* Include "conversation.h", as the plugin API now includes the routines toGuy Harris2001-11-041-1/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-041-2/+9
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-7/+1
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-7/+2
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-6/+5
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-2/+1
* To check whether something is a directory, call "test_for_directory()"Guy Harris2001-09-141-2/+2