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

Date: Thu, 18 Oct 2012 16:32:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45635

User: wmeier
Date: 2012/10/18 09:32 AM

Log:
 Minor cleanup:
 - revert incorrect replacement of FALSE by ENC_BIG_ENDIAN
   done a while back (3 cases);
   [The incorrect use of ENC_BIG_ENDIAN was benign since
    ENC_BIG_ENDIAN is currently defined ad 0x0000000];
 - Remove 'if(tree)' around calls to subdissector;
 - whitespace & formatting.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +70 -73    packet-atm.c    Modified