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

Date: Mon, 21 May 2012 18:25:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42754

User: wmeier
Date: 2012/05/21 11:25 AM

Log:
 Fix "Function call argument is an uninitialized value" issue found by scan-build.
 (It seems to me that this issue would rarely, if ever, actually occur).
 
 Also:
 - Use val_to_str_const() as appropriate;
 - Localize some variables;
 - Remove unneeded initializers;
 - Do some parenthesizing;
 - Use a consistent formatting style;
 - Do whitespace cleanup.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +844 -839  packet-infiniband.c    Modified