Squelch compiler warnings, and remove some trailing blanks from lines.
[obnox/wireshark/wip.git] / plugins / plugin_api_list.c
2004-03-25 guyFrom Tomas Kukosa: BER dissector enhancements and proto...
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-04 guyFrom Tomas Kukosa: add packet-ber.c routines to the...
2004-02-21 guyMove "dissect_per_bit_string()" to the end, to preserve...
2004-02-21 guyAdd routines that can be called from dissectors to...
2004-02-16 sahlbergFrom Tomas Kukosa, add a PER helper to dissect BITSTRINGS
2004-02-10 guyAdd "tvb_strsize()".
2004-02-02 guyFrom Lars Roland: fix the declaration of "tvb_strneql()".
2004-02-01 jmayerpacket-dcerpc-afs4int.c
2004-01-25 geraldMake the definition of tvb_format_text() match what...
2004-01-23 guyFrom Pierre Juhen: add "find_protocol_by_id()" to the...
2004-01-18 guyAdd arguments to "dissect_xdlc_control()" to specify...
2004-01-03 guyHave "dissect_xdlc_control()" take a pointer to a struc...
2003-12-01 guyFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2003-11-18 guyThe second of the "col_set_fence()" entries is the...
2003-11-18 ulflcol_set_fence occurs twice, removed one appearance
2003-11-18 guyAdd "col_get_writable()", "col_set_writable()", and...
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-11-11 guyAdd "asn1_id_decode1()" to the list of exported functions.
2003-11-02 geraldFrom Gisle Vanem:
2003-11-01 guy"End" means end, not "almost the end".
2003-11-01 guyMove the new functions to the end of the list, so we...
2003-11-01 guyFrom Charlie Duke: add more functions to the plugin...
2003-10-28 guyExport "get_datafile_path()", not "get_datafile_dir...
2003-10-28 guyAdd "get_datafile_dir()" to the plugin API list, for...
2003-09-24 guyFrom Tomas Kukosa:
2003-08-23 guyFrom Tomas Kukosa: export the PER dissection routines...
2003-08-16 guyThere's no such function as "delete_giop_user_module...
2003-08-06 guyAs per Bernd Becker's suggestion, add "register_giop_us...
2003-07-31 guyFrom Tomas Kukosa: add "find_dissector_table()",
2003-07-18 guyInclude the same headers that "plugin_api.h" does.
2003-07-18 guyFrom Matthijs Melchior: generate all declarations and...