]>
The Tcpdump Group git mirrors - tcpdump/blob - lane.h
2 * Marko Kiiskila carnil@cs.tut.fi
4 * Tampere University of Technology - Telecommunications Laboratory
6 * Permission to use, copy, modify and distribute this
7 * software and its documentation is hereby granted,
8 * provided that both the copyright notice and this
9 * permission notice appear in all copies of the software,
10 * derivative works or modified versions, and any portions
11 * thereof, that both notices appear in supporting
12 * documentation, and that the use of this software is
13 * acknowledged in any publications resulting from using
16 * TUT ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
17 * CONDITION AND DISCLAIMS ANY LIABILITY OF ANY KIND FOR
18 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS
23 /* $Id: lane.h,v 1.2 1999-11-21 16:35:11 assar Exp $ */
25 #ifndef ETHER_ADDR_LEN
26 #define ETHER_ADDR_LEN 6
29 struct lecdatahdr_8023
{
31 u_char h_dest
[ETHER_ADDR_LEN
];
32 u_char h_source
[ETHER_ADDR_LEN
];