]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo.
authorguy <guy>
Wed, 15 Dec 2004 08:41:26 +0000 (08:41 +0000)
committerguy <guy>
Wed, 15 Dec 2004 08:41:26 +0000 (08:41 +0000)
ipproto.c

index ccccb2fa842661eef740fbf7b1a9ef66b49b527b..6144ebe70225fc7c43b469afefc53151dbf19757 100755 (executable)
--- a/ipproto.c
+++ b/ipproto.c
@@ -15,7 +15,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.2 2004-04-29 02:16:40 mcr Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.3 2004-12-15 08:41:26 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -51,7 +51,7 @@ struct tok ipproto_values[] = {
     { IPPROTO_PIM, "PIM" },
     { IPPROTO_IPCOMP, "Compressed IP" },
     { IPPROTO_VRRP, "VRRP" },
-    { IPPROTO_SCTP, "STCP" },
+    { IPPROTO_SCTP, "SCTP" },
     { IPPROTO_MOBILITY, "Mobility" },
     { 0, NULL }
 };