Wireshark-commits: [Wireshark-commits] rev 47581: /trunk/plugins/asn1/ /trunk/plugins/asn1/: packet

Date: Sat, 09 Feb 2013 09:57:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47581

User: guy
Date: 2013/02/09 01:57 AM

Log:
 Get rid of g_sprintf() and strncpy() usage - this is somewhat of a hack,
 but this should really be completely rewritten to use the packet-ber.c
 routines and to handle strings better (code that handles strings should
 not be written in a language that doesn't have a string datatype; that
 eliminates C as a possibility, and that's not a bug, that's a
 feature...).

Directory: /trunk/plugins/asn1/
  Changes    Path             Action
  +73 -56    packet-asn1.c    Modified