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

Date: Fri, 10 Aug 2012 22:20:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44436

User: wmeier
Date: 2012/08/10 03:20 PM

Log:
 Bug fixes and general cleanup;
 - untermintated range-string array can/will cause crash
     (e.g. 'tshark -G values');
 - remove all 'if (tree)':
     calling col_...() and sub-dissectors under 'if (tree)' not OK;
 - simplify code for heuristic test;
 - find_dissector() calls need to be done only once
    (not on each prefs callback);
 - do some whitespace/indentation changes.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +456 -452  packet-dvb-s2-bb.c    Modified