summaryrefslogtreecommitdiff
path: root/asn1/s1ap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-28 21:04:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-28 21:04:56 +0000
commit6aba36dcc2496d0056f59caa5054a03816336254 (patch)
tree075a015246ca6b191b3eff0f276e24dd7dca5847 /asn1/s1ap
parent1c81c60477743895914d2bd5cb17c123bfd5d86f (diff)
downloadwireshark-6aba36dcc2496d0056f59caa5054a03816336254.tar.gz
Add the missing packet-s1ap.h
svn path=/trunk/; revision=33356
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/packet-s1ap-template.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/asn1/s1ap/packet-s1ap-template.h b/asn1/s1ap/packet-s1ap-template.h
new file mode 100644
index 0000000000..59a6e6ef83
--- /dev/null
+++ b/asn1/s1ap/packet-s1ap-template.h
@@ -0,0 +1,30 @@
+/* packet-s1ap.h
+ * Routines for E-UTRAN S1 Application Protocol (S1AP) packet dissection
+ *
+ * $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.
+ */
+
+#ifndef PACKET_S1AP_H
+#define PACKET_S1AP_H
+
+#include "packet-s1ap-exp.h"
+
+#endif /* PACKET_S1AP_H */