summaryrefslogtreecommitdiff
path: root/epan/diam_dict.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/diam_dict.l')
-rw-r--r--epan/diam_dict.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index 3cf67859a1..514cd8d1d2 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -519,6 +519,9 @@ description_attr description=\042
<IN_APPL>{application_end} {
D(("application_end\n")); BEGIN IN_DICT;
}
+<IN_APPL>{stop_end} {
+ D(("application_stop_end\n")); BEGIN IN_DICT;
+}
<IN_APPL>{vendor_end} {
D(("vendor_end\n")); BEGIN IN_DICT;
}