summaryrefslogtreecommitdiff
path: root/asn1/qsig/packet-qsig-template.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-04-27 08:10:18 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-04-27 08:10:18 +0000
commitb3fedb67fa542a94338ff3093cf0b1061f2c7ea1 (patch)
tree508f65f7c9e84287c91138eafb9009f54369f2ac /asn1/qsig/packet-qsig-template.h
parent9e368307eb9340b5a3560f20bfe410ff38f4b9ad (diff)
downloadwireshark-b3fedb67fa542a94338ff3093cf0b1061f2c7ea1.tar.gz
new Q.932 and QSIG dissectors
svn path=/trunk/; revision=21602
Diffstat (limited to 'asn1/qsig/packet-qsig-template.h')
-rw-r--r--asn1/qsig/packet-qsig-template.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/asn1/qsig/packet-qsig-template.h b/asn1/qsig/packet-qsig-template.h
new file mode 100644
index 0000000000..ecff8fb7bd
--- /dev/null
+++ b/asn1/qsig/packet-qsig-template.h
@@ -0,0 +1,32 @@
+/* packet-qsig.h
+ * Routines for QSIG packet dissection
+ * 2007 Tomas Kukosa
+ *
+ * $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_QSIG_H
+#define PACKET_QSIG_H
+
+#include "packet-qsig-exp.h"
+
+#endif /* PACKET_QSIG_H */
+