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

Date: Thu, 18 Oct 2012 02:33:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45625

User: wmeier
Date: 2012/10/17 07:33 PM

Log:
 Reformat for readability:
   indentation, whitespace, long-lines, etc.
 Also;
 - replace two usages of fprintf(stderr,...) by g_warning();
 - revert incorrect replacement of FALSE by ENC_BIG_ENDIAN
   done a while back (2 cases);
   [The incorrect use of ENC_BIG_ENDIAN was benign since
    ENC_BIG_ENDIAN is currently defined ad 0x0000000]

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1795 -1397 packet-ber.c    Modified