aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-02 16:35:10 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-02 16:35:10 +0000
commit8fe29b1fb409151791b530021bef6ff365c25105 (patch)
tree15b6b1d02322495364d0cacb17320bbff376c10b /epan/dissectors/packet-enip.h
parent67067d3ca3d23f2863c69a86f9412c806abcfc39 (diff)
From Michael Mann :
General improvements to CIP and ENIP dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6416 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39222 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-enip.h')
-rw-r--r--epan/dissectors/packet-enip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-enip.h b/epan/dissectors/packet-enip.h
index a16cda9821..f07544239d 100644
--- a/epan/dissectors/packet-enip.h
+++ b/epan/dissectors/packet-enip.h
@@ -89,3 +89,6 @@ void enip_open_cip_connection( packet_info *pinfo,
guint32 O2TConnID, guint32 T2OConnID );
void enip_close_cip_connection( packet_info *pinfo,
guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
+
+
+extern attribute_info_t enip_attribute_vals[29];