aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2023-12-30 21:15:12 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-12-30 21:15:12 +0000
commit1b9d95d6b5e5b30139b03b74adc70e328deae133 (patch)
tree2b1fe6d301c3d12969bfa8f1c23e1dd90dc29e6c /epan/dissectors/packet-ntp.c
parentef2eb133502c4bc16e9d46c688e20fa55cb77e45 (diff)
Look into some cases where 1 value_string value is missing
Diffstat (limited to 'epan/dissectors/packet-ntp.c')
-rw-r--r--epan/dissectors/packet-ntp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index 2ac236e32c..a38d8a8c07 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -519,6 +519,7 @@ static const value_string priv_rc_types[] = {
{ PRIV_RC_SET_CLKFUDGE, "SET_CLKFUDGE" },
{ PRIV_RC_GET_KERNEL, "GET_KERNEL" },
{ PRIV_RC_GET_CLKBUGINFO, "GET_CLKBUGINFO" },
+ { 40, "UNASSIGNED" }, /* included to allow direct lookup */
{ 41, "SET_PRECISION" },
{ PRIV_RC_MON_GETLIST_1, "MON_GETLIST_1" },
{ 43, "HOSTNAME_ASSOCID" },