Wireshark mailing list archives

Re: Why are ett[] arrays static?


From: Guy Harris <guy () alum mit edu>
Date: Fri, 19 Oct 2018 10:15:58 -0700

On Oct 19, 2018, at 7:51 AM, Jeff Morriss <jeff.morriss.ws () gmail com> wrote:

Is it just me or is there no reason for ett[] arrays:

    /* Setup protocol subtree array */
    static gint *ett[] = {
        &ett_PROTOABBREV

to be static?

Given that they represent persistent UI state - i.e., whether, when packet details are displayed, a particular type of 
subtree should be displayed as opened up or not - that would seem to indicate that they should be static (in the "in 
static storage" sense, not in the "with internal linkage" sense).

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: