Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43902: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 21 Jul 2012 22:06:17 GMT
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