aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-29epl: Put OD information into own subtreeChristoph Schlosser1-5/+15
2015-10-26EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-10-26EPL: add explicit casts to please OSX 10.5 x86 buildbotPascal Quantin1-2/+2