aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isobus.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-4/+4
2023-11-20Remove init of proto variablesStig Bjørlykke1-60/+60
2023-11-01ISOBUS: Remove incomplete warning and cleanupDr. Lars Völker1-420/+201
2023-10-31ISOBUS: change to value_string_ext for faster lookupDr. Lars Völker1-12/+12
2023-10-31ISOBUS: Adding support for Signal PDU dissectionDr. Lars Völker1-18/+67
2023-10-20ISOBUS: make a couple of functions staticMartin Mathieson1-2/+2
2023-10-26ISOBUS: Improving the dissectorDr. Lars Völker1-10/+174
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-3/+1
2023-07-14Improve consistency of includesDr. Lars Völker1-1/+1
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-04-23Fix more calls to val_to_str() and related functionsMartin Mathieson1-2/+2
2023-04-20Use rval_to_str_const() when no specifier in 'unknown' stringMartin Mathieson1-1/+2
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-08-27Isobus: Change email addressJeroen Sack1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Normalize some dissector includesJoão Valverde1-1/+1
2020-05-17isobus: note what ISO specs cover ISObus.Guy Harris1-0/+1
2019-11-28Change struct can_identifier to can_infoStefan Tatschner1-19/+19
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-01-13dissectors: can: Handle CAN id flagsMaksim Salau1-0/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-18And use RVALS for connection_abort_reasons, as it's a range_string.Guy Harris1-1/+1
2017-06-18Flag field using a range_string with BASE_RANGE_STRING.Guy Harris1-1/+1
2017-06-12Add isobus dissectorJeroen Sack1-0/+872