ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8818] MIME: Add support for ELF files

Date: Wed, 23 Oct 2013 10:53:31 +0000

changed bug 8818

What Removed Added
Attachment #11861 Flags   review_for_checkin?

Comment # 17 on bug 8818 from
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.