summaryrefslogtreecommitdiff
path: root/plugins/ethercat/moduleinfo.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-03-05 20:42:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-03-05 20:42:58 +0000
commit7a5b90df340479218367ca8fe3bbfd382f06da98 (patch)
tree7afdfd866c8dfeaa6a239f4a7c07b398052e3f30 /plugins/ethercat/moduleinfo.h
parent2cd5211e9548bf830096e075b650787e926c9a32 (diff)
downloadwireshark-7a5b90df340479218367ca8fe3bbfd382f06da98.tar.gz
From Peter Johansson :
Support for EtherCAT subdissectors. svn path=/trunk/; revision=24566
Diffstat (limited to 'plugins/ethercat/moduleinfo.h')
-rw-r--r--plugins/ethercat/moduleinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ethercat/moduleinfo.h b/plugins/ethercat/moduleinfo.h
index 2a9a0ff1cc..2feb328130 100644
--- a/plugins/ethercat/moduleinfo.h
+++ b/plugins/ethercat/moduleinfo.h
@@ -18,4 +18,5 @@
/*#define VERSION "0.0.10" */
/*#define VERSION "0.0.11" * support of AoE protocol */
/*#define VERSION "0.0.12" * port to Wireshark */
-#define VERSION "0.1.0" /* First version integrated into the Wireshark sources*/
+/*#define VERSION "0.1.0" * First version integrated into the Wireshark sources*/
+#define VERSION "0.1.1" /* Added the ability for sub dissectors to decode the data section of EtherCAT using heuristics */