aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-02-20 06:49:27 +0000
committerGuy Harris <guy@alum.mit.edu>1999-02-20 06:49:27 +0000
commit3200c2543713fd849e581192c8a8d0859f9c9a57 (patch)
tree7032782f060e9c41a638eb5cde3ae3038dab929d /wiretap/netxray.h
parent0768c4b989e713e604fb3e2a40f8c74fbeb62a28 (diff)
Add support for Cinco Networks NetXRay - which is, after their acquision
by Network General (subsequently merged with McAfee Associates into Network Associates), called "Sniffer Basic". A similar format appears to be used by the Windows Sniffer Pro. svn path=/trunk/; revision=194
Diffstat (limited to 'wiretap/netxray.h')
-rw-r--r--wiretap/netxray.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/wiretap/netxray.h b/wiretap/netxray.h
new file mode 100644
index 0000000000..e66e324b94
--- /dev/null
+++ b/wiretap/netxray.h
@@ -0,0 +1,25 @@
+/* netxray.h
+ *
+ * $Id: netxray.h,v 1.1 1999/02/20 06:49:27 guy Exp $
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.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.
+ *
+ */
+
+int netxray_open(wtap *wth);
+int netxray_read(wtap *wth);