Move privileges.c and unicode-utils.c from epan to wsutil (so things like
[metze/wireshark/wip.git] / epan / plugins.c
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2007-10-25 Tomas Kukosanew codec table for registering codecs by name
2007-08-07 Luis OntanonMake sure that wiretap plugins are loaded before dissec...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-24 Luis OntanonPrepare wireshark and tshark for wiretap plugins
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-06-02 Jörg Mayerimage/wireshark.rc.in
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2006-02-06 Guy HarrisAdd code to check whether the app was started with...
2005-11-07 Guy HarrisUse eth_dir_open(), not g_dir_open(); g_dir_open()...
2005-11-07 Guy HarrisUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-18 Ulf Lampingseveral times replacing:
2005-08-08 Ulf Lampingvarious code cleanup:
2005-03-16 Lars RolandRemove support for the old plugin api.
2005-03-07 Guy HarrisCall the "new-style init" routine for plugins a "regist...
2005-03-06 Guy Harris"report_err.h" declares "report_failure()", so it doesn...
2005-03-06 Jörg MayerWarning fix:
2005-03-06 Guy HarrisSquelch some compiler warnings.
2005-03-05 Lars RolandPreparations for dropping the old plugin api.
2005-02-27 Guy HarrisThe stats tree stuff should ultimately allow us to...
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2005-01-12 Ulf Lampingadd some of the DCE/RPC functions to the plugin API
2005-01-02 Guy HarrisDon't cast pointers passed as arguments - pass a pointe...
2004-12-31 Guy HarrisAs "get_persconffile_path()" doesn't return a "const...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-09-28 Guy HarrisMove the xDLC helper routines into epan.
2004-09-28 Guy HarrisMove various checksum routines and headers to epan.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-23 Guy HarrisAdd proto_tree_add_debug_text(), rtcp_add_address(...
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-30 Guy HarrisAdd "crc16_ccitt_tvb()" to the plugin API and the list...
2004-06-19 Guy HarrisFrom Dennis Lim: add routines used by dissectors for...
2004-05-21 Guy HarrisGet rid of a no-longer-used variable.
2004-05-20 Guy Harris"datafile_dir" in "init_plugins()" is used regardless...
2004-05-20 Ulf Lampingseparate dir functions from the plugin init,
2004-03-04 Guy HarrisFrom Tomas Kukosa: add packet-ber.c routines to the...
2004-02-21 Guy HarrisInclude "report_err.h" to declare "report_open_failure...
2004-01-05 Ulf LampingBugfix from Lars Roland: included missing xdlc.h
2003-09-24 Guy HarrisFrom Tomas Kukosa:
2003-08-25 Guy HarrisInclude the header files required by new APIs in the...
2003-08-18 Guy HarrisFrom Matthijs Melchior:
2003-07-18 Guy HarrisFrom Matthijs Melchior: generate all declarations and...
2003-06-12 Guy HarrisExport "tvb_get_string()" and "tvb_get_stringz()" to...
2003-06-04 Guy HarrisFix up some comments, and move some common GLib 1.2...
2003-06-03 Gerald CombsFrom Lars Roland: Update the plugin API for Glib/GTK...
2003-05-01 Guy HarrisFrom Matthijs Melchior: don't export functions also...
2003-05-01 Guy HarrisFrom Lars Roland: set "patable.p_asn1_string_decode...
2003-04-30 Guy HarrisThe typedefs in plugins/plugin_table.h must have "addr_...
2003-04-30 Guy HarrisFrom Matthijs Melchior: export the exception mechanism...
2003-04-29 Guy HarrisAdd a "proto_item_set_end()" routine that sets the...
2003-04-24 Guy HarrisFrom Matthijs Melchior: add the ASN.1 routines to the...
2003-04-08 Guy HarrisAdd "proto_tree_add_none_format()" to the set of functi...
2003-03-06 Ronnie SahlbergFrom Lars Ronald :
2002-12-08 Guy HarrisOn UNIX, search for plugins only in the directory in...
2002-11-16 Guy HarrisThere's no need to include "prefs.h" unless we're actua...
2002-11-14 Guy HarrisFrom Tomas Kukosa: export more routines to plugins.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-14 Guy HarrisFrom Tomas Kukosa: add some more routines to the plugin...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 Guy HarrisFrom Joerg Mayer: add #includes of "snprintf.h" in...
2002-07-12 Guy HarrisFrom Anand V. Narwani:
2002-05-14 Guy HarrisFix a compiler warning.
2002-05-14 Guy HarrisFrom Ruud Linders: report errors from "g_module_open()".
2002-05-05 Guy HarrisPut the pointer to "tcp_dissect_pdus()" in the function...
2002-05-05 Guy HarrisMake a "tcp_dissect_pdus()" with the standard loop...
2002-02-23 Guy HarrisFrom John Mackenzie: put missing initializations of...
2002-02-22 Guy HarrisHandle TPKT packets split across segment boundaries...
2002-02-20 Guy HarrisExport "conversation_set_dissector()" in the plugin...
2002-02-02 Guy HarrisRoutines added to the plugin table, and include-once...
2002-01-29 Guy HarrisSupport for capturing on, and reading captures from...
2002-01-05 Gilbert RamirezLong NCP traces can easily have many packets whose...
2001-12-03 Guy HarrisRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 Ed WarnickeThis should be the final bit of removing the dissect_da...
2001-11-21 Gilbert RamirezRemove the pointer to the global packet_info from the...
2001-11-04 Guy HarrisInclude "conversation.h", as the plugin API now include...
2001-11-04 Guy HarrisAdditional routines made available to plugins, from...
2001-10-29 Guy HarrisStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-10-22 Guy HarrisAdd a routine to get the directory in which personal...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-09-14 Guy HarrisTo check whether something is a directory, call "test_f...
2001-09-04 Guy HarrisFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 Guy HarrisAdd a "proto_item_append_text()" routine, which is...
2001-08-28 Guy HarrisGet rid of "proto_tree_add_notext()" - if you create...
2001-08-21 Guy HarrisPlug a memory leak.
2001-08-21 Guy HarrisFix some Win32 compilation warnings and errors.
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-08-19 Guy HarrisFix some compile problems on Windows.
2001-08-18 Guy HarrisOn Win32, use the default installation directory for...
2001-07-22 Guy HarrisAdd a bunch of routines used by GIOP plugins to the...
next