ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] master 579e7e1: Wireshark: Add option to

From: Hadriel Kaplan <hadriel.kaplan@xxxxxxxxxx>
Date: Thu, 6 Mar 2014 10:35:11 -0500
Actually it's more like the 'short_name' field in that file_type_subtybe struct, but not exactly - the open_info ones are captialized whereas the file_type_subtybe 'short_name' ones are lower-case.

But in my opinion they should be not only the same exact name strings, but inside just one common struct too.

-hadriel


On Mar 6, 2014, at 10:05 AM, Anders Broman <anders.broman@xxxxxxxxxxxx> wrote:

> 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 :-))
>