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 34183: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 22 Sep 2010 15:53:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34183

User: wmeier
Date: 2010/09/22 08:53 AM

Log:
 Code cleanup: 
 - Fix incorrect uses of val_to_str which could cause inv mem refs;
 - Use tvb_reported_length instead of tvb_length;
 - (Trivial) Remove some unneeded '= NULL' initializations;
 - (A few other trivial changes).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +52 -53    packet-wai.c    Modified