http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43902
User: wmeier
Date: 2012/07/21 03:06 PM
Log:
Additional cleanup:
packet-sdp.c:
Init 'proto_sprt' in proto_reg_handof..()
[instead of using a registered init fcn];
packet-sprt.c:
Fix some typos;
Comment out dissect_sprt_heur() since it doesn't
really do any dissection. Add an XXX comment re same.
packet-v150fw.c:
Remove unused 'v150fw_handle' and thus unneeded proto_reg_handoff...();
Add an XXX comment re the (commented out) dissect_v150fw() not actually
doing any dissection.
Directory: /trunk/epan/dissectors/
Changes Path Action
+13 -20 packet-sdp.c Modified
+86 -83 packet-sprt.c Modified
+22 -31 packet-v150fw.c Modified