aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbtcp.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-04 13:29:48 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-04 13:29:48 +0000
commit00dd4b455e791d7bbeba19cc09e5e8996d235f75 (patch)
tree7ce04d43ec16ca4ebafe9f68036e5600f41a3c6f /epan/dissectors/packet-mbtcp.h
parentc3c5e75678aacca4d8e84ed54d2cf5b6ca6ab2f6 (diff)
From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6697
Modbus object support for CIP dissector Support for the Modbus object within the CIP dissector. Essentially wraps the Modbus protocol within a CIP object. Also included update to Modbus error code per http://www.wireshark.org/lists/wireshark-dev/201111/msg00187.html svn path=/trunk/; revision=40371
Diffstat (limited to 'epan/dissectors/packet-mbtcp.h')
-rw-r--r--epan/dissectors/packet-mbtcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mbtcp.h b/epan/dissectors/packet-mbtcp.h
index ea33e63e20..cd398b7aa6 100644
--- a/epan/dissectors/packet-mbtcp.h
+++ b/epan/dissectors/packet-mbtcp.h
@@ -58,7 +58,7 @@
#define ILLEGAL_FUNCTION 0x01
#define ILLEGAL_ADDRESS 0x02
#define ILLEGAL_VALUE 0x03
-#define ILLEGAL_RESPONSE 0x04
+#define SLAVE_FAILURE 0x04
#define ACKNOWLEDGE 0x05
#define SLAVE_BUSY 0x06
#define MEMORY_ERR 0x08