aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lcsap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-16 16:02:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-16 16:02:26 +0000
commit56c3bd06867482c4a1ae6ca2ace6d9817061104e (patch)
tree4ae4082441d90f971ec21c90ecb7c80ade316e4f /epan/dissectors/packet-lcsap.h
parent37f853b2202d15f18d2e07a5a7737e634a0eac3d (diff)
From Pascal Quantin.
LTE Positioning Protocol dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 svn path=/trunk/; revision=39436
Diffstat (limited to 'epan/dissectors/packet-lcsap.h')
-rw-r--r--epan/dissectors/packet-lcsap.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lcsap.h b/epan/dissectors/packet-lcsap.h
new file mode 100644
index 0000000000..9528ebd875
--- /dev/null
+++ b/epan/dissectors/packet-lcsap.h
@@ -0,0 +1,48 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-lcsap.h */
+/* ../../tools/asn2wrs.py -p lcsap -c ./lcsap.cnf -s ./packet-lcsap-template -D . -O ../../epan/dissectors LCS-AP-CommonDataTypes.asn LCS-AP-Constants.asn LCS-AP-Containers.asn LCS-AP-IEs.asn LCS-AP-PDU-Contents.asn LCS-AP-PDU-Descriptions.asn */
+
+/* Input file: packet-lcsap-template.h */
+
+#line 1 "../../asn1/lcsap/packet-lcsap-template.h"
+/* packet-lcsap.c
+ * Routines for LCS-AP packet dissembly.
+ *
+ * Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1999 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.
+ * References:
+ * ETSI TS 129 171 V9.2.0 (2010-10)
+ */
+
+#ifndef PACKET_LCSAP_H
+#define PACKET_LCSAP_H
+
+
+/*--- Included file: packet-lcsap-exp.h ---*/
+#line 1 "../../asn1/lcsap/packet-lcsap-exp.h"
+int dissect_lcsap_Correlation_ID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
+
+/*--- End of included file: packet-lcsap-exp.h ---*/
+#line 33 "../../asn1/lcsap/packet-lcsap-template.h"
+
+#endif /* PACKET_LCSAP_H */