aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-enip.c')
-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 ce92991ba9..b8a22bf07f 100644
--- a/epan/dissectors/packet-enip.c
+++ b/epan/dissectors/packet-enip.c
@@ -1340,12 +1340,12 @@ proto_register_enip(void)
/* Request/Response Matching */
{ &hf_enip_response_in,
{ "Response In", "enip.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this ENIP request is in this frame", HFILL }
},
{ &hf_enip_response_to,
{ "Request In", "enip.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the ENIP request in this frame", HFILL }
},
{ &hf_enip_time,