aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tpkt.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-10-19 06:45:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-10-19 06:45:11 +0000
commitd47704c82b35c8e28df3ba60e0acd4f1b8390f7f (patch)
treeb9eea74fb6b18aeb12b57161706786110421caa1 /packet-tpkt.h
parentf208ede6d70246edc21115cb6644d0b5cc611375 (diff)
Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and
RTP dissectors, and changes to the Q.931 dissector for use with H.323. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2511 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-tpkt.h')
-rw-r--r--packet-tpkt.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packet-tpkt.h b/packet-tpkt.h
new file mode 100644
index 0000000000..2697a20196
--- /dev/null
+++ b/packet-tpkt.h
@@ -0,0 +1,30 @@
+/* packet-tpkt.h
+ *
+ * Routines for TPKT dissection
+ *
+ * Copyright 2000, Philips Electronics N.V.
+ * Andreas Sikkema <andreas.sikkema@philips.com>
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.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.
+ */
+
+int is_tpkt( tvbuff_t *tvb, unsigned int* offset );
+int dissect_tpkt( tvbuff_t *tvb, unsigned int* offset, packet_info *pinfo, proto_tree *tree );
+void proto_register_tpkt( void );