aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-5/+5
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-13/+13
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-02follow: Only retrieve matching conversationsJohn Thacker1-3/+11
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-12-08UDP: Convert to old proto APIJoão Valverde1-188/+197
2021-12-08UDP: Fix indentation and convert to 4-spaceJoão Valverde1-926/+933
2021-10-21TCP, UDP, SCTP: Try user specified ports firstJohn Thacker1-12/+42
2021-09-02UDP: Add long help text for length fieldMartin Mathieson1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2021-01-27UDP: Clean up handling of zero-valued UDP checksumsJoão Valverde1-15/+16
2021-01-27UDP: Add preference to ignore zero checksum over IPv6João Valverde1-1/+10
2020-06-10udp: explain why we don't worry about in_cksum() returning 0xFFFF.Guy Harris1-0/+27
2020-01-07UDP: Add a filter for payload.Anders Broman1-3/+16
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-2/+2
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu1-2/+2
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-11/+11
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-5/+5
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-11-04UDP/UDP-Lite : Add Conversation timestampsLajos Olah1-9/+115
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-5/+5
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