aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.l
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-13 13:29:13 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-13 13:29:13 +0000
commitd201b3d873202412b6c2f6c6e5faa728f6e19412 (patch)
treeb38ee5a9bcd3593c8cf76d735c341043459faec3 /epan/diam_dict.l
parent0611ae90a0c03a2fb9eb465f33d8fbbb5ddce042 (diff)
From Tamas Regos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4760 :
Harmless typo bug in diam_dict.l applictation_start <-> application_start svn path=/trunk/; revision=32783
Diffstat (limited to 'epan/diam_dict.l')
-rw-r--r--epan/diam_dict.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index 5e9809ae1d..4de9c88a9f 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -153,7 +153,7 @@ dictionary_end <\/dictionary>
base_start <base[^>*]*>
base_end <\/base>
-applictation_start <application
+application_start <application
application_end<\/application>
command_start <command
@@ -351,8 +351,8 @@ description_attr description=\042
BEGIN IN_APPL;
}
-<IN_DICT>{applictation_start} {
- D(("applictation_start\n"));
+<IN_DICT>{application_start} {
+ D(("application_start\n"));
appl = g_malloc(sizeof(ddict_application_t));
appl->name = NULL;