summaryrefslogtreecommitdiff
path: root/asn1/lpp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-16 21:41:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-16 21:41:54 +0000
commit6c8f38d16b6fe00cbb0e5a4b3630db1c75c7372e (patch)
treeaa313a09efa750def6103c8dc309ff5c60a0f231 /asn1/lpp
parent0d7ba78d8caa780bdf3b7e3103ca0ad0432b80e3 (diff)
downloadwireshark-6c8f38d16b6fe00cbb0e5a4b3630db1c75c7372e.tar.gz
From Pascal Quantin:
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 Add missing file svn path=/trunk/; revision=40551
Diffstat (limited to 'asn1/lpp')
-rw-r--r--asn1/lpp/packet-lpp-template.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/asn1/lpp/packet-lpp-template.h b/asn1/lpp/packet-lpp-template.h
new file mode 100644
index 0000000000..39949affcc
--- /dev/null
+++ b/asn1/lpp/packet-lpp-template.h
@@ -0,0 +1,34 @@
+/* packet-lpp.h
+ * Routines for 3GPP LTE Positioning Protocol (LLP) packet dissection
+ * Copyright 2011, Pascal Quantin <pascal.quantin@gmail.com>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Ref 3GPP TS 36.355 version 9.7.0 Release 9
+ * http://www.3gpp.org
+ */
+
+#ifndef PACKET_LPP_H
+#define PACKET_LPP_H
+
+#include "packet-lpp-exp.h"
+
+#endif /* PACKET_LPP_H */