aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/daintree-sna.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-24 22:49:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-24 22:49:36 +0000
commit5fa6b90f6b3a2e0a4f81bc43a0848682008a8925 (patch)
tree9cad1eec3eb3ab527e0ec72d9b0d8443aada5ad5 /wiretap/daintree-sna.h
parent905b8d0b2db72e8f1dc37c86fa2f0840761a0e2e (diff)
From Fred Fierling (bug 3486):
Added support for Daintree's Sensor Network Analyzer capture files. svn path=/trunk/; revision=28463
Diffstat (limited to 'wiretap/daintree-sna.h')
-rw-r--r--wiretap/daintree-sna.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/wiretap/daintree-sna.h b/wiretap/daintree-sna.h
new file mode 100644
index 0000000000..3a7b0f33c9
--- /dev/null
+++ b/wiretap/daintree-sna.h
@@ -0,0 +1,32 @@
+/* daintree-sna.h
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
+ *
+ */
+
+#ifndef __DAINTREE_SNA_H__
+#define __DAINTREE_SNA_H__
+
+int daintree_sna_open(wtap *wth, int *err, gchar **err_info _U_);
+
+#endif /* __DAINTREE_SNA_H__ */
+