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