aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-20 14:37:32 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-20 21:38:26 +0000
commit63e294bead717645893b1c9b0f12370b6564ee8d (patch)
treed03738164e3cf09847d6f507dce0404d2c82d72d /epan/dissectors/packet-bootp.c
parent57d332dc0aefeeb2ec77a802f22e9a7b8bd2229a (diff)
Don't use FT_STRINGZ for something that's not a string.
Change-Id: Idd2f0ab5237ab2596557214fe9853e7b2259a34d Reviewed-on: https://code.wireshark.org/review/8146 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index e78425ab0a..6c419a3172 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -7065,7 +7065,7 @@ proto_register_bootp(void)
{ &hf_bootp_option_classless_static_route,
{ "Subnet/MaskWidth-Router", "bootp.option.classless_static_route.",
- FT_STRINGZ, BASE_NONE, NULL, 0x0,
+ FT_BYTES, BASE_NONE, NULL, 0x0,
"Option 121: Subnet/MaskWidth-Router", HFILL }},
{ &hf_bootp_option_rfc3825_error,