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