aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:17:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:17:01 +0000
commit6514627fb509d9270dffd1ccf40253b35bbd6457 (patch)
tree6a485cf3b74317d0d096a2788b71fd7a3842285b /packet-tr.h
parentbeab3b6c9007c53369582ee783043cdd37270de0 (diff)
Create a TAP for TokenRing
svn path=/trunk/; revision=6970
Diffstat (limited to 'packet-tr.h')
-rw-r--r--packet-tr.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-tr.h b/packet-tr.h
index d988b46826..7a0bb3fb07 100644
--- a/packet-tr.h
+++ b/packet-tr.h
@@ -1,6 +1,6 @@
/* packet-tr.h
*
- * $Id: packet-tr.h,v 1.7 2002/08/28 21:00:36 jmayer Exp $
+ * $Id: packet-tr.h,v 1.8 2003/01/22 01:17:01 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,13 @@
#ifndef __PACKET_TR_H__
#define __PACKET_TR_H__
+typedef struct _tr_hdr {
+ guint8 ac;
+ guint8 fc;
+ guint8 dst[6];
+ guint8 src[6];
+} tr_hdr;
+
void capture_tr(const guchar *, int, int, packet_counts *);
#endif