fix bug in dissect_per_GeneralString()
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Wed, 9 Jul 2003 09:45:42 +0000 (09:45 -0000)
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Wed, 9 Jul 2003 09:45:42 +0000 (09:45 -0000)
commit249b06f6e2771babd8cb74d4459d13a2ec874587
tree785ee96103bbdafff950e1c565fc70eff8ff2443
parente8b5b4fec2c8cca8e3a23b35442d98f04923e710
fix bug in dissect_per_GeneralString()

use proto_tree_add_item() instead of proto_tree_add_string() since there is nothing that says the string will be null terminated.

svn path=/trunk/; revision=8006
packet-h245.c