aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtls.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-13 00:17:55 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-13 00:17:55 +0000
commit094d579f8e8b0a853d861bc4e96a3a7ab082bf09 (patch)
tree3b712b923572e822b23b9fce4cbb3df12891192e /packet-wtls.h
parentec89be70c2918dc1c52f47f8e1a8419d105c5891 (diff)
Updates from Neil Hunter.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3026 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wtls.h')
-rw-r--r--packet-wtls.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/packet-wtls.h b/packet-wtls.h
new file mode 100644
index 0000000000..29a639f6a3
--- /dev/null
+++ b/packet-wtls.h
@@ -0,0 +1,40 @@
+/* packet-wtls.h
+ *
+ * Declarations for disassembly of WTLS component of WAP traffic.
+ *
+ * $Id: packet-wtls.h,v 1.1 2001/02/13 00:17:54 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * WAP dissector based on original work by Ben Fowler
+ * Updated by Neil Hunter <neil.hunter@energis-squared.com>
+ * WTLS support by Alexandre P. Ferreira (Splice IP)
+ *
+ * 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_WTLS_H__
+#define __PACKET_WTLS_H__
+
+/* Implementation Status:
+ *
+ *
+ *
+ * TODO:
+ */
+
+#endif /* packet-wtls.h */