summaryrefslogtreecommitdiff
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-01-18 21:34:54 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-01-18 21:34:54 +0000
commit43a8b4b5a50e5d41b574dedcf10caaee28be30e8 (patch)
tree8b9e710a376c7df5717d24cc3b50715c43f58184 /wiretap/netmon.h
parent5910deaa460df74e66d8b4b4aa5f3293c31cd472 (diff)
downloadwireshark-43a8b4b5a50e5d41b574dedcf10caaee28be30e8.tar.gz
Added Guy's netmon.[ch] files to CVS for him. His firewall admins forgot
to add ssh to their firewall rules, so he's out of CVS for a few days. This adds support for MS Network Monitor files to wiretap. svn path=/trunk/; revision=172
Diffstat (limited to 'wiretap/netmon.h')
-rw-r--r--wiretap/netmon.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
new file mode 100644
index 0000000000..6fef1cf350
--- /dev/null
+++ b/wiretap/netmon.h
@@ -0,0 +1,25 @@
+/* netmon.h
+ *
+ * $Id: netmon.h,v 1.1 1999/01/18 21:34:54 gram 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 netmon_open(wtap *wth);
+int netmon_read(wtap *wth);