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

Date: Wed, 11 Jul 2012 15:28:32 GMT
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