Wireshark-commits: [Wireshark-commits] rev 48727: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co
Date: Thu, 04 Apr 2013 12:22:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48727

User: mmann
Date: 2013/04/04 05:22 AM

Log:
 RTPS Cleanup, Part 3 (final)
 
 Merged packet-rtps.c and packet-rtps2.c into a single dissector.  It appears packet-rtps2.[ch] "API" needs to be externally available, otherwise I would have rolled (the newly merged) packet-rtps.h into packet-rtps.c as well.
 
 Converted many of the remaining proto_tree_add_text to proto_tree_add_item/expert_info and cleaned up the manual string manipulation so checkAPIs.pl is happy.
 
 Added a "cooked" capture file to the SampleCaptures page on the wiki for future fuzztesting/regression.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +0 -2      Makefile.common    Modified
  +4204 -1751 packet-rtps.c      Modified
  +89 -21    packet-rtps.h      Modified
  +0 -7682   packet-rtps2.c     Removed
  +0 -268    packet-rtps2.h     Removed

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -2      CMakeLists.txt    Modified