aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-15EPL: remove unused hf (hf_epl_sdo_od_field)Alexis La Goutte1-5/+0
2017-05-15epl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+0
2017-05-11Another shadowing fix for abort().Guy Harris1-4/+4
2017-05-11Squelch warning from some compilers.Guy Harris1-4/+4
2017-05-11EPL: Dissect read/write multiple parameter SDOsChristoph Schlosser1-9/+444
2017-04-13packet-epl.c: Fix bigger-than-actual offset being reportedAhmad Fatoum1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-3/+3
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-09-12epl: fix memleaksPeter Wu1-7/+5
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-05-06EPL: Add support for DS302-EChristoph Schlosser1-7/+143
2016-04-25EPL: fix 'segmented' was marked unused but was used [-Werror,-Wused-but-marke...Alexis La Goutte1-1/+1
2016-04-22epl: change g_malloc to wmem_alloc.Dario Lombardo1-2/+2
2016-03-29EPL: Fix segmented transfer complete detectionChristoph Schlosser1-53/+96
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3