Deleted Added
full compact
print-ppp.c (17692) print-ppp.c (21262)
1/*
2 * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
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

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

42#include <netinet/ip.h>
43
44#include <ctype.h>
45#include <netdb.h>
46#include <pcap.h>
47#include <signal.h>
48#include <stdio.h>
49
1/*
2 * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
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

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

42#include <netinet/ip.h>
43
44#include <ctype.h>
45#include <netdb.h>
46#include <pcap.h>
47#include <signal.h>
48#include <stdio.h>
49
50#include <netinet/if_ether.h>
50#include <net/ethernet.h>
51#include "ethertype.h"
52
53#include <net/ppp_defs.h>
54#include "interface.h"
55#include "addrtoname.h"
56
57struct protonames {
58 u_short protocol;

--- 105 unchanged lines hidden ---
51#include "ethertype.h"
52
53#include <net/ppp_defs.h>
54#include "interface.h"
55#include "addrtoname.h"
56
57struct protonames {
58 u_short protocol;

--- 105 unchanged lines hidden ---