summaryrefslogtreecommitdiff
path: root/epan/diam_dict.l
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-05-07 16:14:53 -0400
committerAnders Broman <a.broman58@gmail.com>2015-05-08 04:23:10 +0000
commit0b4e883803806cf46b621419494a9afcc2f63af3 (patch)
treef7f7056e724ea8a4b84788d9ac035294f6a79020 /epan/diam_dict.l
parent301f5ffde09f2eb0f5481dbea77c1a0eee4321e4 (diff)
downloadwireshark-0b4e883803806cf46b621419494a9afcc2f63af3.tar.gz
Allow empty-element Diameter Applications and use that format.
This also fixes a couple of applications that weren't properly terminated (as a result of some of my recent changes). Change-Id: I9662017a81c63aceeb950d3b29cb17dde16d4f0c Reviewed-on: https://code.wireshark.org/review/8335 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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;
}