summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conntrack/snprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conntrack/snprintf.c b/src/conntrack/snprintf.c
index 452d62f..1104c63 100644
--- a/src/conntrack/snprintf.c
+++ b/src/conntrack/snprintf.c
@@ -21,7 +21,6 @@ const char *proto2str[IPPROTO_MAX] = {
[IPPROTO_ICMPV6] = "icmpv6",
[IPPROTO_SCTP] = "sctp",
[IPPROTO_GRE] = "gre",
- [IPPROTO_UDPLITE] = "udplite",
[IPPROTO_DCCP] = "dccp",
};