Deleted Added
full compact
ip.h (127668) ip.h (146773)
1/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.10 2002/12/11 07:13:53 guy Exp $ (LBL) */
1/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.11 2004/09/27 21:13:10 hannes Exp $ (LBL) */
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

101#define IPOPT_NOP 1 /* no operation */
102
103#define IPOPT_RR 7 /* record packet route */
104#define IPOPT_TS 68 /* timestamp */
105#define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
106#define IPOPT_LSRR 131 /* loose source route */
107#define IPOPT_SATID 136 /* satnet id */
108#define IPOPT_SSRR 137 /* strict source route */
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

101#define IPOPT_NOP 1 /* no operation */
102
103#define IPOPT_RR 7 /* record packet route */
104#define IPOPT_TS 68 /* timestamp */
105#define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
106#define IPOPT_LSRR 131 /* loose source route */
107#define IPOPT_SATID 136 /* satnet id */
108#define IPOPT_SSRR 137 /* strict source route */
109#define IPOPT_RA 148 /* router-alert, rfc2113 */
109
110/*
111 * Offsets to fields in options other than EOL and NOP.
112 */
113#define IPOPT_OPTVAL 0 /* option ID */
114#define IPOPT_OLEN 1 /* option length */
115#define IPOPT_OFFSET 2 /* offset within option */
116#define IPOPT_MINOFF 4 /* min value of above */

--- 46 unchanged lines hidden ---
110
111/*
112 * Offsets to fields in options other than EOL and NOP.
113 */
114#define IPOPT_OPTVAL 0 /* option ID */
115#define IPOPT_OLEN 1 /* option length */
116#define IPOPT_OFFSET 2 /* offset within option */
117#define IPOPT_MINOFF 4 /* min value of above */

--- 46 unchanged lines hidden ---