aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-08On UNIX, search for plugins only in the directory in which plugins willGuy Harris1-46/+3
2002-11-16There's no need to include "prefs.h" unless we're actually exporting theGuy Harris1-8/+8
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-1/+31
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris1-1/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris1-1/+5
2002-07-12From Anand V. Narwani:Guy Harris1-1/+4
2002-05-14Fix a compiler warning.Guy Harris1-2/+2
2002-05-14From Ruud Linders: report errors from "g_module_open()".Guy Harris1-3/+9
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris1-2/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-1/+8
2002-02-23From John Mackenzie: put missing initializations of table entries inGuy Harris1-4/+20
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris1-1/+5
2002-02-20Export "conversation_set_dissector()" in the plugin API table.Guy Harris1-3/+6
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris1-1/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+2
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez1-1/+2
2001-12-03Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris1-2/+2
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-1/+2
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke1-3/+1
2001-11-21Remove the pointer to the global packet_info from the table ofGilbert Ramirez1-3/+1
2001-11-04Include "conversation.h", as the plugin API now includes the routines toGuy Harris1-1/+2
2001-11-04Additional routines made available to plugins, from Tomas Kukosa.Guy Harris1-2/+9
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris1-7/+1
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-7/+2
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-6/+5
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-2/+1
2001-09-14To check whether something is a directory, call "test_for_directory()"Guy Harris1-2/+2
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris1-1/+2
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris1-1/+2
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-2/+1
2001-08-21Plug a memory leak.Guy Harris1-2/+3
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris1-8/+8
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-72/+36
2001-08-19Fix some compile problems on Windows.Guy Harris1-9/+10
2001-08-18On Win32, use the default installation directory for Ethereal as theGuy Harris1-5/+91
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris1-1/+10
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris1-3/+1
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris1-1/+3
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-392/+21
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris1-4/+2
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-16/+35
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-2/+1
2001-01-12Move the libethereal version to 0.8.15, and use the C preprocessorGilbert Ramirez1-5/+5
2001-01-12Change version numbers to 0.8.15Gilbert Ramirez1-5/+5
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2000-11-29Get the suffix for dynamically-loaded modules by means of a hackGuy Harris1-9/+31
2000-11-28Move Win32 version to 0.8.14.1Gilbert Ramirez1-3/+3