aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hiqnet.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+6
2021-07-06Fix a few dissector spelling errors.Martin Mathieson1-1/+1
2020-11-14Fix a few more item lengths.Martin Mathieson1-2/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-21hiqnet: update URL, use HTTPS One More Place.Guy Harris1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-05-26*Always* pair ENC_UTF_16 and ENC_UCS_2 with a byte order.Guy Harris1-6/+6
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-02-02HiQnet parameters and Wireshark fields have data types; use them.Guy Harris1-49/+186
2016-01-17Prevent out-of-bounds read in hiqnet_display_data.Michael Mann1-14/+25
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+2
2014-11-14hiqnet: Improve dissection for hiqnet over TCP or UDPBill Meier1-6/+60
2014-11-14hiqnet: Simplify code somewhat; Adjust the "names" and display of certain fie...Bill Meier1-184/+75
2014-11-11hiqnet: Use correct filter names; Fix specification of hf_dhcpBill Meier1-8/+8
2014-11-11Hiqnet: fix warning found by fix-encoding-args toolsAlexis La Goutte1-7/+7
2014-11-11Hiqnet: fix Mac OS X buildbotAlexis La Goutte1-26/+26
2014-11-11Hiqnet: fix typo lenght => lengthAlexis La Goutte1-2/+2
2014-11-11Initial Harman HiQnet dissectorRaphaël Doursenaud1-0/+1742