aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsi.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-01-31 13:34:04 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-31 17:32:05 +0000
commited8ee831fda2df69657af95dc34a3ea6b3ef4c88 (patch)
tree4faa20220aa6fd77bb223679842fb053753eaad1 /epan/dissectors/packet-dsi.c
parent858f759fa20931e05a1e54472c8fb3c32d5bb25e (diff)
More fussing with items and calls.
Diffstat (limited to 'epan/dissectors/packet-dsi.c')
-rw-r--r--epan/dissectors/packet-dsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dsi.c b/epan/dissectors/packet-dsi.c
index 962eee4fe9..206557921c 100644
--- a/epan/dissectors/packet-dsi.c
+++ b/epan/dissectors/packet-dsi.c
@@ -434,11 +434,11 @@ proto_register_dsi(void)
"Attention flag, don't reconnect bit", HFILL }},
{ &hf_dsi_attn_flag_time,
{ "Minutes", "dsi.attn_flag.time",
- FT_UINT16, BASE_DEC, NULL, 0xfff,
+ FT_UINT16, BASE_DEC, NULL, 0x0fff,
"Number of minutes", HFILL }},
{ &hf_dsi_attn_flag_bitmap,
{ "Bitmap", "dsi.attn_flag.bitmap",
- FT_UINT16, BASE_HEX, NULL, 0xfff,
+ FT_UINT16, BASE_HEX, NULL, 0x0fff,
"Attention extended bitmap", HFILL }},
};