ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

Date: Fri, 16 Jun 2006 07:17:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18482

User: guy
Date: 2006/06/16 07:17 AM

Log:
 "proto_tree_add_text()" supports printf-style formats; there's no need
 to format into a buffer and then pass that buffer.
 
 Make a count an "int" rather than a "size_t" to squelch a (valid)
 compiler warning.

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +3 -4      packet-componentstatus.c    Modified