summaryrefslogtreecommitdiff
path: root/wiretap/5views.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-29 19:42:01 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-29 19:42:01 +0000
commit2240c0668d7f515702a6822be8c2479980b61663 (patch)
tree2ffa80ec2809ab9d070e3de4f385721a1e5cd12a /wiretap/5views.h
parent27edcee365dad7560253ec6e6b269ce7499a23e8 (diff)
downloadwireshark-2240c0668d7f515702a6822be8c2479980b61663.tar.gz
From Thierry Martin: support for reading files from Accellent 5Views LAN
agents. svn path=/trunk/; revision=8093
Diffstat (limited to 'wiretap/5views.h')
-rw-r--r--wiretap/5views.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/wiretap/5views.h b/wiretap/5views.h
new file mode 100644
index 0000000000..d626d6c622
--- /dev/null
+++ b/wiretap/5views.h
@@ -0,0 +1,30 @@
+/* 5views.h
+ *
+ * $Id: 5views.h,v 1.1 2003/07/29 19:42:00 guy Exp $
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
+ *
+ * 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 __5VIEWS_H__
+#define __5VIEWS_H__
+
+int _5views_open(wtap *wth, int *err);
+gboolean _5views_dump_open(wtap_dumper *wdh, gboolean cant_seek, int *err);
+int _5views_dump_can_write_encap(int encap);
+
+#endif