aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-2/+2
2011-03-14Add expert info to UDP dissector for showing possible (Unix-style)sfisher1-3/+16
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-08-04Avoid a possible dereference of null pointer.stig1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-17/+4
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-27Make the good/bad checksum values as generated even when the UDP checksum is 0.sfisher1-2/+4
2009-11-07Avoid possible NULL pointer dereferencekrj1-1/+1
2009-10-25From Jakub Zawadzki:etxrab1-3/+3
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.etxrab1-17/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2009-06-15Trivial warning fixes:jmayer1-1/+1
2009-05-15Remove an unused variable.gerald1-2/+2
2009-05-14Add support for process flow records to IPFIX, which required addinggerald1-2/+202
2009-02-02If we can't calculate the UDP checksum (e.g., because the packet is truncated)morriss1-1/+1
2008-12-17From Didier Gautheron:jake1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-8/+14
2008-04-05as discussed on SharkFest: switch off checksum checks by defaultulfl1-2/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-2/+2
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