aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-19epl: Correctly display the error for available bytesRoland Knall1-3/+4
2017-12-26epl: remove dead code and corresponding ei.Dario Lombardo1-18/+0
2017-12-26epl: remove unreachable case (CID: 1412051).Dario Lombardo1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-3/+1
2017-09-28epl: fix od_idx display in treeChristoph Schlosser1-6/+6
2017-07-27EPL: Fix Multiparamwrite response textChristoph Schlosser1-1/+1
2017-07-25EPL: Add padding to size calculation for last frameChristoph Schlosser1-2/+2
2017-07-24EPL: Add Modular device flagChristoph Schlosser1-0/+6
2017-06-12EPL: fix redundant redeclaration of ‘epl_profile_uat_fld_fileopen_check_cbâ...Alexis La Goutte1-2/+0
2017-06-08epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-06-07epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+4
2017-06-07epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2017-06-06epl: fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-3/+3
2017-06-06epl: fix no previous prototype for function 'profile_load' [-Wmissing-prototy...Alexis La Goutte1-1/+1
2017-06-02packet-epl.c: Make dissector oss-fuzz friendlyAhmad Fatoum1-12/+29
2017-06-02packet-epl.c: Prefix EPL UAT files with epl_Ahmad Fatoum1-2/+2
2017-06-02Add SUBOBJECT_INITIALIZER and use it.Guy Harris1-1/+0
2017-06-02packet-epl.c: Change CANopen Unicode_String to little endianAhmad Fatoum1-2/+2
2017-06-02packet-epl.c: Fixup missing initializer warningsAhmad Fatoum1-2/+4
2017-06-01packet-epl.c: Enhance dissection by ObjectMappings and device profilesAhmad Fatoum1-284/+1874
2017-05-31packet-epl.c: Fix bounds error on malformed packetAhmad Fatoum1-10/+8