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

Date: Mon, 12 Mar 2012 17:53:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41510

User: wmeier
Date: 2012/03/12 10:53 AM

Log:
 Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);
 Remove unneeded calls to col_clear();
 Define dissect_dvb_data_mpe() to be static;
 Do some minor whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path                     Action
  +16 -21    packet-dvb-data-mpe.c    Modified