Wireshark-commits: [Wireshark-commits] rev 50890: /trunk/epan/ /trunk/epan/: proto.c

Date: Thu, 25 Jul 2013 17:19:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50890

User: darkjames
Date: 2013/07/25 10:19 AM

Log:
 Optimize proto_item_append_string()
 
 - When old string empty just pass new one (like: frame.protocols)
 - if not, use ep_strconcat()

Directory: /trunk/epan/
  Changes    Path          Action
  +6 -3      proto.c       Modified