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

Date: Thu, 18 Oct 2012 20:10:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45642

User: wmeier
Date: 2012/10/18 01:10 PM

Log:
 Minor cleanup:
 - revert incorrect replacement of FALSE by ENC_BIG_ENDIAN
   done a while back (9 instances);
   [The incorrect use of ENC_BIG_ENDIAN was benign since
    ENC_BIG_ENDIAN is currently defined as 0x0000000];
 - remove some unneeded initializers;
 - unsigned --> guint;
 - remove unneeded #includes.
 - whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1175 -1176 packet-rtsp.c    Modified