Hi Martin
I have raised this question sometime ago.
Well There is no limit on the size
of this array.
But just make it sure that you do not
repeat any data structure of same name “hf_type” again in this
array.
This will cause all the data structure
declared after the repeated name to be ignored and results in error.
Thanks
Hemant
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On
Behalf Of Martin Corraine (mcorrain)
Sent: Tuesday, August 05, 2008
11:47 AM
To: Developer support list for
Wireshark
Subject: [Wireshark-dev] Field reg
I'm working on a proprietary protocol that is very
extensive. It has some fields that need to be registered in
hf_register_info hf[]. Is there a limit to this array?