aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_list.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-13change some signatures for some ber helpers from unsigned to signedRonnie Sahlberg1-3/+3
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-4/+4
2004-12-13rename generalized_time to the new name GeneralizedTime in the plugin directory.Ronnie Sahlberg1-1/+1
2004-12-12Update the declaration of dissect_ber_integer() in the plugin apiLars Roland1-2/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland1-1/+10
2004-10-11Constify more pointer arguments.Guy Harris1-2/+2
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris1-2/+2
2004-10-09remove some MSVC warningsUlf Lamping1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris1-0/+7
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris1-0/+9
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris1-0/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-6/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris1-1/+3
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris1-1/+42
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-1/+4
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemGuy Harris1-1/+4
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris1-7/+13
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-3/+3
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris1-1/+14
2004-02-21Move "dissect_per_bit_string()" to the end, to preserve the order ofGuy Harris1-3/+3
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-1/+6
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSRonnie Sahlberg1-1/+3
2004-02-10Add "tvb_strsize()".Guy Harris1-1/+3
2004-02-02From Lars Roland: fix the declaration of "tvb_strneql()".Guy Harris1-2/+2
2004-02-01packet-dcerpc-afs4int.cJörg Mayer1-2/+2
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs1-2/+2
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris1-1/+3
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+4
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris1-1/+7
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris1-1/+4
2003-11-18The second of the "col_set_fence()" entries is the one that should'veGuy Harris1-2/+3
2003-11-18col_set_fence occurs twice, removed one appearanceUlf Lamping1-3/+1
2003-11-18Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toGuy Harris1-1/+5
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+3
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.Guy Harris1-1/+3
2003-11-02From Gisle Vanem:Gerald Combs1-1/+2
2003-11-01"End" means end, not "almost the end".Guy Harris1-3/+3
2003-11-01Move the new functions to the end of the list, so we don't change theGuy Harris1-5/+6
2003-11-01From Charlie Duke: add more functions to the plugin API.Guy Harris1-1/+5
2003-10-28Export "get_datafile_path()", not "get_datafile_dir()" - most if not allGuy Harris1-2/+2
2003-10-28Add "get_datafile_dir()" to the plugin API list, for the benefit ofGuy Harris1-1/+4
2003-09-24From Tomas Kukosa:Guy Harris1-7/+7
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-1/+27
2003-08-16There's no such function as "delete_giop_user_module()", so don't put itGuy Harris1-2/+1
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris1-1/+4