aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Delay freeing of seasonal memory until after the conversation cleanup routinemorriss1-5/+32
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-0/+24
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-15/+15
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-15/+15
2010-04-02From Yaniv Kaul: constify parameterswmeier1-15/+15
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-4/+15
2008-04-23Don't skip ahead in time when looking for a conversation.jake1-2/+4
2008-03-17Move the conversation addresses to the se_ allocator. This does not solve a ...morriss1-30/+7
2007-10-29When there are multiple conversations with the same key, conversation_lookup_...sake1-1/+1
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,guy1-6/+6
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itguy1-6/+6
2007-04-26Add a macro for hashing the bytes of an address into a hash value.guy1-24/+6
2006-08-02From Peter Johansson:etxrab1-9/+9
2006-05-21name changesahlberg1-2/+2
2005-08-13start converting gmemchunk into se_alloc() in /epansahlberg1-32/+5
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-06-25from Kashyap Desaisahlberg1-2/+4
2005-05-11Some applications do very naughty things like reusing a port for a different ...sahlberg1-3/+15
2005-03-23use DISSECTOR_ASSERT instead of g_assertulfl1-3/+3
2005-02-03Check in the missing part of Jon Ringle's patch (the part that actuallyguy1-37/+77
2004-12-15From Peter Johansson: "template" conversations - if one is recognized,guy1-257/+406
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-06From Dinesh Dutt:gerald1-4/+4
2004-01-09Fix a comment.guy1-3/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-8/+42
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanguy1-15/+18
2002-10-29Move the stuff to save, recompute, and restore "can_desegment" out ofguy1-15/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-17/+17
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-05-09Added parsing of PORTMAP GETPORT functions.sahlberg1-2/+2
2001-11-29Update from Ronnie Sahlberg:guy1-2/+15
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-7/+8
2001-11-21Get rid of some unused variables.guy1-3/+1
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedguy1-34/+6
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-3/+93
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesguy1-44/+181
2001-09-03In "find_conversation()", do the same type of matching thatguy1-91/+125
2001-06-10Rename the arguments and flags for the conversation routines, so as notguy1-204/+206
2001-06-06Fix a comment.guy1-10/+14
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toguy1-20/+4
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"guy1-29/+10
2000-11-18Nobody calls "old_try_conversation_dissector()" orguy1-57/+1
2000-11-18Do the checks for the presence of a conversation dissector the same wayguy1-10/+6
2000-11-18Don't attempt to call the dissector for a conversation if theguy1-3/+16
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theguy1-65/+391
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-29/+118
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+362