aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t125.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-10-29 11:32:07 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-10-29 11:32:07 +0000
commiteca5a7d7d410554825e972c28c7be7732b32e9d4 (patch)
tree7f28c6d5d782d1eece3e8d1ccb64197cabe878bb /epan/dissectors/packet-t125.h
parentbf43e715215b9120b99b26bba7385defbc207bda (diff)
add a asn2wrs generated T.125 MCP dissector
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets svn path=/trunk/; revision=23307
Diffstat (limited to 'epan/dissectors/packet-t125.h')
-rw-r--r--epan/dissectors/packet-t125.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/epan/dissectors/packet-t125.h b/epan/dissectors/packet-t125.h
new file mode 100644
index 0000000000..b842dda62a
--- /dev/null
+++ b/epan/dissectors/packet-t125.h
@@ -0,0 +1,46 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-t125.h */
+/* ../../tools/asn2wrs.py -b -p t125 -c ./t125.cnf -s ./packet-t125-template -D . MCS-PROTOCOL.asn */
+
+/* Input file: packet-t125-template.h */
+
+#line 1 "packet-t125-template.h"
+/* packet-t125.h
+ * Routines for t125 packet dissection
+ * Copyright 2007, Ronnie Sahlberg
+ *
+ * $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_T125_H
+#define PACKET_T125_H
+
+#include <epan/packet_info.h>
+#include <epan/dissectors/packet-per.h>
+
+
+#include "packet-t125-exp.h"
+
+
+#endif /* PACKET_T125_H */
+
+