Wireshark-commits: [Wireshark-commits] rev 43132: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43132
User: gerald
Date: 2012/06/06 08:46 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43129 | wmeier | 2012-06-05 21:54:47 -0700 (Tue, 05 Jun 2012) | 20 lines
Changed paths:
M /trunk/epan/dissectors/packet-noe.c
M /trunk/epan/dissectors/packet-ua.c
M /trunk/epan/dissectors/packet-ua3g.c
M /trunk/epan/dissectors/packet-uasip.c
M /trunk/epan/dissectors/packet-uaudp.c
M /trunk/epan/dissectors/packet-uaudp.h
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")
- ...
------------------------------------------------------------------------
r43130 | wmeier | 2012-06-05 22:36:43 -0700 (Tue, 05 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-uasip.c
Fix compiler error
------------------------------------------------------------------------
r43131 | wmeier | 2012-06-05 22:58:42 -0700 (Tue, 05 Jun 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-uaudp.c
Fix compiler error (I hope)
------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1475 -1464 packet-noe.c Modified
+227 -238 packet-ua.c Modified
+4383 -4230 packet-ua3g.c Modified
+435 -484 packet-uasip.c Modified
+522 -529 packet-uaudp.c Modified
+15 -2 packet-uaudp.h Modified