cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k...
[metze/wireshark/wip.git] / epan / dissectors / packet-turnchannel.c
2018-09-15 Gerald CombsAdd support for aliases to dissector tables.
2018-09-13 Gerald CombsStart renaming SSL to TLS.
2018-05-27 Guy HarrisHave a dissector table for SSL/TLS/DTLS ALPN protocol...
2018-05-26 Guy HarrisFix STUN-over-SSL/TLS/DTLS.
2018-05-25 Guy HarrisUpdate protocol references.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-22 Evan HuusRemove a bunch of deprecated tvb_length calls
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-10-05 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-06-20 Guy HarrisRename dissector_add_handle() to dissector_add_for_deco...
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-07-27 Michael MannAddress bug 4097 (https://bugs.wireshark.org/bugzilla...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-10-09 Bill MeierMinor cleanup in proto_reg_handoff; remove unused ...
2008-08-01 Anders Bromanpacket-turnchannel.c:219: warning: passing argument...
2008-08-01 Anders BromanFrom stéphane bryant: