aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-08-09 23:13:06 +0100
committerAnders Broman <a.broman58@gmail.com>2015-08-15 06:51:04 +0000
commit677d4d6be28aa45c08db93b9ad087e294431804c (patch)
treebcd70a72c72bcb2e5db537d68d20e54d4f406988 /epan/dissectors/packet-udp.h
parent828254042a703fd8452f87873c01c3260a67d554 (diff)
Add IPv6 Jumbogram support (RFC 2675)
Change-Id: Icea1659395d7bc16e367b74a695586926b33149b Reviewed-on: https://code.wireshark.org/review/9968 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-udp.h')
-rw-r--r--epan/dissectors/packet-udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-udp.h b/epan/dissectors/packet-udp.h
index a11a0afa17..164c5e3592 100644
--- a/epan/dissectors/packet-udp.h
+++ b/epan/dissectors/packet-udp.h
@@ -36,7 +36,7 @@ typedef struct _e_udphdr {
guint16 uh_sport;
guint16 uh_dport;
guint16 uh_ulen;
- guint16 uh_sum_cov;
+ guint32 uh_sum_cov;
guint16 uh_sum;
guint32 uh_stream; /* this stream index field is included to help differentiate when address/port pairs are reused */
address ip_src;