Wireshark-commits: [Wireshark-commits] rev 51092: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 01 Aug 2013 21:04:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51092

User: morriss
Date: 2013/08/01 02:04 PM

Log:
 From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8787 :
 
 Follow-up on 9P dissector enhancement ( https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8589 )
 
 "fid"s, 9P file descriptors, are valid from the moment it's allocated until
 when it's freed. My original patch kept a fid hashtable updated everytime a
 packet was dissected in full-view (with a non-null tree)
 
 Attached is a patch that builds a tree for each 9P fid and stores the
 corresponding path when it becomes valid/marks it as invalid when it no longer
 is.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +464 -331  packet-9p.c    Modified