~ubuntu-branches/ubuntu/intrepid/tcpdump/intrepid

« back to all changes in this revision

Viewing changes to ip.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2005-12-10 14:26:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210142620-t4ju0367w6j2x06i
Tags: 3.9.4-2
debian/patches/20_man_fixes.dpatch: Merge patch from A Costa
<agcosta@gis.net> fixing a few typos (closes: #342310).

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
2
/*
3
3
 * Copyright (c) 1982, 1986, 1993
4
4
 *      The Regents of the University of California.  All rights reserved.
106
106
#define IPOPT_LSRR              131             /* loose source route */
107
107
#define IPOPT_SATID             136             /* satnet id */
108
108
#define IPOPT_SSRR              137             /* strict source route */
 
109
#define IPOPT_RA                148             /* router-alert, rfc2113 */
109
110
 
110
111
/*
111
112
 * Offsets to fields in options other than EOL and NOP.