http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30132
User: wmeier
Date: 2009/09/24 04:05 PM
Log:
Changes:
- Fix some #defines which just happened to sum up to the correct values but which used the wrong symbols;
- check_col() no longer req'd;
- use col_add_str() rather than col_add_fstr();
- check bytes are actually present before doing a heuristics check which fetches the bytes;
- use tvb_reported_length_remaining() instead of tvb_length_remaining() in one case;
- fix call to tvb_new_subset;
- (pedantic): return 0 or tvb_length(...) rather than FALSE or TRUE for this new-style dissector;
Directory: /trunk/epan/dissectors/
Changes Path Action
+46 -46 packet-componentstatus.c Modified