From 2c7bbf1fb16a4b3c8d93c23353d2ef71834ce33f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 14 Dec 2005 21:14:57 +0000 Subject: From Jaap Keuter: > Two patch files are attached adding UDP-Lite dissection to the UDP > dissector. Wiki page is available at the normal location, including > sample captures courtesy of Gerrit Renker of the University of > Aberdeen Electronics Research Group. The patch has been tested with > both the sample captures and Fuzz test. And add Marc Petit-Huguenin to AUTHORS svn path=/trunk/; revision=16801 --- epan/dissectors/packet-udp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-udp.h') diff --git a/epan/dissectors/packet-udp.h b/epan/dissectors/packet-udp.h index 06fd66c708..a80aaa15a5 100644 --- a/epan/dissectors/packet-udp.h +++ b/epan/dissectors/packet-udp.h @@ -30,6 +30,7 @@ typedef struct _e_udphdr { guint16 uh_sport; guint16 uh_dport; guint16 uh_ulen; + guint16 uh_sum_cov; guint16 uh_sum; address ip_src; address ip_dst; -- cgit v1.2.3