aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluecom.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-17epan: convert dissectors B to C99 types (rerun script)Joakim Karlsson1-4/+4
2024-07-04epan: convert dissectors A-B to C99 typesJoakim Karlsson1-94/+94
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-66/+66
2023-04-23More val_to_str()-related fixesMartin Mathieson1-2/+2
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-15/+15
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-5/+5
2020-11-15bluecom: fix item lengthAlexis La Goutte1-2/+2
2019-11-14bluecom: fix compilation under ppc64le.Dario Lombardo1-1/+2
2018-05-12bluecom: remove dead stores/increments (found by clang).Dario Lombardo1-4/+0
2018-04-24bluecom: fix compilation with gcc-4.Dario Lombardo1-1/+2
2018-04-24Clean up a warning.Guy Harris1-47/+49
2018-04-23Redo dissction of blocks in a bluecom packet.Guy Harris1-257/+175
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-05-03Added Bachmann bluecom protocolGerhard KHUENY1-0/+898