aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-15IPv6: Implementation of conversations with stream identifiersEugène Adell1-0/+1
2024-02-06Falco bridge: Syscall conversation updatesGerald Combs1-7/+9
2024-01-02Ethernet: Implementation of conversations with stream identifiersEugène Adell1-1/+2
2023-12-05IPv4: Implementation of conversations with stream identifiersEugène Adell1-1/+4
2023-08-15IDN: Fix use of conversationJohn Thacker1-0/+5
2023-04-12conversation: Add CE_INTGerald Combs1-0/+2
2022-12-22QUIC: Handle QUIC connections multiplexed on the same 5-tupleJohn Thacker1-0/+1
2022-12-16SNMP/UDP: SNMP is walking on UDP conversation/stream IDChuck Craft1-0/+2
2022-12-14BPv7: Add conversation and endpoint trackingBrian Sipos1-0/+1
2022-11-15Add NVMe Management Interface (NVMe-MI) dissectorJeremy Kerr1-0/+2
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+2
2022-10-13LTP: Enhance with generated items, sequence analysis, and statisticsPatricia Lindner1-0/+1
2022-09-02conversation: bring back conversation_pt_to_endpoint_type().Guy Harris1-0/+6
2022-08-30conversation: give more details of the various conversation keys.Guy Harris1-1/+52
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-5/+5
2022-08-26conversation: fix some comments.Guy Harris1-2/+2
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-8/+10
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-70/+116
2022-06-12Qt: Adapt sorting for traffic tablesRoland Knall1-1/+1
2022-06-05debian: Remove removed symbolsJohn Thacker1-2/+0
2022-06-05epan: Check for null addresses in find_conversation.Gerald Combs1-1/+4
2022-06-05epan: Convert remaining conversation code to elements.Gerald Combs1-46/+64
2022-06-02Make distinction between conversation options for creation and searchJaap Keuter1-2/+3
2022-05-29epan: Remove conversation_create_endpoint options.Gerald Combs1-1/+1
2022-05-25epan+Qt: Add element tables to the ConversationHashTablesDialog.Gerald Combs1-0/+8
2022-05-25conversation(.h): Fix -WdocumentationAlexis La Goutte1-4/+4
2022-05-24epan: Switch the conversation IDs back to guint32s.Gerald Combs1-4/+4
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-5/+5
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-18/+90
2022-05-09epan: Normalize conversation code indentation.Gerald Combs1-71/+58
2022-04-21epan: Add a null conversation checks.Gerald Combs1-0/+16
2021-10-13BT-uTP: Track conversationsJohn Thacker1-1/+3
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-1/+2
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-0/+1
2021-06-05DVB-S2-BB: Add support for TS over BBFrameJohn Thacker1-1/+2
2021-03-16Move more headers outside extern "C".Guy Harris1-2/+2
2019-11-24conversation.h: Whitespace fixesJoerg Mayer1-10/+8
2018-08-01Revert "Have find_or_create_conversation() use pinfo->conv_endpoint if present."Guy Harris1-3/+6
2018-07-31Have find_or_create_conversation() use pinfo->conv_endpoint if present.Guy Harris1-6/+3
2018-07-31Export some more conversation functions.Guy Harris1-4/+6
2018-07-31For ISDN, don't create an endpoint by ID and then use it.Guy Harris1-0/+6
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-4/+21
2017-11-09ISDN: Convert circuit API to conversation APIMichael Mann1-1/+6
2017-11-09ISO 14443: Convert circuit API to conversation APIMichael Mann1-1/+2
2017-11-09DVB-CI: Convert circuit API to conversation APIMichael Mann1-1/+6
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-0/+6
2017-10-29Add conversation endpoint typeMichael Mann1-3/+31
2017-10-28Privatize the conversation_key structureMichael Mann1-9/+13