https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016
Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames-ws@xxxxxxxxxxxx
--- Comment #13 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-09-26 05:41:15 PDT ---
(In reply to comment #11)
> Fixed in r45146
+ static char *opener = "{\n";
...
+ fputs(opener, map->out_file);
...
+ fputs("}", map->out_file);
+ opener = ",\n{\n";
Does it generate valid JSON file if you do it second time?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.