summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ancp.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-04-04 10:43:51 -0400
committerJaap Keuter <jaap.keuter@xs4all.nl>2017-04-05 07:13:17 +0000
commit9f71c86880cb5c3eab65c82e6fb3d32e603f3709 (patch)
treecc40d31c249ad449a53a6fb0a20709395078fb37 /epan/dissectors/packet-ancp.c
parent70eeeff25ce9aab6f4725d325e13aac690f48f00 (diff)
downloadwireshark-9f71c86880cb5c3eab65c82e6fb3d32e603f3709.tar.gz
A few more BASE_UNIT_STRING cases.
Change-Id: Ic443f773d19e63aad59292bfb540f58bda565241 Reviewed-on: https://code.wireshark.org/review/20917 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-ancp.c')
-rw-r--r--epan/dissectors/packet-ancp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ancp.c b/epan/dissectors/packet-ancp.c
index 4204656fc5..69674fb2ef 100644
--- a/epan/dissectors/packet-ancp.c
+++ b/epan/dissectors/packet-ancp.c
@@ -674,8 +674,8 @@ proto_register_ancp(void)
},
{ &hf_ancp_timer,
{ "Timer", "ancp.timer",
- FT_UINT8, BASE_DEC,
- NULL, 0x0,
+ FT_UINT8, BASE_DEC|BASE_UNIT_STRING,
+ &units_milliseconds, 0x0,
NULL, HFILL }
},
{ &hf_ancp_adj_code,