aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gnm.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-08-28 14:56:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-08-28 14:56:03 +0000
commit12c44d2d721b0321d4a9caeb28c98dc11c6d74a8 (patch)
tree1450742db023ab3dd2724a16e21b69dc119581c5 /epan/dissectors/packet-gnm.h
parent374c3d0b7581648039cae9a16318619ad5340e29 (diff)
Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).
svn path=/trunk/; revision=15592
Diffstat (limited to 'epan/dissectors/packet-gnm.h')
-rw-r--r--epan/dissectors/packet-gnm.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gnm.h b/epan/dissectors/packet-gnm.h
new file mode 100644
index 0000000000..d5eee5b69e
--- /dev/null
+++ b/epan/dissectors/packet-gnm.h
@@ -0,0 +1,41 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* .\packet-gnm.h */
+/* ../../tools/asn2eth.py -X -b -e -p gnm -c gnm.cnf -s packet-gnm-template GNM.asn */
+
+/* Input file: packet-gnm-template.h */
+
+/* packet-gnm.c
+ * Routines for GENERIC NETWORK INFORMATION MODEL Data dissection
+ *
+ * Copyright 2005 , Anders Broman <anders.broman [AT] ericsson.com>
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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.
+ *
+ *
+ * References:
+ * ITU-T recommendatiom M.3100
+ */
+#ifndef PACKET_GNM_H
+#define PACKET_GNM_H
+
+/*#include "packet-gni-exp.h"*/
+
+#endif /* PACKET_GNM_H */