bugfix: don't use match_strval() in combination with format strings (as it may return...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Jun 2005 07:29:24 +0000 (07:29 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Jun 2005 07:29:24 +0000 (07:29 +0000)
commitcce25b12f63e42a68e375749068322fab7799788
tree6706017bbd7297af5e3d1b39f5ec22ace4de06ab
parent4d8bb6a1ac3722bcdc422376d023b7c0da9b65e2
bugfix: don't use match_strval() in combination with format strings (as it may return NULL) but val_to_str()

I don't know if the output as hex is appropriate, someone with more WBXML knowledge might have a look (however, it's done for unknown values only)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14522 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-wbxml.c