aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorDr. Lars Völker <lars.voelker@technica-engineering.de>2020-01-10 18:13:09 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2020-01-10 18:10:44 +0000
commit58949b7ff14ff8f052704c27718c90be4b234449 (patch)
treec3b07704ad4caa73acbde3778da3846b7df13ea8 /epan
parentfa2fa5657bb05cde5b598d2a490c1793bd01946c (diff)
DOIP: Trivial typo fixed
In doip_versions is a trivial typo "identifcation", which is fixed by this patch. Bug: 16325 Change-Id: Ia432d505fdf57606cd72ac63c80fca5066c37ff3 Signed-off-by: Dr. Lars Völker <lars.voelker@technica-engineering.de> Reviewed-on: https://code.wireshark.org/review/35736 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-doip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-doip.c b/epan/dissectors/packet-doip.c
index 498ad4ccfd..6c06a4dde7 100644
--- a/epan/dissectors/packet-doip.c
+++ b/epan/dissectors/packet-doip.c
@@ -177,7 +177,7 @@ static const value_string doip_versions[] = {
{ RESERVED_VER, "Reserved" },
{ ISO13400_2010, "DoIP ISO/DIS 13400-2:2010" },
{ ISO13400_2012, "DoIP ISO 13400-2:2012" },
- { DEFAULT_VALUE, "Default value for vehicle identifcation request messages" },
+ { DEFAULT_VALUE, "Default value for vehicle identification request messages" },
{ 0, NULL }
};