aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ceph.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-29Fix some too-short item lengthsMartin Mathieson1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-44/+44
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-04-10Some more spelling fixes.Martin Mathieson1-28/+28
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-17ceph: remove unnecessary ifdef G_STATIC_ASSERT checkPeter Wu1-2/+0
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2018-02-12ceph: clear_address() to make sure to use initialized memory in set_address()Jakub Zawadzki1-0/+1
2017-09-15epan: Avoid possible misuse of comma operator warningStig Bjørlykke1-2/+4
2017-05-08ceph: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2016-07-12ceph: distingush between client and server by checking for a second entity_ad...Jeff Layton1-22/+54
2016-06-21ceph: c_dissect_sockaddr doesn't need the "data" pointerJeff Layton1-15/+15
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-26/+26
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-3/+3
2016-02-09ceph: Fix more enum overflow warnings [-Wpedantic]João Valverde1-73/+48
2016-02-09ceph: Declare convenience types as gint [-Wbad-function-cast]João Valverde1-4/+8
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
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