name change
[obnox/wireshark/wip.git] / epan / plugins.c
2006-05-21 sahlbergname change
2006-02-06 guyAdd code to check whether the app was started with...
2005-11-07 guyUse eth_dir_open(), not g_dir_open(); g_dir_open()...
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-18 ulflseveral times replacing:
2005-08-08 ulflvarious code cleanup:
2005-03-16 lrolandRemove support for the old plugin api.
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-06 guy"report_err.h" declares "report_failure()", so it doesn...
2005-03-06 jmayerWarning fix:
2005-03-06 guySquelch some compiler warnings.
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-27 guyThe stats tree stuff should ultimately allow us to...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-12 ulfladd some of the DCE/RPC functions to the plugin API
2005-01-02 guyDon't cast pointers passed as arguments - pass a pointe...
2004-12-31 guyAs "get_persconffile_path()" doesn't return a "const...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-28 guyMove the xDLC helper routines into epan.
2004-09-28 guyMove various checksum routines and headers to epan.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-23 guyAdd proto_tree_add_debug_text(), rtcp_add_address(...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-30 guyAdd "crc16_ccitt_tvb()" to the plugin API and the list...
2004-06-19 guyFrom Dennis Lim: add routines used by dissectors for...
2004-05-21 guyGet rid of a no-longer-used variable.
2004-05-20 guy"datafile_dir" in "init_plugins()" is used regardless...
2004-05-20 ulflseparate dir functions from the plugin init,
2004-03-04 guyFrom Tomas Kukosa: add packet-ber.c routines to the...
2004-02-21 guyInclude "report_err.h" to declare "report_open_failure...
2004-01-05 ulflBugfix from Lars Roland: included missing xdlc.h
2003-09-24 guyFrom Tomas Kukosa:
2003-08-25 guyInclude the header files required by new APIs in the...
2003-08-18 guyFrom Matthijs Melchior:
2003-07-18 guyFrom Matthijs Melchior: generate all declarations and...
2003-06-12 guyExport "tvb_get_string()" and "tvb_get_stringz()" to...
2003-06-04 guyFix up some comments, and move some common GLib 1.2...
2003-06-03 geraldFrom Lars Roland: Update the plugin API for Glib/GTK...
2003-05-01 guyFrom Matthijs Melchior: don't export functions also...
2003-05-01 guyFrom Lars Roland: set "patable.p_asn1_string_decode...
2003-04-30 guyThe typedefs in plugins/plugin_table.h must have "addr_...
2003-04-30 guyFrom Matthijs Melchior: export the exception mechanism...
2003-04-29 guyAdd a "proto_item_set_end()" routine that sets the...
2003-04-24 guyFrom Matthijs Melchior: add the ASN.1 routines to the...
2003-04-08 guyAdd "proto_tree_add_none_format()" to the set of functi...
2003-03-06 sahlbergFrom Lars Ronald :
2002-12-08 guyOn UNIX, search for plugins only in the directory in...
2002-11-16 guyThere's no need to include "prefs.h" unless we're actua...
2002-11-14 guyFrom Tomas Kukosa: export more routines to plugins.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-14 guyFrom Tomas Kukosa: add some more routines to the plugin...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 guyFrom Joerg Mayer: add #includes of "snprintf.h" in...
2002-07-12 guyFrom Anand V. Narwani:
2002-05-14 guyFix a compiler warning.
2002-05-14 guyFrom Ruud Linders: report errors from "g_module_open()".
2002-05-05 guyPut the pointer to "tcp_dissect_pdus()" in the function...
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2002-02-23 guyFrom John Mackenzie: put missing initializations of...
2002-02-22 guyHandle TPKT packets split across segment boundaries...
2002-02-20 guyExport "conversation_set_dissector()" in the plugin...
2002-02-02 guyRoutines added to the plugin table, and include-once...
2002-01-29 guySupport for capturing on, and reading captures from...
2002-01-05 gramLong NCP traces can easily have many packets whose...
2001-12-03 guyRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-21 gramRemove the pointer to the global packet_info from the...
2001-11-04 guyInclude "conversation.h", as the plugin API now include...
2001-11-04 guyAdditional routines made available to plugins, from...
2001-10-29 guyStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-09-14 guyTo check whether something is a directory, call "test_f...
2001-09-04 guyFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 guyAdd a "proto_item_append_text()" routine, which is...
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-08-21 guyPlug a memory leak.
2001-08-21 guyFix some Win32 compilation warnings and errors.
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-08-19 guyFix some compile problems on Windows.
2001-08-18 guyOn Win32, use the default installation directory for...
2001-07-22 guyAdd a bunch of routines used by GIOP plugins to the...
2001-04-25 guyGet rid of support for non-tvbuffified plugin dissectors.
2001-04-25 guyMake "col_set_str()" and "tvb_reported_length_remaining...
2001-04-02 guyThe plugins code has an API that uses a type from ...
2001-01-28 guyGet rid of support for old-style plugins (support for...
2001-01-28 guyAdd "col_clear()" to the list of functions in the trans...
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-13 guyTvbuffify the PIM dissector.
2001-01-12 gramMove the libethereal version to 0.8.15, and use the...
2001-01-12 gramChange version numbers to 0.8.15
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2000-11-29 guyGet the suffix for dynamically-loaded modules by means...
2000-11-28 gramMove Win32 version to 0.8.14.1
2000-11-20 gramMove to version 0.8.14
next