Wireshark-commits: [Wireshark-commits] rev 45802: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 26 Oct 2012 21:17:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45802

User: wmeier
Date: 2012/10/26 02:17 PM

Log:
 General cleanup (No changes in dissection):
 - rename variables to fix all "shadowed variable" warnings;
 - remove certain 'if(tree)' statements;
    (A new-style dissector) should return the same
     'bytes processed' whether or not 'tree == NULL');
 - simplify code in numerous places (including removing
    redundant/repeated code);
 - fix remaining uses of FALSE as 'encoding' arg;
 - use consistent indentation and formatting.
 
 ToDo: Changes to fix apparent cases of incorrect
       dissection.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +548 -503  packet-aprs.c    Modified