aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-01-13 03:17:15 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-01-13 03:17:15 +0000
commit73b6dadd24e9a6de93c31cb2ecab8774fe1e01d6 (patch)
tree6931cdff34869b898a262cae81d2e34c5c3dd277 /packet-sll.h
parent445b21759e969e86522e9d26018ada3b0ef19daf (diff)
Actually call capture_sll() from the capture loop.
svn path=/trunk/; revision=2889
Diffstat (limited to 'packet-sll.h')
-rw-r--r--packet-sll.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packet-sll.h b/packet-sll.h
new file mode 100644
index 0000000000..422eb5ea5a
--- /dev/null
+++ b/packet-sll.h
@@ -0,0 +1,30 @@
+/* packet-sll.h
+ *
+ * $Id: packet-sll.h,v 1.1 2001/01/13 03:17:15 gram Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 2001 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_SLL_H__
+#define __PACKET_SLL_H__
+
+void capture_sll(const u_char *, packet_counts *);
+
+#endif