]> The Tcpdump Group git mirrors - tcpdump/commitdiff
typo: the codepoint for complete source routing in the sr clnp option is 0x1 and...
authorhannes <hannes>
Wed, 8 Jun 2005 06:40:10 +0000 (06:40 +0000)
committerhannes <hannes>
Wed, 8 Jun 2005 06:40:10 +0000 (06:40 +0000)
print-isoclns.c

index 3ab49b4b748b848850b3fe5f24223c3d991b0705..ae461394e13e138feb0d5c4adb837345a4f70acc 100644 (file)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.141 2005-05-25 22:06:24 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.142 2005-06-08 06:40:10 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -309,7 +309,7 @@ static struct tok clnp_option_scope_values[] = {
 
 static struct tok clnp_option_sr_rr_values[] = {
     { 0x0, "partial"},
-    { 0x0, "complete"},
+    { 0x1, "complete"},
     { 0, NULL }
 };