aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-28Share use of conversation_hash_exactMichael Mann1-0/+2
2017-10-27Add find_conversation_pinfoMichael Mann1-0/+5
2017-02-10Convert conversation hash tables to use wmem.Michael Mann1-8/+7
2017-02-10Convert conversation data_list from GSList to wmem_tree.Michael Mann1-1/+1
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-02-08Revert "Create an extended converstaion hastable taking more address informat...Anders Broman1-14/+2
2016-02-02Create an extended converstaion hastable taking more address informationAndersBroman1-2/+14
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-2/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-3/+0
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-1/+1
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+16
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-0/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-7/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-19From Cristian Constantin:Anders Broman1-0/+2
2012-02-04From Cristian Constantin:Anders Broman1-0/+1
2010-08-28Doxygen changes.Anders Broman1-8/+79
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-0/+2
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-12/+12
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-12/+12
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-12/+12
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-0/+1
2008-03-15Get rid of a flag that's not used and that has no effect.Guy Harris1-1/+0
2007-01-18PutGuy Harris1-0/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-02-03Check in the missing part of Jon Ringle's patch (the part that actuallyGuy Harris1-2/+3
2004-12-15From Peter Johansson: "template" conversations - if one is recognized,Guy Harris1-0/+8
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-06From Dinesh Dutt:Gerald Combs1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-3/+4
2001-11-04Declare routines exported to plugins through the plugin API table asGuy Harris1-10/+10
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-10/+4
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+8
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris1-20/+27