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 8962] Enhancement: Add STANAG 4607 file format

Date: Sun, 28 Jul 2013 19:34:09 +0000

changed bug 8962

What Removed Added
Attachment #11287 Flags review_for_checkin? review_for_checkin-

Comment # 11 on bug 8962 from
Comment on attachment 11287 [details]
New improved version of patch; this version extracts timetamps

I'm afraid this version of the patch gives me a couple of different valgrind
errors. The primary one seems to be:

==17158== Conditional jump or move depends on uninitialised value(s)
==17158==    at 0x4E63F7E: stanag4607_read_file.isra.0 (stanag4607.c:121)
==17158==    by 0x4E69251: wtap_read (wtap.c:875)
==17158==    by 0x42E4FD: cf_read (file.c:644)
==17158==    by 0x422F2A: main (main.c:3060)

The others are all internal to wireshark when dealing with timestamps, so I
suspect they will go away when the above is fixed.


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