aboutsummaryrefslogtreecommitdiffstats
path: root/packet-arcnet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-23 09:04:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-23 09:04:54 +0000
commit5b1484f7b3e245f9d21d4702efbb201f02f72f48 (patch)
tree0d56508b9485cfe126c860f4672f06352aa07716 /packet-arcnet.h
parent7ab511a7d7bd6bdd80f12e5b5e23f3626e800c8b (diff)
From a look at the Linux ARCNET code, it appears that no frame delivered
to the networking stack will have an exception frame header. Note, however, that on the BSD's ARCNET might be a bit of a mess. svn path=/trunk/; revision=6986
Diffstat (limited to 'packet-arcnet.h')
-rw-r--r--packet-arcnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-arcnet.h b/packet-arcnet.h
index 474186001d..d1334ca0be 100644
--- a/packet-arcnet.h
+++ b/packet-arcnet.h
@@ -1,6 +1,6 @@
/* packet-arcnet.h
*
- * $Id: packet-arcnet.h,v 1.1 2003/01/23 06:57:37 guy Exp $
+ * $Id: packet-arcnet.h,v 1.2 2003/01/23 09:04:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,6 @@
#ifndef __PACKET_ARCNET_H__
#define __PACKET_ARCNET_H__
-void capture_arcnet (const guchar *, int, packet_counts *, gboolean);
+void capture_arcnet (const guchar *, int, packet_counts *, gboolean, gboolean);
#endif