Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5025] Exhausted the WTAP_ENCAP numbers with pending patch

Date: Mon, 19 Jul 2010 23:15:13 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5025

--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> 2010-07-19 23:15:10 PDT ---
Or expand lnk_t in the frame_data structure to a gint16 - it's preceded by a
gint64, and followed by a flag byte, which is followed by a pointer, so there
are at least 32 bits to hold the lnk_t and flags fields, so the frame_data
structure (of which there's one per packet) won't get any bigger if we expand
lnk_t.  (That's the critical field here - pkt_encap is an int, but it has to
fit in the lnk_t field.)

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.