Add HP Switch Protocol SAP value
[obnox/wireshark/wip.git] / epan / conversation.c
2006-08-02 etxrabFrom Peter Johansson:
2006-05-21 sahlbergname change
2005-08-13 sahlbergstart converting gmemchunk into se_alloc() in /epan
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-06-25 sahlbergfrom Kashyap Desai
2005-05-11 sahlbergSome applications do very naughty things like reusing...
2005-03-23 ulfluse DISSECTOR_ASSERT instead of g_assert
2005-02-03 guyCheck in the missing part of Jon Ringle's patch (the...
2004-12-15 guyFrom Peter Johansson: "template" conversations - if...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-06 geraldFrom Dinesh Dutt:
2004-01-09 guyFix a comment.
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-27 guyCast various "const gpointer" arguments to const pointe...
2002-10-29 guyMove the stuff to save, recompute, and restore "can_des...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-09 sahlbergAdded parsing of PORTMAP GETPORT functions.
2001-11-29 guyUpdate from Ronnie Sahlberg:
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-21 guyGet rid of some unused variables.
2001-10-31 guyGet rid of a bunch of stuff that was there to support...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-09-03 guyDon't pass wildcarded arguments to "find_conversation...
2001-09-03 guyIn "find_conversation()", do the same type of matching...
2001-06-10 guyRename the arguments and flags for the conversation...
2001-06-06 guyFix a comment.
2001-06-04 guyDefine a "COPY_ADDRESS()" macro, which copies the data...
2001-06-04 guyAdd an "ADDRESSES_EQUAL()" macro, taking pointers to...
2000-11-18 guyNobody calls "old_try_conversation_dissector()" or
2000-11-18 guyDo the checks for the presence of a conversation dissec...
2000-11-18 guyDon't attempt to call the dissector for a conversation...
2000-10-21 guyWildcard matching is tricky - you have to try wildcardi...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.