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

Date: Sat, 25 Jan 2014 14:27:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54959

User: martink
Date: 2014/01/25 02:27 PM

Log:
 the sametime dissector stores the result of tvb_get_string() into hf
  variables that can handle only 7bit ascii strings
 replace this with tvb_get_string_enc()

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