http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21856
User: sahlberg
Date: 2007/05/21 03:44 AM
Log:
track FIDs on a per transaction (request+response) basis and make sure the FID is printed
in both packets of a transaction.
this makes filters such as "smb.file==foo.txt" work much better since they now show both
the read/write request and also the response packets.
this is similar to what we already do in nfs for filehandles
Directory: /trunk/epan/dissectors/
Changes Path Action
+28 -0 packet-smb.c Modified
+7 -2 packet-smb.h Modified