Hi experts, I fail to build my plugin for wireshark 1.10.1. it report match_strval function undefined. Is there any alternative solution for this. my plugin call this function like: if(!match_strval(tvb_get_bits8(tvb, bit_offset, 8),xxx_type)); Take Care asked 15 Aug '13, 01:19 gaobrian |
One Answer:
I think it's been renamed to try_val_to_str() see epan/value_string.[ch] answered 15 Aug '13, 01:47 Anders ♦ |
It works well. Thanks