aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13plugins: replace ENC_NA by ENC_..._ENDIAN when fetching integral typesBill Meier1-1/+1
2014-11-17Eliminate proto_tree_add_textMichael Mann1-207/+101
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-3/+4
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-1/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier7-1753/+1843
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2-9/+5
2014-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris1-1/+1
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris1-1/+1
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann3-5/+5
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-3/+4
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte13-26/+0
2014-02-25Remove trailing whitespaceBill Meier4-13/+13