aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smcr.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-30SMC: Add support for SMCD(v2)Guvenc Gulce1-1436/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-7/+6
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-2/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-2/+2
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-08-11[SMCR] Minimum 4 bytes is required to perform the heuristic check.AndersBroman1-0/+4
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-27SMC-R: fix incorrect dissection of non-SMCR packet. FailoverJoe Fowler1-2/+10
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-16/+16
2014-11-25Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)Joe Fowler1-0/+1439