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

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

User: wmeier
Date: 2012/10/18 11:11 AM

Log:
 Minor cleanup:
 - Fix incorrect use of ENC_BIG_ENDIAN instead
   of FALSE (3 instances);
   [The incorrect use of ENC_BIG_ENDIAN was benign since
    ENC_BIG_ENDIAN is currently defined as 0x0000000];
 - use proper ENC arg for a proto_tree_add_item();
 - whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +5 -6      packet-dmx-chan.c    Modified