aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-14 21:14:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-14 21:14:57 +0000
commit2c7bbf1fb16a4b3c8d93c23353d2ef71834ce33f (patch)
tree6cb791e534034a8263f38e31f6b7877d390c64ba /epan/dissectors/packet-udp.h
parentf3c3b8f57780c20a79c4db295e9f7fea2630c5ad (diff)
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
Diffstat (limited to 'epan/dissectors/packet-udp.h')
-rw-r--r--epan/dissectors/packet-udp.h1
1 files changed, 1 insertions, 0 deletions
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;