summaryrefslogtreecommitdiff
path: root/wiretap/commview.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-11-24 03:33:18 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-11-24 03:33:18 +0000
commit8c0f4111ea1b5b2c67969d3883506f0b720ec4c0 (patch)
tree536673f4585fceaba344dbcd4ac1779b210c687f /wiretap/commview.h
parent118f23a08a04292498560b3bcaddce00c606c12d (diff)
downloadwireshark-8c0f4111ea1b5b2c67969d3883506f0b720ec4c0.tar.gz
Initial checkin of support to read TamoSoft's CommView packet capture files
per enhancement bug #1795. svn path=/trunk/; revision=23558
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
new file mode 100644
index 0000000000..b3dfc978c7
--- /dev/null
+++ b/wiretap/commview.h
@@ -0,0 +1,31 @@
+/* commview.h
+ *
+ * $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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
+ */
+
+#ifndef __COMMVIEW_H__
+#define __COMMVIEW_H__
+
+int commview_open(wtap *wth, int *err, gchar **err_info _U_);
+
+#endif /* __COMMVIEW_H__ */
+