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.

svn path=/trunk/; revision=51092
This commit is contained in:
Jeff Morriss 2013-08-01 21:04:32 +00:00
parent 5863aaa51b
commit 1dc3a29474
1 changed files with 466 additions and 333 deletions

File diff suppressed because it is too large Load Diff