Wireshark-commits: [Wireshark-commits] rev 45641: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 18 Oct 2012 19:05:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45641

User: wmeier
Date: 2012/10/18 12:05 PM

Log:
 Minor cleanup:
 - revert incorrect replacement of FALSE by ENC_BIG_ENDIAN
   done a while back (10 instances);
   [The incorrect use of ENC_BIG_ENDIAN was benign since
    ENC_BIG_ENDIAN is currently defined as 0x0000000];
 - Remove unneeded #includes;
 - whitespace (e.g., use consistent indentation).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +149 -154  packet-ssl.c    Modified