Comment # 8
on bug 11634
from Michael Mann
(In reply to Jim Young from comment #2)
> The quick fix to
> satisfy the attached trace is to replace the one line above in
> dissect_hello_checksum_clv() with
> pdu_length = tvb_get_ntohs(tvb, 9) - 8;
I still kinda like this based on the options (passing packet length seems
painful to all of the other options that don't care), would also probably have
to adjust dissect_snp_checksum_clv()
You are receiving this mail because:
- You are watching all bug changes.