http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44949
User: wmeier
Date: 2012/09/17 09:05 AM
Log:
Cleanup:
- fix several instances of a potential infinte loop while dissecting TLVs;
(it would be nice to have a valid capture file so this dissector can be fuzz-tested)
- move proto_reg_handoff...() to the end of the file as per convention;
- do find_dissector() only once in proto_reg_handoff...();
- reformat some long lines;
- replace some tabs by spaces and do other whitespace changes.
Directory: /trunk/epan/dissectors/
Changes Path Action
+217 -174 packet-forces.c Modified