Thanks, so that’s the same as
struct file_type_subtype_info {
/* the file type name */
/* should be NULL for all "pseudo" types that are only internally used and not read/writeable */
const char *name;
shouldn’t hurt to put those clarifications in the file :-))
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx]
On Behalf Of Pascal Quantin
Sent: den 6 mars 2014 15:57
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] FW: [Wireshark-commits] master 579e7e1: Wireshark: Add option to choose format type of capture file
Hi Anders,
name is the string that appears in the file open dialog, allowing you to know which format you are selecting.
Cheers,
Pascal.