Martin Corraine (mcorrain) wrote: > 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?
There's no limit; so far the dissector with the most entries is: > chopin [~/Projects/wireshark/source/]> egrep -c 'int hf_.*= -1' > epan/dissectors/packet-rrc.c > 6756 _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
