aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ceph.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Fix ISO C restricts enumerator values to range of 'int' [-Wpedantic]João Valverde1-57/+51
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-05-25ceph: remove an unnecessary DISSECTOR_ASSERTEvan Huus1-1/+0
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-50/+50
2015-03-24ftsanity.py: make it work with modern tsharkPeter Wu1-1/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier1-8/+8
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1887/+1887
2014-10-04CEPH: Fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-20proto.h; (try to) fix bug in DISSECTOR_ASSERT_CMP... macros;Bill Meier1-4/+4
2014-08-20packet-ceph.c: Temporarily comment out the use of DISSECTOR_ASSERT_CMP... mac...Bill Meier1-4/+4
2014-08-20Add more messages for the Ceph protocol.Kevin Cox1-114/+2105
2014-08-19Fix Ceph packet length determination.Kevin Cox1-12/+18
2014-08-19ceph: use col_add_str instead of col_set_strEvan Huus1-1/+1
2014-08-16Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]Alexis La Goutte1-2/+2
2014-08-16Fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-4/+4
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-1/+0
2014-08-04Initial Ceph Dissector.Kevin Cox1-0/+8539