http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36437
User: wmeier
Date: 2011/04/03 08:39 AM
Log:
Don't assign to a proto_item* if the value won't be used: Coverity 885-889
Also: Significant code rework including:
- Fix bug wherein a timestamp was incorrectly reported as being an Error;
- Replace many proto_tree_add_text()/proto_item_set_text() sequences each by a
single proto_tree_add_text().
- remove unneeded #include <string.h>
- Whitespace clanup including replacing mixed space/tab indentation by spaces.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1250 -1281 packet-dtn.c Modified