I have just downloaded the latest update of wireshark (version 2.0.1).
This new version has an annoying feature, when I follow a specific stream and save it as C arrays, it inserts a comment line in the first row of the file:
/* Packet 8 */
This line interferes the work of TCP replay tool.
How can I disable this feature (without removing this line manually)?
Thanks in advance!