aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/ethercat
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-3/+3
2023-01-17ECATMB: Get filename with encoding when adding to columnJohn Thacker1-7/+7
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-20/+24
2022-10-08esl_eth: support nanosecond timestampsDavid Perry1-0/+1
2022-07-23ECATMB: Add SDO Information to CANopenTypeUli Heilmeier1-0/+1
2022-06-16ethercat: Fix EEPROM Ctrl/Status bitmask fieldsJohn Thacker1-8/+9
2022-04-04CMake: Finish splitting ADD_PLUGIN_LIBRARY.Gerald Combs1-1/+1
2022-02-04Trivial: change some formatting in hf item definitionsMartin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde5-41/+41
2021-10-11Fix some spelling errorsMartin Mathieson1-1/+1
2021-10-07Fix some field mask widths.Martin Mathieson1-20/+20
2021-10-06Ethercat: try to fix EEPROM Ctrl/Status bitmask fieldsMartin Mathieson1-12/+12
2021-09-22Fix the lengths of some masks.Martin Mathieson1-5/+5
2021-09-21ethercat: Fix some too-wide mask widths.Martin Mathieson2-30/+30
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2021-07-11More mask checks and some fixes.Martin Mathieson1-3/+3
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-7/+7
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-2/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+2
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-41/+41
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris8-8/+8
2019-07-10doxygen: Try to fix warnings.Anders Broman1-2/+0
2019-06-09ethercat: add new hf item for sdo abort code.Richard Kuemmel2-3/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris2-4/+4
2018-04-22EtherCAT: Fix small bugs for mailbox typeMichalis Kapsalakis1-3/+5
2018-04-18Remove autotools build system.Dario Lombardo1-77/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-09plugins: use SPDX identifiers.Dario Lombardo13-169/+13
2018-02-04Have individual plugin CMakeLists.txt files add library dependencies.Guy Harris1-0/+2
2018-01-21autotools: Rework the plugin MakefilesJaap Keuter1-1/+1
2018-01-16EtherCAT: Add Mailbox as a string in EtherCAT Frame Types.Michalis Kapsalakis1-0/+1
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde16-0/+9926