Ethereal-cvs: [Ethereal-cvs] rev 16722: /trunk/epan/: tap.c tap.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 07 Dec 2005 13:12:41 GMT
User: sahlberg
Date: 2005/12/07 07:12 AM

Log:
 new function fetch_tapped_data()
 
 This function can be called from a dissector to fetch (if any) tapped data from a tap.
 This can offer an alternative method of passing data between different dissectors much cleaner than the pinfo pollition and private_data design mistake.
 
 
 The SMB2 dissector uses this method to extract vital data such as Account_Name from the ntlmssp dissector (that is 3 leveld down from smb2)

Directory: /trunk/epan/
  Changes    Path          Action
  +44 -0     tap.c         Modified
  +1 -0      tap.h         Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16722&view=rev