aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipsafety.h
diff options
context:
space:
mode:
authorDylan Ulis <daulis0@gmail.com>2018-02-07 08:53:45 -0500
committerMichael Mann <mmann78@netscape.net>2018-02-08 23:39:50 +0000
commit60c5ec67f81393d979534c47a069c154277e477b (patch)
tree891ffec17b33f76da126bceb557d0dd7de3bd494 /epan/dissectors/packet-cipsafety.h
parent41812f2d685d6a4f6d586972db1e10102e2f3021 (diff)
CIP Safety: Add decode options for I/O Payloads
1. Add Decode Options for 4 Safety I/O types. Previously, you could only decode as "CIP Safety", which only showed as a generic data block (because all important things for parsing are in the FwdOpen). 2. Change some timestamp display formatting to match other related timestamp fields (now all Dec) 3. Don't create connections for Null Forward Opens. Change-Id: Ia1031b3887739a864a453b9e566ebe6f29fa5b8b Reviewed-on: https://code.wireshark.org/review/25664 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-cipsafety.h')
-rw-r--r--epan/dissectors/packet-cipsafety.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cipsafety.h b/epan/dissectors/packet-cipsafety.h
index ddcc2543b5..3706199f71 100644
--- a/epan/dissectors/packet-cipsafety.h
+++ b/epan/dissectors/packet-cipsafety.h
@@ -49,6 +49,7 @@
typedef struct cip_safety_info {
enum enip_connid_type conn_type;
enip_conn_val_t* eip_conn_info;
+ gboolean compute_crc;
} cip_safety_info_t;