Wireshark-bugs: [Wireshark-bugs] [Bug 8581] More intuitive and less ambiguous variable names and
Date: Sun, 14 Apr 2013 23:14:36 +0000

changed bug 8581

What Removed Added
CC   eapache@gmail.com

Comment # 3 on bug 8581 from
Generally +1 to the changes, also agree with the proposed naming change of
*_nfs_*4 -> *_nfs4_*

Initializing the *proto_tree and *proto_item variables to NULL is unnecessary
though. The compiler (GCC, at least) is smart enough to know when a variable
might be used before being set, so adding extra initializers just makes more
work for the optimizer.

Cheers,
Evan


You are receiving this mail because:
  • You are watching all bug changes.