|
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) Hello all, 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? Thanks, Martin |