aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_table.h
Commit message (Expand)AuthorAgeFilesLines
* Constify more pointer arguments.Guy Harris2004-10-111-2/+2
* Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris2004-10-111-2/+2
* remove some MSVC warningsUlf Lamping2004-10-091-2/+2
* Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2004-09-231-0/+3
* Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris2004-09-161-0/+7
* From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris2004-08-251-0/+2
* Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris2004-06-301-0/+1
* From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris2004-06-191-0/+17
* Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2004-04-161-0/+1
* Update for Tomas Kukosa's new APIs to get the parent and theGuy Harris2004-03-261-0/+3
* From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris2004-03-251-6/+12
* From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris2004-03-041-0/+11
* Regenerate the files from the latest list of exported functions.Guy Harris2004-02-211-0/+3
* Add "tvb_strsize()".Guy Harris2004-02-101-0/+1
* From Lars Roland: fix the declaration of "tvb_strneql()".Guy Harris2004-02-021-1/+1
* packet-dcerpc-afs4int.cJörg Mayer2004-02-011-1/+1
* Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs2004-01-251-1/+1
* From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris2004-01-231-0/+1
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-1/+1
* Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris2004-01-031-0/+1
* From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris2003-12-011-0/+1
* Get rid of the second "col_set_fence()" entry.Guy Harris2003-11-181-1/+0
* Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toGuy Harris2003-11-181-0/+3
* Export "protocol_t" as an opaque type.Guy Harris2003-11-181-2/+2
* Add "asn1_id_decode1()" to the list of exported functions.Guy Harris2003-11-111-0/+1
* Export get_tempfile_path() to the plugins.Gerald Combs2003-11-031-0/+1
* From Charlie Duke: add more functions to the plugin API.Guy Harris2003-11-011-0/+2
* Export "get_datafile_path()", not "get_datafile_dir()" - most if not allGuy Harris2003-10-281-1/+1
* Add "get_datafile_dir()" to the plugin API list, for the benefit ofGuy Harris2003-10-281-0/+1
* From Tomas Kukosa:Guy Harris2003-09-241-4/+6
* From Tomas Kukosa: export the PER dissection routines, and someGuy Harris2003-08-231-0/+21
* Check in Xass-list, so the CVS tree can be built on Windows withoutGuy Harris2003-08-181-0/+2
* There's no such function as "delete_giop_user_module()", so don't put itGuy Harris2003-08-161-1/+0
* As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris2003-08-061-0/+2
* From Tomas Kukosa: add "find_dissector_table()",Guy Harris2003-07-311-0/+6
* From Matthijs Melchior: generate all declarations and definitions forGuy Harris2003-07-181-0/+209