aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-2/+2
2015-05-30ams: fixed wrong offset calculation, adsstate has 2 bytesThomas Wiens1-1/+1
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-04-06ethercat: remove deprecated tvb_length APIEvan Huus2-4/+4
2015-02-15EtherCAT: Suppress pedantic warnings.Gerald Combs2-3/+10
2015-02-05ethercat: add default case in FoeFormatterEvan Huus1-0/+2
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier7-14/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1