aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-01-09 23:00:20 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-01-09 23:00:20 +0000
commitd5649bc2de2d33b7ca404dd70298f0ceb3837ee3 (patch)
treecc43d8684a93e3a683e020571b8c75b42e357d0d /epan/dissectors/packet-ipv6.c
parent37d7d13a80e1b71437e9f77ac2c5a498f9002d3e (diff)
Add UDP-Lite packets to the UDP statistics
svn path=/trunk/; revision=16983
Diffstat (limited to 'epan/dissectors/packet-ipv6.c')
-rw-r--r--epan/dissectors/packet-ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 4bdcb2ca1a..498f52c49a 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -178,6 +178,7 @@ again:
ld->tcp++;
break;
case IP_PROTO_UDP:
+ case IP_PROTO_UDPLITE:
ld->udp++;
break;
case IP_PROTO_ICMP: