Fix proto_tree_add_bytes_item() when we fail to decode number from string
authorPascal Quantin <pascal.quantin@gmail.com>
Thu, 25 Jun 2015 01:04:13 +0000 (18:04 -0700)
committerPascal Quantin <pascal.quantin@gmail.com>
Thu, 25 Jun 2015 01:46:13 +0000 (01:46 +0000)
commit6126a6455058696dd0ac2073032bdfe066a6ae38
treec5918b31de97e93e089d33c9689621cf43ff7839
parent585f944f655d5220e5a285ee7c1cfe86b2a6f8a9
Fix proto_tree_add_bytes_item() when we fail to decode number from string

We still need to insert an empty g_byte_array

Bug: 11309
Change-Id: Idf2ed8ea81b3f612ef8d6ae1aed158108dcc4356
Reviewed-on: https://code.wireshark.org/review/9114
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
epan/proto.c