ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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