Comment # 4
on bug 8503
from Pascal Quantin
(In reply to comment #3)
> Hi Pascal,
>
> Thanks for taking a look at this patch. I have used the tvb_memcpy() for the
> same reason the dissect_linux_usb_pseudo_header() does use it: the protocol
> is host-endian (for x86 and x64 it's little-endian).
Thanks for the info. I now realize I missed the nice comment you put at the
beginning of the dissect_win32_usb_pseudo_header() function. Sorry about that.
> The protocol is not fixed yet though. Do you think enforcing little-endian
> at the protocol level would be an advantage?
It would avoid stupid comments like mine ;)
You are receiving this mail because:
- You are watching all bug changes.