aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable.Gerald Combs2009-05-151-2/+2
* Add support for process flow records to IPFIX, which required addingGerald Combs2009-05-141-2/+202
* If we can't calculate the UDP checksum (e.g., because the packet is truncated)Jeff Morriss2009-02-021-1/+1
* From Didier Gautheron:Jaap Keuter2008-12-171-1/+1
* Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier2008-09-301-1/+1
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-141-8/+14
* as discussed on SharkFest: switch off checksum checks by defaultUlf Lamping2008-04-051-2/+2
* more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa2008-01-091-2/+2
* Update error handling of UDP Light Illegal Checksum value 0Sebastien Tandel2007-11-261-3/+5
* iUpdate error handling of UDP Light Illegal Checksum value 0Sebastien Tandel2007-11-261-0/+3
* - Future improve/clean up the now generic follow stream codeStephen Fisher2007-11-031-0/+8
* Do not indicate bogus length if inside an icmp.Stig Bjørlykke2007-10-021-1/+1
* Extend the bad checksum description to include '(maybe caused by "UDPGerald Combs2007-03-191-6/+6
* Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMPJörg Mayer2007-02-141-0/+1
* The length of the UDP packet, according to IP, is the reported length,Guy Harris2007-02-081-2/+2
* From Andrej Mikus:Jaap Keuter2007-02-051-8/+11
* replace a rotating buffer for the udp header structure with ep allocated memoryRonnie Sahlberg2007-02-021-7/+2
* For length errors, add an error item for the expert info, and put a tagGuy Harris2006-12-111-13/+26
* Treat the UDP checksum the same way the TCP checksum is treated - markGuy Harris2006-12-101-64/+71
* make the checksum fields visible for TCP and UDPUlf Lamping2006-10-291-51/+91
* From Stephen Fisher:Jaap Keuter2006-10-291-44/+67
* Fix length check for IP packets with options.Jaap Keuter2006-08-281-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Add warning when UDP length field is too large.Jaap Keuter2006-01-121-2/+10
* From Jaap Keuter:Anders Broman2005-12-141-21/+101
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-0/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-2/+2
* use [] not () brackets to indicate [correct] UDP checksum, as this is a gener...Ulf Lamping2005-06-021-2/+2
* Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg2005-05-111-1/+2
* from Mark Phillips: the length field in the UDP header includes theGuy Harris2004-10-301-12/+19
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+356