aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-04-23 14:58:21 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-23 13:11:59 +0000
commit2318bd92b30dda84a77863faba35aab0fe513ca4 (patch)
treed8931eedf6b4433e6ceb3e7d20e76f188b94e97d /asn1/lpp
parent7d6a1e7da2629757c7dac57b5df6661b4fd61e6a (diff)
LPP: fix a typo in the protocol abbreviation
Bug: 11141 Change-Id: I2bd00a84dd59bbcfc67bf6b8286cb49fd9ff01f9 Reviewed-on: https://code.wireshark.org/review/8175 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'asn1/lpp')
-rw-r--r--asn1/lpp/lpp.cnf2
-rw-r--r--asn1/lpp/packet-lpp-template.c4
-rw-r--r--asn1/lpp/packet-lpp-template.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/asn1/lpp/lpp.cnf b/asn1/lpp/lpp.cnf
index 109b9183ee..b542ee98d3 100644
--- a/asn1/lpp/lpp.cnf
+++ b/asn1/lpp/lpp.cnf
@@ -1,5 +1,5 @@
# lpp.cnf
-# llp conformation file
+# lpp conformation file
# Copyright 2011-2015 Pascal Quantin
#.OPT
diff --git a/asn1/lpp/packet-lpp-template.c b/asn1/lpp/packet-lpp-template.c
index 033866e5ea..0ee6e2cbb2 100644
--- a/asn1/lpp/packet-lpp-template.c
+++ b/asn1/lpp/packet-lpp-template.c
@@ -1,5 +1,5 @@
/* packet-lpp.c
- * Routines for 3GPP LTE Positioning Protocol (LLP) packet dissection
+ * Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
* Copyright 2011-2015 Pascal Quantin <pascal.quantin@gmail.com>
*
* Wireshark - Network traffic analyzer
@@ -35,7 +35,7 @@
#include "packet-per.h"
#include "packet-lpp.h"
-#define PNAME "LTE Positioning Protocol (LLP)"
+#define PNAME "LTE Positioning Protocol (LPP)"
#define PSNAME "LPP"
#define PFNAME "lpp"
diff --git a/asn1/lpp/packet-lpp-template.h b/asn1/lpp/packet-lpp-template.h
index a9006d64a3..5eb18148a2 100644
--- a/asn1/lpp/packet-lpp-template.h
+++ b/asn1/lpp/packet-lpp-template.h
@@ -1,5 +1,5 @@
/* packet-lpp.h
- * Routines for 3GPP LTE Positioning Protocol (LLP) packet dissection
+ * Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
* Copyright 2011-2015 Pascal Quantin <pascal.quantin@gmail.com>
*
* Wireshark - Network traffic analyzer