aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwres.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-06-08 13:02:17 +0100
committerAnders Broman <a.broman58@gmail.com>2020-06-09 04:52:20 +0000
commit9fd024a0504895c3a30f98e51927701d4b1d6bdf (patch)
treeb846acab0d868fe8cc63fd940ee98553c57879d8 /epan/dissectors/packet-lwres.c
parent39845dcdc6cd7575c81de67258af97c8b743f71b (diff)
Add some missing values into value_strings.
Detected using a messy modification to CHECK_HF_VALUE(), which runs when ENABLE_CHECK_FILTER is defined. There are doubtless more, but finding specs is often hard and time-consuming. Change-Id: Ifae3fa0d2361e15c71a3e26ad22536dbed0ca246 Reviewed-on: https://code.wireshark.org/review/37406 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lwres.c')
-rw-r--r--epan/dissectors/packet-lwres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lwres.c b/epan/dissectors/packet-lwres.c
index de8bacfd4b..a9648878eb 100644
--- a/epan/dissectors/packet-lwres.c
+++ b/epan/dissectors/packet-lwres.c
@@ -90,6 +90,7 @@ static const value_string result_values[] = {
{ LWRES_R_UNEXPECTEDEND, "Unexpected end of input" },
{ LWRES_R_FAILURE, "Generic failure" },
{ LWRES_R_IOERROR, "I/O Error" },
+ { LWRES_R_NOTIMPLEMENTED, "Not Implemented"},
{ LWRES_R_UNEXPECTED, "Unexpected" },
{ LWRES_R_TRAILINGDATA, "Trailing data" },
{ LWRES_R_INCOMPLETE, "Incomplete" },