aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
AgeCommit message (Expand)AuthorFilesLines
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