aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hislip.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-23HiSLIP: remove a DISSECTOR_ASSERTPascal Quantin1-7/+6
2015-08-09Trivial: Change editor-modelines tab-width specification from 4 to 8.Bill Meier1-3/+3
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-10/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-16HiSLIP: disable heuristic dissector by defaultPascal Quantin1-1/+9
2014-08-10packet-hislip.c: various minor fixesBill Meier1-208/+211
2014-08-10packet-hislip.c: Fix various bugs and deficienciesBill Meier1-70/+60
2014-05-02Add a new Dissector for HiSLIPMarcel Essig1-0/+1069