aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-21/+18
2014-05-19udp: display calculated checksumPeter Wu1-1/+14
2014-05-18Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce andAndersBroman1-7/+11
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-2/+4
2014-05-14- curr_layer_num got wrong for STUN.AndersBroman1-6/+4
2014-04-19More name changes.Guy Harris1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23Fix up casing and code formatting in the UDP Decode-As code.Jeff Morriss1-8/+13
2013-11-29Enable by default UDP conversation (Needed by udp.stream)Alexis La Goutte1-4/+3
2013-11-29Add udp.stream display filterAlexis La Goutte1-0/+32
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+39
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