From Tomas Kukosa: export the PER dissection routines, and some
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Aug 2003 08:23:24 +0000 (08:23 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Aug 2003 08:23:24 +0000 (08:23 +0000)
H.225/H.245 routines, to plugins on platforms where they have to go
through the function call table.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8220 f5534014-38df-0310-8fa8-9805f1628bb7

packet-h225.h [new file with mode: 0644]

diff --git a/packet-h225.h b/packet-h225.h
new file mode 100644 (file)
index 0000000..fe627c3
--- /dev/null
@@ -0,0 +1,26 @@
+/* packet-h225.h
+ * Routines for H.245 packet dissection
+ * 2003  Tomas Kukosa
+ *
+ * $Id: packet-h225.h,v 1.1 2003/08/23 08:23:24 guy Exp $
+ *
+ * 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.
+ */
+
+extern int dissect_h225_TransportAddress(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);