1127668Sbms/*
2127668Sbms * Copyright (c) 1992, 1993, 1994, 1995, 1996
3127668Sbms *	The Regents of the University of California.  All rights reserved.
4127668Sbms *
5127668Sbms * Redistribution and use in source and binary forms, with or without
6127668Sbms * modification, are permitted provided that: (1) source code distributions
7127668Sbms * retain the above copyright notice and this paragraph in its entirety, (2)
8127668Sbms * distributions including binary code include the above copyright notice and
9127668Sbms * this paragraph in its entirety in the documentation or other materials
10127668Sbms * provided with the distribution, and (3) all advertising materials mentioning
11127668Sbms * features or use of this software display the following acknowledgement:
12127668Sbms * ``This product includes software developed by the University of California,
13127668Sbms * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14127668Sbms * the University nor the names of its contributors may be used to endorse
15127668Sbms * or promote products derived from this software without specific prior
16127668Sbms * written permission.
17127668Sbms * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18127668Sbms * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19127668Sbms * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20127668Sbms *
21190207Srpaulo * @(#) $Header: /tcpdump/master/tcpdump/ipfc.h,v 1.4 2002-12-11 07:13:53 guy Exp $ (LBL)
22127668Sbms */
23127668Sbms
24127668Sbmsstruct ipfc_header {
25127668Sbms	u_char  ipfc_dhost[8];
26127668Sbms	u_char  ipfc_shost[8];
27127668Sbms};
28127668Sbms
29127668Sbms#define IPFC_HDRLEN 16
30