URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0fdca2c0936e802a2d50eb9880d42c302993e20d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
0fdca2c 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>
(cherry picked from commit d60513a95acd85d827d10b76c01020edd3d21511)
Reviewed-on: https://code.wireshark.org/review/36328
Actions performed:
from 3b1299f isis-hello: use UINT type instead of BYTES.
add 0fdca2c 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(-)