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

Date: Mon, 17 Sep 2012 17:47:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44950

User: wmeier
Date: 2012/09/17 10:47 AM

Log:
 Cleanup:
  - fix two cases of potential infinite loop while dissecting;
    [for (guint8 i; i <= guint8 end; i++)]
  - col_...() fcns should not be called under 'if (tree)'
  - remove unneeded initializers;
  - move proto_reg_handoff...() to the end of the file as per convention;
  - remove some boilerplate comments;
  - use consistent indentation and whitespace style;
  - remove some trailing whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +233 -235  packet-clique-rm.c    Modified