Wireshark-commits: [Wireshark-commits] rev 45631: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 18 Oct 2012 15:17:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45631

User: wmeier
Date: 2012/10/18 08:17 AM

Log:
 General cleanup:
 - 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];
 - use proto_tree_add_item() instead of proto_tree_add_uint() when appropriate;
 - move proto_register...() to just before proto_reg_handoff..()
    as per convention;
 - proto_reg_handoff...() doesn't need 'if (!initialized)'
 - remove unneeded #includes;
 - remove some "boilerplate" comments;
 - remove unneeded forward declaration;
 - whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +252 -337  packet-artnet.c    Modified