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 41511: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 12 Mar 2012 19:25:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41511

User: wmeier
Date: 2012/03/12 12:25 PM

Log:
 Use tvb_new_subset_remaining(...) instead of tvb_new_subset(..., -1, -1);
 expert_add_info_format() must be called even when 'tree == NULL' so that MALDORMED
   will appear in the INFO column.
 Do various whitespace & formatting changes.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +193 -193  packet-pw-atm.c    Modified