Wireshark-bugs: [Wireshark-bugs] [Bug 7426] support for several file formats
Date: Mon, 11 Mar 2013 08:22:25 +0000

Comment # 15 on bug 7426 from
Patch is updated. This patch contains code to import following formats
- TI Smartf studio 
- Ubiqua (sqlite required, updated to show security key as a comment for first
metapacket)
- Ember (zzip required, updated to show security key as a comment for first
metapacket, it shows also virtual uart captured data)
- Daintree DCF update to support loading Luxoft/Atmel Bitcatcher files and to
show rssi and comments

THis patch contains changes for cmake. For other build systems it is possible
to just include sources to avoid build failures. I am not able to support build
with zzip or sqlite on other build systems, but I really hope someone will
contribute makefiles changeset to build windows version with these formats
supported.

about remarks
- file extensions are not used anymore, so to be sure in file type some test
reading performed for TI and DCF
- all functionality is wrapped in defines. modification for CMake are added to
detect ZZIP or sqlite and link to these libs. build tested on latest Ubuntu,
Fedora 16 (it was tested with Fedora 18 also, but with january wireshark trunk)
- CRC is reused according to notice, for filetype checks there is check with
zzip and sqlite, not only small preamble.
- it was carefully rewritten to avoid memory leaks, there was a lot on initial
version


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