ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] A developer HOWTO

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 19 Dec 1999 21:07:10 -0800
> /* Initialize the protocol and registered fields */
> int proto_PROTOABBREV = -1;
> int hf_PROTOABBREV_FIELDABBREV = -1;

Those should be static as well, unless they're being exported to some
other dissector (which they typically aren't).