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

Date: Mon, 21 May 2012 15:06:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42746

User: wmeier
Date: 2012/05/21 08:06 AM

Log:
 Init a pointer to prevent a (not actually valid) scan-build "Function call argument is an uninitialized value" msg
 Also:
  - #if 0 out some unused hf[] entries;
  - use val_to_str_const() in a few places;
  - remove some unneeded initializers;
  - do col_set_str()/col_clear() before referencing tvb;
  - reformat hf[] entries;
  - Fix whitespace (4-space tabs, etc).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1128 -918 packet-nhrp.c    Modified