Deleted Added
full compact
ppp.h (75118) ppp.h (98527)
1/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.11 2000/10/09 01:53:19 guy Exp $ (LBL) */
1/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.12 2001/02/04 02:17:55 fenner Exp $ (LBL) */
2/*
3 * Point to Point Protocol (PPP) RFC1331
4 *
5 * Copyright 1989 by Carnegie Mellon.
6 *
7 * Permission to use, copy, modify, and distribute this program for any
8 * purpose and without fee is hereby granted, provided that this copyright
9 * and permission notice appear on all copies and supporting documentation,
10 * the name of Carnegie Mellon not be used in advertising or publicity
11 * pertaining to distribution of the program without specific prior
12 * permission, and notice be given in supporting documentation that copying
13 * and distribution is by permission of Carnegie Mellon and Stanford
14 * University. Carnegie Mellon makes no representations about the
15 * suitability of this software for any purpose. It is provided "as is"
16 * without express or implied warranty.
17 *
2/*
3 * Point to Point Protocol (PPP) RFC1331
4 *
5 * Copyright 1989 by Carnegie Mellon.
6 *
7 * Permission to use, copy, modify, and distribute this program for any
8 * purpose and without fee is hereby granted, provided that this copyright
9 * and permission notice appear on all copies and supporting documentation,
10 * the name of Carnegie Mellon not be used in advertising or publicity
11 * pertaining to distribution of the program without specific prior
12 * permission, and notice be given in supporting documentation that copying
13 * and distribution is by permission of Carnegie Mellon and Stanford
14 * University. Carnegie Mellon makes no representations about the
15 * suitability of this software for any purpose. It is provided "as is"
16 * without express or implied warranty.
17 *
18 * $FreeBSD: head/contrib/tcpdump/ppp.h 75118 2001-04-03 07:50:46Z fenner $
18 * $FreeBSD: head/contrib/tcpdump/ppp.h 98527 2002-06-21 00:49:02Z fenner $
19 */
20#define PPP_HDRLEN 4 /* length of PPP header */
21
22#undef PPP_ADDRESS
23#define PPP_ADDRESS 0xff /* The address byte value */
24#undef PPP_CONTROL
25#define PPP_CONTROL 0x03 /* The control byte value */
26

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

36#define PPP_IPX 0x002b /* Novell IPX */
37#endif
38#define PPP_VJC 0x002d /* Van Jacobson Compressed TCP/IP */
39#define PPP_VJNC 0x002f /* Van Jacobson Uncompressed TCP/IP */
40#define PPP_BRPDU 0x0031 /* Bridging PDU */
41#define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
42#define PPP_VINES 0x0035 /* Banyan Vines */
43#define PPP_IPV6 0x0057 /* IPv6 */
19 */
20#define PPP_HDRLEN 4 /* length of PPP header */
21
22#undef PPP_ADDRESS
23#define PPP_ADDRESS 0xff /* The address byte value */
24#undef PPP_CONTROL
25#define PPP_CONTROL 0x03 /* The control byte value */
26

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

36#define PPP_IPX 0x002b /* Novell IPX */
37#endif
38#define PPP_VJC 0x002d /* Van Jacobson Compressed TCP/IP */
39#define PPP_VJNC 0x002f /* Van Jacobson Uncompressed TCP/IP */
40#define PPP_BRPDU 0x0031 /* Bridging PDU */
41#define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
42#define PPP_VINES 0x0035 /* Banyan Vines */
43#define PPP_IPV6 0x0057 /* IPv6 */
44#define PPP_COMP 0x00fd /* Compressed Datagram */
44
45#define PPP_HELLO 0x0201 /* 802.1d Hello Packets */
46#define PPP_LUXCOM 0x0231 /* Luxcom */
47#define PPP_SNS 0x0233 /* Sigma Network Systems */
48
49#define PPP_IPCP 0x8021 /* IP Control Protocol */
50#define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
51#define PPP_NSCP 0x8025 /* Xerox NS IDP Control Protocol */

--- 17 unchanged lines hidden ---
45
46#define PPP_HELLO 0x0201 /* 802.1d Hello Packets */
47#define PPP_LUXCOM 0x0231 /* Luxcom */
48#define PPP_SNS 0x0233 /* Sigma Network Systems */
49
50#define PPP_IPCP 0x8021 /* IP Control Protocol */
51#define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
52#define PPP_NSCP 0x8025 /* Xerox NS IDP Control Protocol */

--- 17 unchanged lines hidden ---