aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-14/+14
2024-03-31Switch our boolean preferences to boolGerald Combs1-6/+6
2024-02-25Fix lots of spellingsMartin Mathieson1-4/+4
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-11/+11
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-2/+2
2023-12-14EPLv2: textual decoding of ASnd error codeChristian Krump1-1/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-288/+288
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-12/+12
2023-08-19check_typed_item_calls.py: check for value_string conflictsMartin Mathieson1-1/+2
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-06-13Use `register_dissector()` for more protocolsDavid Perry1-2/+2
2023-05-19Fix some more item lengths vs callsMartin Mathieson1-1/+1
2023-04-23More val_to_str()-related fixesMartin Mathieson1-3/+3
2023-04-20Use rval_to_str_const() when no specifier in 'unknown' stringMartin Mathieson1-2/+2
2023-01-31More fussing with items and calls.Martin Mathieson1-21/+21
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-10-31EPL: Fix memory access error when adding new UAT NodeID rowJohn Thacker1-18/+17
2021-10-29EPL: Reject non-EPL packets at the beginningJohn Thacker1-6/+11
2021-08-26EPL: fix length detection of SDO 'read by index'Christian Krump1-2/+2
2021-07-29More fussing with masks.Martin Mathieson1-4/+4
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-2/+3
2021-01-25EPL: various extensionsChristian Krump1-16/+16
2021-01-15EPL: fix reassemble (length) detectionChristian Krump1-3/+0
2020-10-15EPL: wrong size detection of last segmentChristian Krump1-65/+63
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-20EPL: additional dissection of flagsChristian Krump1-1/+65
2020-08-19EPL: adaptations of SDO dissectorChristian Krump1-4/+15
2020-08-14EPL: append info-column with additional flag infosChristian Krump1-17/+43
2020-08-12EPL: modified timestamp format of errorcodelistChristian Krump1-2/+3
2020-08-03EPL: put a hidden field to all EPL message typesChristian Krump1-12/+86
2020-07-10EPL: use predefined tf strings from tfs.(ch)Christian Krump1-10/+4
2020-07-09EPL: extended decoding of ring redundancy flagsChristian Krump1-2/+45
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-03Powerlink: Fix representation of PDO versionUli Heilmeier1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
2019-01-24EPL: fix build with incomplete libxml2 libraryPeter Wu1-3/+0
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-09-08Initialize epl_placeholder_mac at compile time.Guy Harris1-3/+2
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-3/+3
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-6/+4
2018-02-17Constify a bunch of pointers and some casts.Guy Harris1-13/+13
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-02epl: fix map.title memleak.Jakub Zawadzki1-4/+4