aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hislip.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+1
2020-03-26HiSLIP misc changesMartin Mathieson1-26/+39
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-16packet-hislip.c: Remove duplicate entries from vendorID.Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-27/+6
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