aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30conversation: Remove conversation from the correct tableJohn Thacker1-1/+1
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+4
2022-09-02conversation: bring back conversation_pt_to_endpoint_type().Guy Harris1-0/+39
2022-08-31conversation: fix debug logging code so that it compiles.Guy Harris1-16/+16
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-18/+18
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-3/+3
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-113/+113
2022-07-25epan: Make find_or_create_conversation create what it finds and vice versaJohn Thacker1-3/+11
2022-07-20TCP: Fix conversation overlapping when reusing portsEugène Adell1-6/+22
2022-07-18epan: Fix typo in conversation_create_endpoint_by_idJohn Thacker1-1/+1
2022-07-15conversation: fix -Wmissing-prototypesAlexis La Goutte1-1/+1
2022-06-16epan: Finish converting endpoint_by_id to elementsJohn Thacker1-3/+1
2022-06-07epan: Remove an unneeded null check.Gerald Combs1-1/+1
2022-06-05epan: Check for null addresses in find_conversation.Gerald Combs1-0/+8
2022-06-05epan: Convert remaining conversation code to elements.Gerald Combs1-511/+399
2022-06-02Make distinction between conversation options for creation and searchJaap Keuter1-8/+19
2022-05-31epan: Don't free epan-scoped memory.Gerald Combs1-1/+0
2022-05-29epan: Remove conversation_create_endpoint options.Gerald Combs1-3/+2
2022-05-26epan: Fix our conversation key lifetimes.Gerald Combs1-41/+36
2022-05-25epan+Qt: Add element tables to the ConversationHashTablesDialog.Gerald Combs1-0/+6
2022-05-25epan: Allocate a conversation key.Gerald Combs1-6/+6
2022-05-25epan: Lazily create conversation dissector trees.Gerald Combs1-6/+20
2022-05-24epan: Switch the conversation IDs back to guint32s.Gerald Combs1-17/+16
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-15/+53
2022-05-23epan: Consolidate some duplicate conversation code.Gerald Combs1-50/+34
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-14/+287
2022-05-09epan: Normalize conversation code indentation.Gerald Combs1-1220/+1227
2022-04-21epan: Add a null conversation checks.Gerald Combs1-1/+11
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+2
2021-03-30conversation: use the Wayback Machine for a URL.Guy Harris1-1/+2
2020-04-14conversation: use wmem_new0 instead of memset.Dario Lombardo1-2/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-05conversation.c: do not use wmem packet scope for debug stringsPascal Quantin1-45/+46
2018-12-01Re-balance DINDENT/DENDENT macros in conversation.c.Darius Davis1-4/+2
2018-08-01Revert "Have find_or_create_conversation() use pinfo->conv_endpoint if present."Guy Harris1-23/+23
2018-07-31Have find_or_create_conversation() use pinfo->conv_endpoint if present.Guy Harris1-23/+23
2018-07-31For ISDN, don't create an endpoint by ID and then use it.Guy Harris1-0/+20
2018-07-31Improve debugging messages.Guy Harris1-10/+36
2018-07-31Frame numbers are unsigned.Guy Harris1-11/+11
2018-07-31Clean up white space.Guy Harris1-45/+46
2018-07-01Fix debugging code.Guy Harris1-3/+87
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-15/+47
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-02-06Make sure we pass valid addresses to find_conversation.Gerald Combs1-4/+10
2017-11-13Remove circuit APIMichael Mann1-7/+26
2017-11-09ISDN: Convert circuit API to conversation APIMichael Mann1-0/+26
2017-11-09DVB-CI: Convert circuit API to conversation APIMichael Mann1-5/+33
2017-11-06Convert PT_EXCHG into using conversation endpointsMichael Mann1-2/+0
2017-11-05Convert TIPC to use endpoint conversationsMichael Mann1-2/+0
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-9/+47