dcerpc: remove use-after-free (found by clang).
[metze/wireshark/wip.git] / epan / conversation.h
2017-11-13 Michael MannRemove circuit API
2017-11-09 Michael MannISDN: Convert circuit API to conversation API
2017-11-09 Michael MannISO 14443: Convert circuit API to conversation API
2017-11-09 Michael MannDVB-CI: Convert circuit API to conversation API
2017-11-01 Michael MannAdd ability to create endpoints through conversations
2017-10-29 Michael MannAdd conversation endpoint type
2017-10-28 Michael MannPrivatize the conversation_key structure
2017-10-28 Michael MannShare use of conversation_hash_exact
2017-10-27 Michael MannAdd find_conversation_pinfo
2017-02-10 Michael MannConvert conversation hash tables to use wmem.
2017-02-10 Michael MannConvert conversation data_list from GSList to wmem_tree.
2016-06-26 Dario Lombardoconversation: rename shadow variable
2016-02-08 Anders BromanRevert "Create an extended converstaion hastable taking...
2016-02-02 AndersBromanCreate an extended converstaion hastable taking more...
2015-10-30 Pascal QuantinSTUN: register a new conversation dissector after recei...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-04 Bill Meier(Trivial) explicitely --> explicitly
2013-11-02 Michael MannBluetooth: Use dissector data instead of pinfo->private...
2013-11-01 Michael MannAllow try_conversation_dissector() to pass data to...
2013-09-15 Anders BromanUse a better hash algorithm and add a dialouge to get...
2013-07-08 Gerald CombsNew Qt feature: Show related packet list items in the...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-19 Anders BromanFrom Cristian Constantin:
2012-02-04 Anders BromanFrom Cristian Constantin:
2010-08-28 Anders BromanDoxygen changes.
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2008-03-15 Guy HarrisGet rid of a flag that's not used and that has no effect.
2007-01-18 Guy HarrisPut
2006-05-21 Ronnie Sahlbergname change
2005-02-03 Guy HarrisCheck in the missing part of Jon Ringle's patch (the...
2004-12-15 Guy HarrisFrom Peter Johansson: "template" conversations - if...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-06 Gerald CombsFrom Dinesh Dutt:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-04 Guy HarrisDeclare routines exported to plugins through the plugin...
2001-10-31 Guy HarrisGet rid of a bunch of stuff that was there to support...
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-06-10 Guy HarrisRename the arguments and flags for the conversation...
2000-11-18 Guy HarrisNobody calls "old_try_conversation_dissector()" or
2000-10-21 Guy HarrisWildcard matching is tricky - you have to try wildcardi...
2000-10-21 Guy HarrisSupport for conversations with "wildcard" destination...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.