Deleted Added
full compact
pcap-dlpi.c (39291) pcap-dlpi.c (56889)
1/*
2 * Copyright (c) 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 24 unchanged lines hidden (view full) ---

33 * length results in data being left of the front of the packet.
34 *
35 * - It might be desirable to use pfmod(7) to filter packets in the
36 * kernel.
37 */
38
39#ifndef lint
40static const char rcsid[] =
1/*
2 * Copyright (c) 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 24 unchanged lines hidden (view full) ---

33 * length results in data being left of the front of the packet.
34 *
35 * - It might be desirable to use pfmod(7) to filter packets in the
36 * kernel.
37 */
38
39#ifndef lint
40static const char rcsid[] =
41 "@(#) $Header: pcap-dlpi.c,v 1.52 97/10/03 19:47:47 leres Exp $ (LBL)";
41 "@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.52.1.1 1999/10/07 23:46:40 mcr Exp $ (LBL)";
42#endif
43
44#include <sys/types.h>
45#include <sys/time.h>
46#ifdef HAVE_SYS_BUFMOD_H
47#include <sys/bufmod.h>
48#endif
49#include <sys/dlpi.h>

--- 799 unchanged lines hidden ---
42#endif
43
44#include <sys/types.h>
45#include <sys/time.h>
46#ifdef HAVE_SYS_BUFMOD_H
47#include <sys/bufmod.h>
48#endif
49#include <sys/dlpi.h>

--- 799 unchanged lines hidden ---