summaryrefslogtreecommitdiffstats
path: root/src/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.c')
-rw-r--r--src/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.c b/src/proto.c
index 0cd9fdbd..0ed98ed3 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -542,7 +542,7 @@ static const struct symbol_table icmp6_type_tbl = {
SYMBOL("destination-unreachable", ICMP6_DST_UNREACH),
SYMBOL("packet-too-big", ICMP6_PACKET_TOO_BIG),
SYMBOL("time-exceeded", ICMP6_TIME_EXCEEDED),
- SYMBOL("param-problem", ICMP6_PARAM_PROB),
+ SYMBOL("parameter-problem", ICMP6_PARAM_PROB),
SYMBOL("echo-request", ICMP6_ECHO_REQUEST),
SYMBOL("echo-reply", ICMP6_ECHO_REPLY),
SYMBOL("mld-listener-query", MLD_LISTENER_QUERY),