Wireshark-commits: [Wireshark-commits] rev 54895: /trunk/ /trunk/epan/dissectors/: packet-sabp.c /t

Date: Wed, 22 Jan 2014 04:50:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54895

User: guy
Date: 2014/01/22 04:50 AM

Log:
 The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it as
 such.
 
 Replace proto_tree_add_string(..., tvb_get_string_enc(same ...,
 ENC_xxx)) with proto_tree_add_item(..., ENC_xxx).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-sabp.c    Modified

Directory: /trunk/asn1/sabp/
  Changes    Path                      Action
  +1 -1      packet-sabp-template.c    Modified