URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c8b70ca98d5fa19a692e1d513f7d0a20689d08b4
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
c8b70ca by Guy Harris (guy@xxxxxxxxxxxx):
Fix the length of the item added for the value field of undissected CLVs.
The length variable is the length of the value, not the length of the
entire CLV, so there's no need to subtract the length of the C and the
L from the length - it covers just the V.
Change-Id: I711657e4e0b76e2aac9d58efd88f45201b9c2c5b
Reviewed-on: https://code.wireshark.org/review/33174
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit beed21b038683377efb7b5c13b36a3a35fa720a2)
Reviewed-on: https://code.wireshark.org/review/33176
Actions performed:
from e9e42f7 [Automatic update for 2019-05-12]
add c8b70ca Fix the length of the item added for the value field of undissected CLVs.
Summary of changes:
epan/dissectors/packet-isis-clv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)