aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipfc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-08 22:35:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-08 22:35:30 +0000
commit5af0a7cc1627d9e86bc8d9e0320990c36a1c95db (patch)
treebf80dca00dfe10d6592fa23968a12fecc1ecb28a /packet-ipfc.h
parentd8bacf75611bd7172d9ad33642dc57af1fee7723 (diff)
Add a capture routine for IP-over-FC, and call it from the capture code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6767 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ipfc.h')
-rw-r--r--packet-ipfc.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/packet-ipfc.h b/packet-ipfc.h
new file mode 100644
index 0000000000..2c86f4b837
--- /dev/null
+++ b/packet-ipfc.h
@@ -0,0 +1,29 @@
+/* packet-ipfc.h
+ *
+ * $Id: packet-ipfc.h,v 1.1 2002/12/08 22:35:30 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_IPFC_H__
+#define __PACKET_IPFC_H__
+
+void capture_ipfc(const guchar *, int, packet_counts *);
+
+#endif