aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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 /epan
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 'epan')
-rw-r--r--epan/dissectors/packet-lpp.c4
-rw-r--r--epan/dissectors/packet-lpp.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-lpp.c b/epan/dissectors/packet-lpp.c
index 35f25e9ca8..d27afa5d12 100644
--- a/epan/dissectors/packet-lpp.c
+++ b/epan/dissectors/packet-lpp.c
@@ -7,7 +7,7 @@
#line 1 "../../asn1/lpp/packet-lpp-template.c"
/* 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
@@ -43,7 +43,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/epan/dissectors/packet-lpp.h b/epan/dissectors/packet-lpp.h
index a0ee331b1e..d8688f400c 100644
--- a/epan/dissectors/packet-lpp.h
+++ b/epan/dissectors/packet-lpp.h
@@ -7,7 +7,7 @@
#line 1 "../../asn1/lpp/packet-lpp-template.h"
/* 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