aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-09Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg1-2/+2
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-2/+15
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-7/+8
2001-11-21Get rid of some unused variables.Guy Harris1-3/+1
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-34/+6
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+93
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesGuy Harris1-44/+181
2001-09-03In "find_conversation()", do the same type of matching thatGuy Harris1-91/+125
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris1-204/+206
2001-06-06Fix a comment.Guy Harris1-10/+14
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris1-20/+4
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris1-29/+10
2000-11-18Nobody calls "old_try_conversation_dissector()" orGuy Harris1-57/+1
2000-11-18Do the checks for the presence of a conversation dissector the same wayGuy Harris1-10/+6
2000-11-18Don't attempt to call the dissector for a conversation if theGuy Harris1-3/+16
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris1-65/+391
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-29/+118
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+362