Wireshark-commits: [Wireshark-commits] rev 43129: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43129
User: wmeier
Date: 2012/06/05 09:54 PM
Log:
Fix some bugs & do extensive cleanup;
Bugs fixed:
- Calling col_...() fcns or dissectors under 'if (tree)'
- Potential buffer overflows (if bad data)
- Misc incorrect data display issues
Cleanup including;
- Remove unneeded #includes
- Fix excessive use of value_strings
- Use extended value_strings & val_to_str_(ext_)const as appropriate
- Optimize repeated fetches of the same data from a tvb
- Do general code simplification
- Remove or #if 0 unused code;
- Add XXX comments for code which may be incorrect
- Remove unneeded prefs callback to proto_reg_handoff...()
- Remove unneeded use of check_col()
- Define several functions as static
- Move proto_reg_handoff...() to the end of the file
- Fix whitespace (including "4 space tabs")
- ...
Directory: /trunk/epan/dissectors/
Changes Path Action
+1475 -1464 packet-noe.c Modified
+227 -238 packet-ua.c Modified
+4383 -4230 packet-ua3g.c Modified
+435 -483 packet-uasip.c Modified
+522 -529 packet-uaudp.c Modified
+15 -2 packet-uaudp.h Modified