aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-01-28 16:34:14 -0500
committerMichael Mann <mmann78@netscape.net>2016-02-05 16:25:08 +0000
commitfb033d0f39eda3f3937ae265c422ad907b179f42 (patch)
treeb5edad573c92fe672e823774ff8757e0348046d7 /epan/dissectors/packet-enip.h
parentb1aa1be33c50b9da7de4e8d1414f872cf3546900 (diff)
Add CIP Security objects
These objects are defined in Volume 8, but it doesn't make sense to create a new dissector file for them, so just distribute them where it makes the most sense in the existing CIP dissectors. Also do some conversions to proto_tree_add_bitmask while in the neighborhood. Add support for EtherNet/IP over DTLS/TLS. Change-Id: I4e658e8871eebb222816229de7594ff766264308 Reviewed-on: https://code.wireshark.org/review/13710 Reviewed-by: D. Ulis <daulis0@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-enip.h')
-rw-r--r--epan/dissectors/packet-enip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-enip.h b/epan/dissectors/packet-enip.h
index 22ceaaee62..81ac3897dc 100644
--- a/epan/dissectors/packet-enip.h
+++ b/epan/dissectors/packet-enip.h
@@ -112,6 +112,6 @@ enum enip_connid_type {ECIDT_UNKNOWN, ECIDT_O2T, ECIDT_T2O};
void enip_close_cip_connection( packet_info *pinfo, guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
void enip_mark_connection_triad( packet_info *pinfo, guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
-extern attribute_info_t enip_attribute_vals[75];
+extern attribute_info_t enip_attribute_vals[99];
#endif /* PACKET_ENIP_H */