http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43663
User: wmeier
Date: 2012/07/11 08:28 AM
Log:
General cleanup:
- Fix potential array overflow;
- Calls to expert...() should not be under 'if (tree)';
- Don't use DISSECTOR_ASSERT for bad data; use expert...();
- Add some XXX comments about enum item values different than
specified in the comments associated with the enum items;
- Init global 'mfgCommandFlag' as appropriate before use;
- Add missing hf[] entries;
- #if 0 various unused #defines and enums;
- Reduce (somewhat) repeated fetches of the same tvb data;
- Remove unneeded initializers;
- Don't use 'l' as a variable name;
- Reformat long lines, hf[] array entries and other;;
- Fix some indentation;
Directory: /trunk/epan/dissectors/
Changes Path Action
+4879 -1608 packet-assa_r3.c Modified