summaryrefslogtreecommitdiff
path: root/ipproto.c
diff options
context:
space:
mode:
authorguy <guy>2004-12-15 08:41:26 +0000
committerguy <guy>2004-12-15 08:41:26 +0000
commitbcfa754589b83264c9227e2b3e239e5c596add87 (patch)
tree4632c7d5f7efb92a2b6a546952e8647e61fdf16e /ipproto.c
parent1288bdc764543f73254543d89f255ff4a2de4cf6 (diff)
downloadtcpdump-bcfa754589b83264c9227e2b3e239e5c596add87.tar.gz
Fix a typo.
Diffstat (limited to 'ipproto.c')
-rwxr-xr-xipproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipproto.c b/ipproto.c
index ccccb2fa..6144ebe7 100755
--- 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 }
};