aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2003-06-08 15:59:26 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2003-06-08 15:59:26 +0000
commit6fd0c488d8b559e06b7de27cd1b372b1ec8b39ff (patch)
tree71ebacf792bc70d20a95a70ac5450c162c8f3bf1 /packet-sctp.c
parentc4c4bb0d1aab4ad513ee35da28217fb952f1e260 (diff)
fixed a typo.
svn path=/trunk/; revision=7808
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 0eef037944..bd3e62f12f 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -12,7 +12,7 @@
* - support for reassembly
* - error checking mode
*
- * $Id: packet-sctp.c,v 1.57 2003/06/08 00:38:38 guy Exp $
+ * $Id: packet-sctp.c,v 1.58 2003/06/08 15:59:26 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -716,7 +716,7 @@ static const value_string parameter_identifier_values[] = {
{ IPV4ADDRESS_PARAMETER_ID, "IPv4 address" },
{ IPV6ADDRESS_PARAMETER_ID, "IPv6 address" },
{ STATE_COOKIE_PARAMETER_ID, "State cookie" },
- { UNREC_PARA_PARAMETER_ID, "Unrecognized parameters" },
+ { UNREC_PARA_PARAMETER_ID, "Unrecognized parameter" },
{ COOKIE_PRESERVATIVE_PARAMETER_ID, "Cookie preservative" },
{ HOSTNAME_ADDRESS_PARAMETER_ID, "Hostname address" },
{ SUPPORTED_ADDRESS_TYPES_PARAMETER_ID, "Supported address types" },