]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp6.c
Get rid of unneeded includes of <netinet/in_systm.h> and <netinet/ip.h>.
[tcpdump] / print-icmp6.c
index e1595fc24a1d7c9c0801eb1915c91c0cdfec88bf..71323c7dcd895098be86fd971e2c98edaa29cc78 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.59 2002-04-02 02:57:39 itojun Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.60 2002-05-30 22:01:34 itojun Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -605,7 +605,7 @@ icmp6_opt_print(const u_char *bp, int resid)
                        printf(")");
                        break;
                default:
-                       printf("(unknwon opt_type=%d, opt_len=%d)",
+                       printf("(unknown opt_type=%d, opt_len=%d)",
                               op->nd_opt_type, op->nd_opt_len);
                        break;
                }