Wireshark-bugs: [Wireshark-bugs] [Bug 1190] over 2GBytes files have incorrect size in the open d

Date: Sun, 29 Oct 2006 14:50:30 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1190





------- Comment #2 from ulf.lamping@xxxxxx  2006-10-29 14:50 GMT -------
This was discussed before (I'm not sure if it's a duplicate of an existing
bugzilla entry - couldn't find it at least). BTW: I'm not sure if this is only
a display problem or you get wrong dissection, too.

The problem is that the file size is kept as an int at some places in the code
(and also in the zlib we're using). An int will become negative at running over
2GB so you'll see this.

Could you explain how to open a file of that size without running into the:
http://wiki.wireshark.org/KnownBugs/OutOfMemory problem?

I can't reproduce this as I won't be able to simply open such a huge file ...


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