http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1323
------- Comment #1 from ulf.lamping@xxxxxx 2007-01-22 21:08 GMT -------
It *might* be possible to open a zip file using contrib/minizip from the zlib
package. It did some experiments that it showed - at least - the files inside
of a zip file correct.
Minizip is splitted into a system depending and a general part, the system part
is currently only implemented for Win32. However, porting it to another
platform should be easy, see iowin32.c/.h (together less than 300 lines of
code).
Showing the content of a zip file containing multiple files might be done
similar to something like the file set dialog.
However, don't expect this to be implemented anytime soon - until someone finds
the time and motivation to actually do it.
--
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.