aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-28Privatize the conversation_key structureMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-2/+1
2017-08-16UDP: Bugfix handling UDP checksum of 0.Michael Mann1-1/+1
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-5/+14
2017-02-27Return correct filter for get_hostlist_filter()Jakub Zawadzki1-1/+16
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-15UDP: Add missing space to stringJoão Valverde1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-16/+8
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-2/+6
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-01Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.Michael Mann1-3/+99
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-2/+0
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-5/+6
2016-07-21Add proto_tree_add_checksum.Michael Mann1-80/+27
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+50
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-4/+4
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+43
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-15udp: Don't mark zero checksum illegal when in_error_pkt.Stig Bjørlykke1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-11UDP: Don't throw malformed errors for empty UDP payloadJoão Valverde1-0/+5
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde1-3/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-01udp_dissect_pdus follow-upMichael Mann1-3/+22
2015-10-29"Color dissector filters" are just filters.Guy Harris1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-5/+5
2015-10-15Switch ports separator from long to short arrowPascal Quantin1-1/+1
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-16/+11
2015-10-08UDP: Fix forgotten column infoJoão Valverde1-0/+3
2015-10-07UDP: Refactor some dissector codeJoão Valverde1-119/+82
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-32/+8
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-6/+2
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde1-4/+5
2015-10-04UDP: Rename UDPlite to UDP-LiteJoão Valverde1-8/+8
2015-08-20UDP jumbogram expert info fixJoão Valverde1-4/+4
2015-08-18Add udp_dissect_pdus.Michael Mann1-0/+129