aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-06-10Fix UDP-Lite checksum verification bug introduced with r40387 and reported by...Chris Maynard1-2/+8
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-03-22If the checksum is 0, then only report "no checksum" for UDP/IPv4. This patc...Chris Maynard1-1/+1
2012-01-05Use length field from UDP header as the pseudo-header's UDP length field inst...Chris Maynard1-2/+2
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-03-14Add expert info to UDP dissector for showing possible (Unix-style)Stephen Fisher1-3/+16
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-08-04Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-17/+4
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-27Make the good/bad checksum values as generated even when the UDP checksum is 0.Stephen Fisher1-2/+4
2009-11-07Avoid possible NULL pointer dereferenceKovarththanan Rajaratnam1-1/+1
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+3
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.Anders Broman1-17/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2009-06-15Trivial warning fixes:Jörg Mayer1-1/+1
2009-05-15Remove an unused variable.Gerald Combs1-2/+2
2009-05-14Add support for process flow records to IPFIX, which required addingGerald Combs1-2/+202
2009-02-02If we can't calculate the UDP checksum (e.g., because the packet is truncated)Jeff Morriss1-1/+1
2008-12-17From Didier Gautheron:Jaap Keuter1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-8/+14
2008-04-05as discussed on SharkFest: switch off checksum checks by defaultUlf Lamping1-2/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-2/+2
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