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

Date: Fri, 17 May 2013 02:00:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49363

User: morriss
Date: 2013/05/16 07:00 PM

Log:
 From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8589 :
 
 Theses patches add alot of new message types for the 9P protocol and its
 extensions (most specifically 9P2000.L), while staying compatible with the
 legacy protocol (hence the hashtable with conversation information, since
 version is only known at handshake)
 
 It is still missing alot of 9P2000.u specifics, but I don't have any server
 to test it with. I'm also missing some dump to test legacy, but I'm pretty
 confident I didn't break much there as it is mostly compatible, most
 differences are handled using different messages, the only one that was
 changed would be RERROR.
 
 
 second diff also adds deeper interpretation of the protocol, by following
 the conversation stream and keeping a bigger hashtable associating fid (file
 handles) and file names, for easier debugging.
 
 
 From me: roll the contents of the (new) packet-9p.h back into the C file.

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