aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-10-24Pascal:s patch from 52759 is needed here too.Anders Broman1-5/+6
2013-10-22curr-num_layer is not always incremented by 1 when calling the subdissectorPascal Quantin1-2/+3
2013-10-18- Remove hf_ integers from few more dissectorsJakub Zawadzki1-6/+4
2013-10-16Fix inconsistent indentation & formatting, trailing blanks.Bill Meier1-195/+209
2013-10-15Don't try heuristic dissectors on second pass if no match was found in the fi...Anders Broman1-5/+40
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-22/+22
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-5/+5
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-17Convert few more dissectors to new proto API.Jakub Zawadzki1-141/+153
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-7/+24
2013-03-20[-Wmissing-prototypes]Anders Broman1-2/+5
2013-03-19From beroset:Anders Broman1-6/+6
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