summaryrefslogtreecommitdiff
path: root/wiretap/csids.h
diff options
context:
space:
mode:
authorMike Hall <mike@hallzone.net>2000-08-08 22:16:42 +0000
committerMike Hall <mike@hallzone.net>2000-08-08 22:16:42 +0000
commitc83d80de36c3786b4c77183fb82a7434c3399b0c (patch)
treebec8097627edb6fde3f0685ddd686d2d98721992 /wiretap/csids.h
parent7520ec53b628b5cba080b618454c4744243097f7 (diff)
downloadwireshark-c83d80de36c3786b4c77183fb82a7434c3399b0c.tar.gz
Added wiretap support to read the Cisco Secure Intrusion Detection System IPLog format.
svn path=/trunk/; revision=2231
Diffstat (limited to 'wiretap/csids.h')
-rw-r--r--wiretap/csids.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/wiretap/csids.h b/wiretap/csids.h
new file mode 100644
index 0000000000..1adcf2d058
--- /dev/null
+++ b/wiretap/csids.h
@@ -0,0 +1,24 @@
+ /* csids.h
+ *
+ * $Id: csids.h,v 1.1 2000/08/08 22:16:42 mhall Exp $
+ *
+ * Copyright (c) 2000 by Mike Hall <mlh@io.com>
+ * Copyright (c) Cisco Systems
+ *
+ * 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 csids_open(wtap *wth, int *err);