aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-07-30 06:07:47 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-07-30 06:07:47 +0000
commitc3914ce6d562f27900209140f5cac3d3a6c6ebaf (patch)
treee0768a23694762f5af590df75cec333377251b5d /epan/dissectors/packet-cip.h
parent688abd6e54fcac56ec871c19d239eeb41b30b1e8 (diff)
From Ryan Wamsley:
For the EtherNet/IP protocol (ENIP), display text for Additional Status in the Forward Open Response packet. svn path=/trunk/; revision=25865
Diffstat (limited to 'epan/dissectors/packet-cip.h')
-rw-r--r--epan/dissectors/packet-cip.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cip.h b/epan/dissectors/packet-cip.h
index 666422f3d2..a900362c69 100644
--- a/epan/dissectors/packet-cip.h
+++ b/epan/dissectors/packet-cip.h
@@ -8,6 +8,8 @@
*
* Added support for Connection Configuration Object
* ryan wamsley * Copyright 2007
+ * Added Additional Status text in Forward Open Response
+ * ryan wamsley * Copyright 2008
*
* $Id$
*
@@ -109,6 +111,47 @@
#define CI_GRC_STILL_PROCESSING 0xFF
+/* Extended Status Error Codes */
+#define CI_SREC_CONNECTION_IN_USE 0x0100
+#define CI_SREC_TCLASS_TRIGGER_ERR 0x0103
+#define CI_SREC_OWNERSHIP_CONFLICT 0x0106
+#define CI_SREC_CONN_NOT_FOUND 0x0107
+#define CI_SREC_INVALID_CONN_TYPE 0x0108
+#define CI_SREC_INVALID_CONN_SIZE 0x0109
+#define CI_SREC_DEV_NOT_CONFIGURED 0x0110
+#define CI_SREC_UNSUPPORTED_RPI 0x0111
+#define CI_SREC_NO_MORE_CONNS 0x0113
+#define CI_SREC_VEN_OR_PCODE_MISMATCH 0x0114
+#define CI_SREC_PRODTYPE_MISMATCH 0x0115
+#define CI_SREC_REVISION_MISMATCH 0x0116
+#define CI_SREC_BAD_CONN_POINT 0x0117
+#define CI_SREC_INVAL_CONFIG_FRMT 0x0118
+#define CI_SREC_NO_CONTROL_CONN 0x0119
+#define CI_SREC_NO_MORE_CONN_SUPPORT 0x011A
+#define CI_SREC_RPI_SMALLERTHAN_PIT 0x011B
+#define CI_SREC_CONN_ALREADY_CLOSED 0x0203
+#define CI_SREC_UNCONN_SND_TIMEOUT 0x0204
+#define CI_SREC_UNCONN_PARM_ERR 0x0205
+#define CI_SREC_UCONN_TOO_LARGE 0x0206
+#define CI_SREC_UCONN_ACK_NO_REP 0x0207
+#define CI_SREC_NO_MEMORY 0x0301
+#define CI_SREC_NO_NET_BANDWIDTH 0x0302
+#define CI_SREC_NO_SCREENERS 0x0303
+#define CI_SREC_NO_REALTIME_CONFIG 0x0304
+#define CI_SREC_INVALID_PORT 0x0311
+#define CI_SREC_LINKADDR_NOT_AVAIL 0x0312
+#define CI_SREC_INVALID_SEGMENT_TYP 0x0315
+#define CI_SREC_CLOSE_PATH_ERR 0x0316
+#define CI_SREC_NO_SCHED 0x0317
+#define CI_SREC_INVALID_LINK_ADDR 0x0318
+#define CI_SREC_UNAVAIL_RESOURCE 0x0319
+#define CI_SREC_CONN_ALREADY_ESTAB 0x031A
+#define CI_SREC_DCONN_ALREADY_ESTAB 0x031B
+#define CI_SREC_MISC 0x031C
+#define CI_SREC_REDUNDANT_MISMATCH 0x031D
+#define CI_SREC_NO_CONSUME_RESRC 0x031E
+#define CI_SREC_NO_CONN_RESRC 0x031F
+
/* IOI Path types */
#define CI_SEGMENT_TYPE_MASK 0xE0