aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-1/+1
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-2/+2
2013-09-15Our hash function is no longer commutative (yay!). However, this means that weEvan Huus1-1/+7
2013-09-15Add the new hash algorithm to the macro we were already using. Create aEvan Huus1-84/+43
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-9/+132
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-2/+6
2013-03-20 From beroset:Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1