packet-infiniband: Fixed duplicate conversation entries
[metze/wireshark/wip.git] / epan / conversation.c
2016-12-03 Parav Panditpacket-infiniband: Fixed duplicate conversation entries
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...
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-12-03 Evan HuusFix address hashing broken in g4f39c60
2015-11-07 Guy HarrisRemove some unnecessary includes.
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-10-30 Pascal QuantinSTUN: register a new conversation dissector after recei...
2015-10-24 Gerald CombsMore ADDRESS macro to address function conversions.
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-07-30 Alexis La Goutteconversation: fix indent (use tabs)
2015-01-18 Guy HarrisUpdate some comments to reflect reality.
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2015-01-16 Guy HarrisUpdate comment to reflect the current reality.
2015-01-16 Michael MannSE_COPY_ADDRESS -> WMEM_COPY_ADDRESS
2015-01-16 Michael MannRemove seasonal memory from everything except address...
2015-01-06 Michael MannReplace ep_address_to_str with address_to_str.
2014-08-06 Martin Kaiserwe're matching against {any}/port_b, not address_b
2014-07-08 Peter Wuconversion: do not free conversation memory on updates
2014-07-06 Evan HuusUse g_hash_table_new_full to free some values
2014-03-21 Hadriel KaplanAdd debug printing functions for conversations, sip...
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.