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 9280] Wiretap netscaler trace format v3.0

Date: Fri, 18 Oct 2013 20:20:49 +0000

changed bug 9280

What Removed Added
Attachment #11805 Flags review_for_checkin+ review_for_checkin-

Comment # 10 on bug 9280 from
Comment on attachment 11805 [details]
revised patch

This patch, as indicated, appears to contain code that assigns a 64-bit value
to a 32-bit variable on at least some platforms, and was backed out.  Either
the variable needs to be bigger, or the value needs to be checked to make sure
it fits in 32 bits.

Note that compiling with clang, if available, may do a better job of
pinpointing the precise line with the problem in the twisty little maze of
macros, all different.


You are receiving this mail because:
  • You are watching all bug changes.