summaryrefslogtreecommitdiff
path: root/ip.h
diff options
context:
space:
mode:
authorguy <guy>2007-09-14 01:29:28 +0000
committerguy <guy>2007-09-14 01:29:28 +0000
commit9a0974cf30fc9f569728c4b800b5611473287215 (patch)
tree43868503ab063fac8f6dba60a964ba31edec2b06 /ip.h
parent065843bbbe43f98ebea0d0947d48109359d156dc (diff)
downloadtcpdump-9a0974cf30fc9f569728c4b800b5611473287215.tar.gz
From Victor Oppleman: add support for RFC 1393 traceroute.
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ip.h b/ip.h
index 3a496da2..a01d0f07 100644
--- a/ip.h
+++ b/ip.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.11 2004-09-27 21:13:10 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.12 2007-09-14 01:29:28 guy Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -102,6 +102,7 @@ struct ip {
#define IPOPT_RR 7 /* record packet route */
#define IPOPT_TS 68 /* timestamp */
+#define IPOPT_RFC1393 82 /* traceroute RFC 1393 */
#define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
#define IPOPT_LSRR 131 /* loose source route */
#define IPOPT_SATID 136 /* satnet id */