aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 20:05:16 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 20:05:16 +0000
commit2df960325a9f8eb0530ab0c2c5d04f1321d21f53 (patch)
tree2a2adfee6dc6d3a8e158d35b22d8048139bbd9bd /wiretap/eyesdn.h
parentb2a64dc261783b8675e176c72a6508e172bb68bd (diff)
From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.
svn path=/trunk/; revision=10038
Diffstat (limited to 'wiretap/eyesdn.h')
-rw-r--r--wiretap/eyesdn.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/wiretap/eyesdn.h b/wiretap/eyesdn.h
new file mode 100644
index 0000000000..8535809c90
--- /dev/null
+++ b/wiretap/eyesdn.h
@@ -0,0 +1,29 @@
+/* eyesdn.h
+ *
+ * $Id: eyesdn.h,v 1.1 2004/02/11 20:05:16 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 __W_EYESDN_H__
+#define __W_EYESDN_H__
+
+int eyesdn_open(wtap *wth, int *err, gchar **err_info);
+
+#endif