dissectors: more SPDX license convertions.
[metze/wireshark/wip.git] / epan / dissectors / packet-ceph.c
2018-03-07 Dario Lombardodissectors: more SPDX license convertions.
2018-02-12 Jakub Zawadzkiceph: clear_address() to make sure to use initialized...
2017-09-15 Stig Bjørlykkeepan: Avoid possible misuse of comma operator warning
2017-05-08 Alexis La Goutteceph: fix conflicting entry in its value_string
2016-07-12 Jeff Laytonceph: distingush between client and server by checking...
2016-06-21 Jeff Laytonceph: c_dissect_sockaddr doesn't need the "data" pointer
2016-06-05 Michael MannFix expert_info errors found by new and improved checkh...
2016-03-28 Joerg MayerFix more -Wused-but-marked-unused warnings/errors.
2016-02-22 Michael MannFix some hf_ field datatype conflicts.
2016-02-09 João Valverdeceph: Fix more enum overflow warnings [-Wpedantic]
2016-02-09 João Valverdeceph: Declare convenience types as gint [-Wbad-function...
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-26 João ValverdeFix ISO C restricts enumerator values to range of ...
2015-11-16 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
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-05-25 Evan Huusceph: remove an unnecessary DISSECTOR_ASSERT
2015-04-30 Guy HarrisFix some cases where we're shifting a signed 1 left.
2015-03-24 Peter Wuftsanity.py: make it work with modern tshark
2015-01-16 Michael MannSE_COPY_ADDRESS -> WMEM_COPY_ADDRESS
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-22 Alexis La GoutteFix unknown command tag name [-Wdocumentation-unknown...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-29 Bill MeierRename some hf[] display filter names to fix dups.
2014-10-06 Bill MeierAdjust indentation to match editor modelines; Do other...
2014-10-04 Alexis La GoutteCEPH: Fix comma at end of enumerator list [-Wpedantic]
2014-09-19 Bill MeierDo encoding-arg changes (all benign)
2014-08-20 Bill Meierproto.h; (try to) fix bug in DISSECTOR_ASSERT_CMP....
2014-08-20 Bill Meierpacket-ceph.c: Temporarily comment out the use of DISSE...
2014-08-20 Kevin CoxAdd more messages for the Ceph protocol.
2014-08-19 Kevin CoxFix Ceph packet length determination.
2014-08-19 Evan Huusceph: use col_add_str instead of col_set_str
2014-08-16 Alexis La GoutteFix ISO C does not allow extra ';' outside of a functio...
2014-08-16 Alexis La GoutteFix comma at end of enumerator list [-Wpedantic]
2014-08-15 Bill MeierRemove unneeded #include <epan/prefs.h>; As needed...
2014-08-04 Kevin CoxInitial Ceph Dissector.