Michal Labedzki
changed
bug 8818
What |
Removed |
Added |
Attachment #11861 Flags |
|
review_for_checkin?
|
Comment # 17
on bug 8818
from Michal Labedzki
Created attachment 11861 [details]
[PATCH] ELF: Fix offset values
Thanks, this is problem with Wireshark "offset" - it is gint, so Wireshark does
not support Frame larger then G_MAXINT. This cause not all ELF64 may be
dissected on 32bit Wireshark, but also not all ELF32 on 32bit or ELF64 on 64bit
(but normally there is no 2GB ELF32 files... [without memory dumps]). In other
word - reassemble of 3GB payload over TCP seems to be not possible too
(Wireshark 32bit).
You are receiving this mail because:
- You are watching all bug changes.