Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-bugs: [Wireshark-bugs] [Bug 580] Error "Arg list too long" when saving trace file > 2GB

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Wed, 3 Oct 2007 00:46:26 +0000 (GMT)

http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=580





------- Comment #13 from guy@xxxxxxxxxxxx  2007-10-03 00:46 GMT -------
sgzip's sgzlib.c says

   sgzip files are files based on the gzip compression
   library which are also quickly seekable and therefore may be used
   for applications where seeking is important.

and sgzlib.h says

   The sgzip file format basically relies on breaking the file into
   blocks, each of these blocks is compressed seperately (which
   results in a slight decrease of compression for small blocks). The
   file then stores these blocks in the compressed file. Just before
   each compressed block, an offset is stored to the next block in the
   file.

I.e., it is *NOT* a library that provides random access to gzipped files, it's
a library that defines its own file format, designed to better support random
access than gzip format does.  That might be useful - although bzip2 format
*also* should support random access, and is, I suspect, more commonly used -
but it doesn't provide a way to do efficient random access to .gz files.


-- 
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.

  • Prev by Date: [Wireshark-bugs] [Bug 1871] SIP pkt in Hammer cap file incorrectly analysed as SAIA S-BUS
  • Next by Date: [Wireshark-bugs] [Bug 1870] new protocol dissector for the protocol PCE
  • Previous by thread: [Wireshark-bugs] [Bug 1782] packet-ansi_a.c display filter field problems
  • Next by thread: [Wireshark-bugs] [Bug 1891] New: Fields in the SCSI INQUIRY data are parsed incorrectly
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation