aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Dinesh Dutt:Gerald Combs2004-07-061-4/+4
* Fix a comment.Guy Harris2004-01-091-3/+3
* From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs2002-12-081-8/+42
* Cast various "const gpointer" arguments to const pointers rather thanGuy Harris2002-11-271-15/+18
* Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris2002-10-291-15/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-17/+17
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg2002-05-091-2/+2
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-2/+15
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-7/+8
* Get rid of some unused variables.Guy Harris2001-11-211-3/+1
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-34/+6
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+93
* Don't pass wildcarded arguments to "find_conversation()" to routinesGuy Harris2001-09-031-44/+181
* In "find_conversation()", do the same type of matching thatGuy Harris2001-09-031-91/+125
* Rename the arguments and flags for the conversation routines, so as notGuy Harris2001-06-101-204/+206
* Fix a comment.Guy Harris2001-06-061-10/+14
* Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris2001-06-041-20/+4
* Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris2001-06-041-29/+10
* Nobody calls "old_try_conversation_dissector()" orGuy Harris2000-11-181-57/+1
* Do the checks for the presence of a conversation dissector the same wayGuy Harris2000-11-181-10/+6
* Don't attempt to call the dissector for a conversation if theGuy Harris2000-11-181-3/+16
* Wildcard matching is tricky - you have to try wildcarding both theGuy Harris2000-10-211-65/+391
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-29/+118
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+362