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

Date: Mon, 22 Jun 2009 22:38:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28815

User: gerald
Date: 2009/06/22 03:38 PM

Log:
 Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string and
 add it to the tree, just call proto_tree_add_item. Fixes bug 3564.
 
 Replace another tvb_get_ptr call with tvb_format_text.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +5 -11     packet-afs.c    Modified