aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iser.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-105/+37
2016-12-19Make more infiniband subdissectors heuristic.Michael Mann1-1/+0
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann1-6/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
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
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+3
2014-07-03Fix type-o left over from cut-and-pasteYan Burman1-1/+1
2014-06-26add a cast, the mask makes it safe (stupid compiler)Evan Huus1-1/+1
2014-06-26iSER: Add iSER dissector supportYan Burman1-0/+456