aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-23 08:23:24 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-23 08:23:24 +0000
commit6fa81431b9e5410fd3dfe6c849771560c5341277 (patch)
treef72d787b32568af643c811c7723a95a6333495eb /packet-h225.h
parent99c609e333f8e8dc56f874bf2698eb8afa19a024 (diff)
From Tomas Kukosa: export the PER dissection routines, and some
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8220
Diffstat (limited to 'packet-h225.h')
-rw-r--r--packet-h225.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/packet-h225.h b/packet-h225.h
new file mode 100644
index 0000000000..fe627c323a
--- /dev/null
+++ b/packet-h225.h
@@ -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);