aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Ulis <daulis0@gmail.com>2016-03-20 15:56:15 -0400
committerMichael Mann <mmann78@netscape.net>2016-03-20 20:52:32 +0000
commit4a35488e0e9955039f31f96e4b91c95a348a30f7 (patch)
treee75bc884b7f2640723dc2a5b3ef22de32419394e
parent88926c3b615ebe8b1330e0ee544d0bca28b8b3c4 (diff)
ENIP: Add request/response arrows for related packets
Change-Id: I0fbaa0569be3aafa85156cea6b7f5220c2d5e118 Reviewed-on: https://code.wireshark.org/review/14542 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-enip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-enip.c b/epan/dissectors/packet-enip.c
index 47be693193..4efe8c24e4 100644
--- a/epan/dissectors/packet-enip.c
+++ b/epan/dissectors/packet-enip.c
@@ -3274,12 +3274,12 @@ proto_register_enip(void)
/* Request/Response Matching */
{ &hf_enip_response_in,
{ "Response In", "enip.response_in",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_RESPONSE), 0x0,
"The response to this ENIP request is in this frame", HFILL }},
{ &hf_enip_response_to,
{ "Request In", "enip.response_to",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_REQUEST), 0x0,
"This is a response to the ENIP request in this frame", HFILL }},
{ &hf_enip_time,