aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-26Update error handling of UDP Light Illegal Checksum value 0standel1-3/+5
2007-11-26iUpdate error handling of UDP Light Illegal Checksum value 0standel1-0/+3
2007-11-03- Future improve/clean up the now generic follow stream codesfisher1-0/+8
2007-10-02Do not indicate bogus length if inside an icmp.stig1-1/+1
2007-03-19Extend the bad checksum description to include '(maybe caused by "UDPgerald1-6/+6
2007-02-14Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMPjmayer1-0/+1
2007-02-08The length of the UDP packet, according to IP, is the reported length,guy1-2/+2
2007-02-05From Andrej Mikus:jake1-8/+11
2007-02-02replace a rotating buffer for the udp header structure with ep allocated memorysahlberg1-7/+2
2006-12-11For length errors, add an error item for the expert info, and put a tagguy1-13/+26
2006-12-10Treat the UDP checksum the same way the TCP checksum is treated - markguy1-64/+71
2006-10-29make the checksum fields visible for TCP and UDPulfl1-51/+91
2006-10-29From Stephen Fisher:jake1-44/+67
2006-08-28Fix length check for IP packets with options.jake1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-12Add warning when UDP length field is too large.jake1-2/+10
2005-12-14From Jaap Keuter:etxrab1-21/+101
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-2/+2
2005-06-02use [] not () brackets to indicate [correct] UDP checksum, as this is a gener...ulfl1-2/+2
2005-05-11Some applications do very naughty things like reusing a port for a different ...sahlberg1-1/+2
2004-10-30from Mark Phillips: the length field in the UDP header includes theguy1-12/+19
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+356