aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Remove debug code left by mistakeAnders Broman1-4/+0
2012-06-01Fix a couple of warningsAnders Broman1-4/+8
2012-04-20From Evan Huus: Clean up conversation list iterator caching. https://bugs.wir...Anders Broman1-23/+28
2012-04-19From Cristian Constantin:Anders Broman1-1/+6
2012-04-19From Evan Huus: Convert a few instances in conversation.c to use the new macr...Anders Broman1-2/+2
2012-04-17From Evan Huus:Anders Broman1-64/+115
2012-04-13From Cristian Constantin:Anders Broman1-2/+2
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-02-04From Cristian Constantin:Anders Broman1-15/+48
2011-10-20Delay freeing of seasonal memory until after the conversation cleanup routineJeff Morriss1-5/+32
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-0/+24
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-15/+15
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-15/+15
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-15/+15
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-4/+15
2008-04-23Don't skip ahead in time when looking for a conversation.Jaap Keuter1-2/+4
2008-03-17Move the conversation addresses to the se_ allocator. This does not solve a ...Jeff Morriss1-30/+7
2007-10-29When there are multiple conversations with the same key, conversation_lookup_...Sake Blok1-1/+1
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris1-6/+6
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itGuy Harris1-6/+6
2007-04-26Add a macro for hashing the bytes of an address into a hash value.Guy Harris1-24/+6
2006-08-02From Peter Johansson:Anders Broman1-9/+9
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-13start converting gmemchunk into se_alloc() in /epanRonnie Sahlberg1-32/+5
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-06-25from Kashyap DesaiRonnie Sahlberg1-2/+4
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-3/+15
2005-03-23use DISSECTOR_ASSERT instead of g_assertUlf Lamping1-3/+3
2005-02-03Check in the missing part of Jon Ringle's patch (the part that actuallyGuy Harris1-37/+77
2004-12-15From Peter Johansson: "template" conversations - if one is recognized,Guy Harris1-257/+406
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-4/+4
2004-01-09Fix a comment.Guy Harris1-3/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-8/+42
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris1-15/+18
2002-10-29Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris1-15/+2