Comment # 21
on bug 8600
from Uli Heilmeier
(In reply to comment #20)
> Comment on attachment 10708 [details]
> fix for auth plain decode
>
> Is it dissected incorrectly with length_pass, or is it just an extra
> calculation? If its the latter, I don't see the harm in leaving it.
I used length_pass to get the size of the password string only for debugging.
For proto_tree_add_string we need a_linelen and not length_pass. Otherwise the
packet bytes are marked wrong.
Your're right, it won't do any harm in leaving the calculation of length_pass
in.
Thanks for your checking.
You are receiving this mail because:
- You are watching all bug changes.