aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-direct.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-12/+20
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
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-0/+2
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-2/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-9/+6
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-14/+14
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-07packet-smb-direct.c: add support for reassembling of fragmentsStefan Metzmacher1-5/+182
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26packet-smb-direct: register as a infiniband subdissectorStefan Metzmacher1-0/+39
2014-02-26packet-smb-direct: only handle RDMA_SEND_* messagesStefan Metzmacher1-1/+17
2014-02-25packet-smb-direct.c: add initial implementationStefan Metzmacher1-0/+488