Try to improve the "Kerberos requested but not OpenSSL" message.
[jelmer/wireshark.git] / epan / conversation.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-04 Bill Meier(Trivial) explicitely --> explicitly
2013-12-27 Anders BromanFix [-Wmissing-prototypes]
2013-11-01 Michael MannAllow try_conversation_dissector() to pass data to...
2013-09-15 Evan HuusOur hash function is no longer commutative (yay!)....
2013-09-15 Evan HuusAdd the new hash algorithm to the macro we were already...
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-20 Bill Meier From beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to call_dissector_only.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-01 Anders BromanRemove debug code left by mistake
2012-06-01 Anders BromanFix a couple of warnings
2012-04-20 Anders BromanFrom Evan Huus: Clean up conversation list iterator...
2012-04-19 Anders BromanFrom Cristian Constantin:
2012-04-19 Anders BromanFrom Evan Huus: Convert a few instances in conversation...
2012-04-17 Anders BromanFrom Evan Huus:
2012-04-13 Anders BromanFrom Cristian Constantin:
2012-04-09 Jakub ZawadzkiMark some function static.
2012-02-04 Anders BromanFrom Cristian Constantin:
2011-10-20 Jeff MorrissDelay freeing of seasonal memory until after the conver...
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-04-23 Jaap KeuterDon't skip ahead in time when looking for a conversation.
2008-03-17 Jeff MorrissMove the conversation addresses to the se_ allocator...
2007-10-29 Sake BlokWhen there are multiple conversations with the same...
2007-04-26 Guy HarrisMake ADD_ADDRESS_TO_HASH() take a pointer to an address...
2007-04-26 Guy HarrisRename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make...
2007-04-26 Guy HarrisAdd a macro for hashing the bytes of an address into...
2006-08-02 Anders BromanFrom Peter Johansson:
2006-05-21 Ronnie Sahlbergname change
2005-08-13 Ronnie Sahlbergstart converting gmemchunk into se_alloc() in /epan
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-06-25 Ronnie Sahlbergfrom Kashyap Desai
2005-05-11 Ronnie SahlbergSome applications do very naughty things like reusing...
2005-03-23 Ulf Lampinguse DISSECTOR_ASSERT instead of g_assert
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:
2004-01-09 Guy HarrisFix a comment.
2002-12-08 Gerald CombsFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-27 Guy HarrisCast various "const gpointer" arguments to const pointe...
2002-10-29 Guy HarrisMove the stuff to save, recompute, and restore "can_des...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-09 Ronnie SahlbergAdded parsing of PORTMAP GETPORT functions.
2001-11-29 Guy HarrisUpdate from Ronnie Sahlberg:
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-21 Guy HarrisGet rid of some unused variables.
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-09-03 Guy HarrisDon't pass wildcarded arguments to "find_conversation...
2001-09-03 Guy HarrisIn "find_conversation()", do the same type of matching...
2001-06-10 Guy HarrisRename the arguments and flags for the conversation...
2001-06-06 Guy HarrisFix a comment.
2001-06-04 Guy HarrisDefine a "COPY_ADDRESS()" macro, which copies the data...
2001-06-04 Guy HarrisAdd an "ADDRESSES_EQUAL()" macro, taking pointers to...
2000-11-18 Guy HarrisNobody calls "old_try_conversation_dissector()" or
2000-11-18 Guy HarrisDo the checks for the presence of a conversation dissec...
2000-11-18 Guy HarrisDon't attempt to call the dissector for a conversation...
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.