Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Wed, 14 Dec 2011 22:01:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40205

User: wmeier
Date: 2011/12/14 02:01 PM

Log:
 Fix a tvb memory leak;
   Essentially: generate tvbuffs as needed; don't save them for later reuse
                with the result they are never freed.
 
 Also:
 - move a struct from packet-nfs.h to packet-nfs.c since it's only used locally;
 - reformat some long lines.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +34 -17    packet-nfs.c    Modified