URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02f74e47ed3e542f4aff9fc6a7a9c44e29be5c7b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
02f74e4 by Guy Harris (guy@xxxxxxxxxxxx):
Fix some dissection errors.
"XXX supported" for a metric type is a Boolean, not an int; add it as
such.
Add the value of the item without the extra bits.
The length of an address prefix is in semi-octets (nibbles/hex digits),
not in octets.
Change-Id: I642f0dab5030f7609e89f45cf2cff15cd74dfbda
Reviewed-on: https://code.wireshark.org/review/20819
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7dc0653 Optimize frame_data layout.
adds 02f74e4 Fix some dissection errors.
Summary of changes:
epan/dissectors/packet-isis-lsp.c | 17 +++++++-----
epan/osi-utils.c | 52 +++++++++++++++++++++++++++++--------
epan/osi-utils.h | 1 +
3 files changed, 52 insertions(+), 18 deletions(-)