Wireshark-commits: [Wireshark-commits] rev 36556: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 11 Apr 2011 14:41:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36556

User: wmeier
Date: 2011/04/11 07:41 AM

Log:
 Don't assign to a variable if the value won't be used: Coverity 964 & 965;
 Also:
 - Move proto_register...() & proto_reg_handoff...() to the end of the file;
 - Remove some unneeded #includes;
 - Do some indentation and whitespace cleanup (e.g., "4-space tabs").

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +2721 -2722 packet-megaco.c    Modified