| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a no-longer-used variable. | Guy Harris | 2004-05-21 | 1 | -3/+1 |
* | "datafile_dir" in "init_plugins()" is used regardless of whether we're | Guy Harris | 2004-05-20 | 1 | -13/+8 |
* | separate dir functions from the plugin init, | Ulf Lamping | 2004-05-20 | 1 | -22/+45 |
* | From Tomas Kukosa: add packet-ber.c routines to the plugin API. | Guy Harris | 2004-03-04 | 1 | -1/+2 |
* | Include "report_err.h" to declare "report_open_failure()" and | Guy Harris | 2004-02-21 | 1 | -1/+2 |
* | Bugfix from Lars Roland: included missing xdlc.h | Ulf Lamping | 2004-01-05 | 1 | -1/+2 |
* | From Tomas Kukosa: | Guy Harris | 2003-09-24 | 1 | -3/+1 |
* | Include the header files required by new APIs in the plugin API table. | Guy Harris | 2003-08-25 | 1 | -1/+4 |
* | From Matthijs Melchior: | Guy Harris | 2003-08-18 | 1 | -8/+5 |
* | From Matthijs Melchior: generate all declarations and definitions for | Guy Harris | 2003-07-18 | 1 | -251/+3 |
* | Export "tvb_get_string()" and "tvb_get_stringz()" to plugins. | Guy Harris | 2003-06-12 | 1 | -1/+4 |
* | Fix up some comments, and move some common GLib 1.2[.x]/2.x code outside | Guy Harris | 2003-06-04 | 1 | -15/+7 |
* | From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSIS | Gerald Combs | 2003-06-03 | 1 | -5/+43 |
* | From Matthijs Melchior: don't export functions also implemented as | Guy Harris | 2003-05-01 | 1 | -5/+3 |
* | From Lars Roland: set "patable.p_asn1_string_decode" to point to | Guy Harris | 2003-05-01 | 1 | -2/+2 |
* | The typedefs in plugins/plugin_table.h must have "addr_" in front of the | Guy Harris | 2003-04-30 | 1 | -2/+1 |
* | From Matthijs Melchior: export the exception mechanism routines to | Guy Harris | 2003-04-30 | 1 | -1/+17 |
* | Add a "proto_item_set_end()" routine that sets the length of an item | Guy Harris | 2003-04-29 | 1 | -2/+3 |
* | From Matthijs Melchior: add the ASN.1 routines to the table of routines | Guy Harris | 2003-04-24 | 1 | -1/+27 |
* | Add "proto_tree_add_none_format()" to the set of functions exported to | Guy Harris | 2003-04-08 | 1 | -1/+2 |
* | From Lars Ronald : | Ronnie Sahlberg | 2003-03-06 | 1 | -2/+6 |
* | On UNIX, search for plugins only in the directory in which plugins will | Guy Harris | 2002-12-08 | 1 | -46/+3 |
* | There's no need to include "prefs.h" unless we're actually exporting the | Guy Harris | 2002-11-16 | 1 | -8/+8 |
* | From Tomas Kukosa: export more routines to plugins. | Guy Harris | 2002-11-14 | 1 | -1/+31 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | From Tomas Kukosa: add some more routines to the plugin API. | Guy Harris | 2002-08-14 | 1 | -1/+7 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: add #includes of "snprintf.h" in modules that used | Guy Harris | 2002-07-16 | 1 | -1/+5 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 1 | -1/+4 |
* | Fix a compiler warning. | Guy Harris | 2002-05-14 | 1 | -2/+2 |
* | From Ruud Linders: report errors from "g_module_open()". | Guy Harris | 2002-05-14 | 1 | -3/+9 |
* | Put the pointer to "tcp_dissect_pdus()" in the function pointer table | Guy Harris | 2002-05-05 | 1 | -2/+3 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -1/+8 |
* | From John Mackenzie: put missing initializations of table entries in | Guy Harris | 2002-02-23 | 1 | -4/+20 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 1 | -1/+5 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 1 | -3/+6 |
* | Routines added to the plugin table, and include-once #ifndef/#define | Guy Harris | 2002-02-02 | 1 | -1/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 1 | -1/+2 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+2 |
* | Remove the no-longer-extant "conv_dissector_add()" from the list of | Guy Harris | 2001-12-03 | 1 | -2/+2 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -1/+2 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -3/+1 |
* | Remove the pointer to the global packet_info from the table of | Gilbert Ramirez | 2001-11-21 | 1 | -3/+1 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 1 | -2/+9 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 1 | -7/+1 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 1 | -7/+2 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 1 | -6/+5 |
* | Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format | Guy Harris | 2001-10-21 | 1 | -2/+1 |
* | To check whether something is a directory, call "test_for_directory()" | Guy Harris | 2001-09-14 | 1 | -2/+2 |