Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Fri, 10 Aug 2012 03:19:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44414

User: wmeier
Date: 2012/08/09 08:19 PM

Log:
 General cleanup:
 - remove 'if (tree)'
    * col_...() shouldn't be called under 'if (tree)';
    * new-style dissector should alwyas return same 'bytes dissected'
      (independent of 'if (tree)');
 - create/use extended value string;
 - Use consistent indentation;

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +125 -125  packet-3com-njack.c    Modified