aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde16-9926/+0
2017-12-23EtherCAT: Fix unreached registerMichalis Kapsalakis1-1/+1
2017-12-22Fix unreached registers and typosMichalis Kapsalakis1-7/+7
2017-12-17plugins: Remove moduleinfo.hJoão Valverde2-46/+2
2017-12-15plugins: Remove redundant plugin.rc.in filesJoão Valverde2-35/+0
2017-12-14Refactor plugin registration and loadingJoão Valverde2-7/+3
2017-11-20Rename UseMakeDissectorReg.cmakeJoão Valverde1-1/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-4/+0
2017-10-20autotools: Sort out how we handle plugin.cJoão Valverde1-1/+6
2017-10-15plugins: Remove COPYING and NEWSJoão Valverde1-696/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-09-06CMake: Make plugin installation path use PLUGIN_INSTALL_LIBDIRJoão Valverde1-3/+3
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann3-11/+9
2016-10-27ethercat (plugins): fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2-2/+4
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-08-31Use "ecatf" as the protocol name, to parallel everything else.Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-10ethercat: fix check for SdoControl (CID 1256520).Dario Lombardo1-1/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-57/+29
2016-06-15Remove Nmake build systemPascal Quantin3-117/+0
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+11
2016-04-04Include ws_diag_control.h in config.hJoão Valverde2-2/+2
2016-03-26ethercat: Fix Control flow issues MISSING_BREAK (CID 1357204)Alexis La Goutte1-0/+1
2016-03-24ethercat: Use tfs_ecat_fmmu_typereadStig Bjørlykke1-1/+1
2016-03-24Revert "Fix compile error by removing an unused variable: git/plugins/etherca...Stig Bjørlykke1-0/+5
2016-03-23Fix compile error by removing an unused variable:Joerg Mayer1-5/+0
2016-03-23Added dissection of most of the ESC( EtherCAT slave controller) registers.richardk1-404/+2441
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann3-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann2-3/+3
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+4
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-65/+2
2016-02-03Get rid of an unused variable.Guy Harris1-5/+0
2016-02-03Fixed bug when the actual remaining command data is less than the sizerichardk2-115/+131
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-8/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-3/+3
2016-01-13Swapped align error and crc error bit in EtherCAT Switch Link dissector.richardk1-4/+5
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann4-4/+4
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann4-4/+4
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handle for pluginsMichael Mann3-6/+9
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann3-9/+12
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-29EtherCAT: wrong display nameAlexis La Goutte1-1/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+2