URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f2497de9cb7c909f41a888d24ebfae29197b32b
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9f2497d by Guy Harris (guy@xxxxxxxxxxxx):
Fix the isis.hello.reverse_metric.flags field.
It's one byte, so it should be FT_UINT8, and it's a bitset, so it should
be BASE_HEX.
Change-Id: I4f155d5a7a062d0a4267be80d87b2ff3468c2784
Reviewed-on: https://code.wireshark.org/review/36326
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 1c7f2c9 isis-hello: use UINT type instead of BYTES.
add 9f2497d Fix the isis.hello.reverse_metric.flags field.
Summary of changes:
epan/dissectors/packet-isis-hello.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)