diff options
| author | guy <guy> | 2007-09-14 01:30:02 +0000 |
|---|---|---|
| committer | guy <guy> | 2007-09-14 01:30:02 +0000 |
| commit | 10f9f9ba0ffa6b052f789eedcaef37b9a06f15ee (patch) | |
| tree | 71fa33550b590eb14b338c511ba9b7efb36dd9ba /print-ip.c | |
| parent | e0f53fdd5be327094bc61600b9571daa7ecfce51 (diff) | |
| download | tcpdump-10f9f9ba0ffa6b052f789eedcaef37b9a06f15ee.tar.gz | |
From Victor Oppleman: add support for RFC 1393 traceroute.
Diffstat (limited to 'print-ip.c')
| -rw-r--r-- | print-ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.8 2007-01-29 20:57:47 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.9 2007-09-14 01:30:02 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -50,6 +50,7 @@ struct tok ip_option_values[] = { { IPOPT_SSRR, "SSRR" }, { IPOPT_LSRR, "LSRR" }, { IPOPT_RA, "RA" }, + { IPOPT_RFC1393, "traceroute" }, { 0, NULL } }; |
