2 * Copyright (C) 1993-2001, 2003 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
7 * Use is subject to license terms.
10 #pragma ident "%Z%%M% %I% %E% SMI"
13 * This header file is constructed to match the version described by
16 * The structure largely derives from libpcap which wouldn't include
19 typedef struct pcap_filehdr
{
29 #define TCPDUMP_MAGIC 0xa1b2c3d4
31 #define PCAP_VERSION_MAJ 2
33 typedef struct pcap_pkthdr
{