aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-30Remove port_type values not set in pinfo->ptypeMichael Mann1-4/+0
2017-10-29Add conversation endpoint typeMichael Mann1-38/+83
2017-10-28Privatize the conversation_key structureMichael Mann1-14/+62
2017-10-28Share use of conversation_hash_exactMichael Mann1-1/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-14/+1
2017-10-27Add find_conversation_pinfoMichael Mann1-0/+27
2017-02-10Convert conversation hash tables to use wmem.Michael Mann1-79/+35
2017-02-10Convert conversation data_list from GSList to wmem_tree.Michael Mann1-82/+17
2016-12-03packet-infiniband: Fixed duplicate conversation entriesParav Pandit1-38/+45
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-02-08Revert "Create an extended converstaion hastable taking more address informat...Anders Broman1-268/+18
2016-02-02Create an extended converstaion hastable taking more address informationAndersBroman1-18/+268
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-12/+12
2015-11-07Remove some unnecessary includes.Guy Harris1-2/+0
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-3/+3
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-7/+19
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-12/+12
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-07-30conversation: fix indent (use tabs)Alexis La Goutte1-403/+403
2015-01-18Update some comments to reflect reality.Guy Harris1-2/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-16Update comment to reflect the current reality.Guy Harris1-1/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-3/+3
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-3/+3
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-7/+11
2014-08-06we're matching against {any}/port_b, not address_bMartin Kaiser1-1/+1
2014-07-08conversion: do not free conversation memory on updatesPeter Wu1-2/+6
2014-07-06Use g_hash_table_new_full to free some valuesEvan Huus1-13/+9
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-0/+54
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0