Wireshark-commits: [Wireshark-commits] master-2.0 5057c8f: Fix some dissection errors.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5057c8f31c654d3010c907a3b9dd174792a5dac4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
5057c8f 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>
(cherry picked from commit 02f74e47ed3e542f4aff9fc6a7a9c44e29be5c7b)
Reviewed-on: https://code.wireshark.org/review/20831
Actions performed:
from b4feea7 This is now an FT_STRING elsewhere, so make it one here.
adds 5057c8f Fix some dissection errors.
Summary of changes:
epan/dissectors/packet-isis-lsp.c | 17 ++++++++-----
epan/osi-utils.c | 51 +++++++++++++++++++++++++++++--------
epan/osi-utils.h | 1 +
3 files changed, 51 insertions(+), 18 deletions(-)