aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocfs2.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-04-17Fix some more item types.Martin Mathieson1-1/+1
2021-02-03Make more functions and vars static.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-09ofcs2: fix 'data' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-1/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-3/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-08OCFS2: dissector incorrectly parses LVB data and claims malformed messageMakoto Shimamura1-26/+46
2016-09-07OCFS2: dissector incorrectly takes pdu length as little endianMakoto Shimamura1-1/+1
2016-09-07OCFS2: dissector incorrectly treats keepalive messages as unknown typeMakoto Shimamura1-2/+13
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann1-1/+2
2015-06-17[ocfs2] trivial changes: unneeded initializer; indentation/whitespaceBill Meier1-118/+118
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-3/+3
2015-04-09OCFS2: fix some GCC / Clang warningsAlexis La Goutte1-3/+5
2015-04-07Add OCFS2 dissector.Sunil Mushran1-0/+1675