wireshark/epan/dissectors/asn1/lte-rrc
Guy Harris e1d9a226a2 Fix the type of arrays of pointers to hf_ values for bitfield routines.
The static arrays are supposed to be arrays of const pointers to int,
not arrays of non-const pointers to const int.

Fixing that means some bugs (scribbling on what's *supposed* to be a
const array) will be caught (see packet-ieee80211-radiotap.c for
examples, the first of which inspired this change and the second of
which was discovered while testing compiles with this change), and
removes the need for some annoying casts.

Also make some of those arrays static while we're at it.

Update documentation and dissector-generator tools.

Change-Id: I789da5fc60aadc15797cefecfd9a9fbe9a130ccc
Reviewed-on: https://code.wireshark.org/review/37517
Petri-Dish: Guy Harris <gharris@sonic.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-06-19 11:32:26 +00:00
..
CMakeLists.txt dissectors: more SPDX license convertions. 2018-03-07 17:18:47 +00:00
EUTRA-InterNodeDefinitions.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
EUTRA-RRC-Definitions.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
EUTRA-Sidelink-Preconf.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
EUTRA-UE-Variables.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
NBIOT-InterNodeDefinitions.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
NBIOT-RRC-Definitions.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
NBIOT-UE-Variables.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
PC5-RRC-Definitions.asn LTE RRC: upgrade dissector to v15.9.0 2020-04-04 17:29:53 +00:00
lte-rrc.cnf Fix the type of arrays of pointers to hf_ values for bitfield routines. 2020-06-19 11:32:26 +00:00
packet-lte-rrc-template.c Replace instances of wmem_alloc with wmem_new 2020-05-07 14:47:54 +00:00
packet-lte-rrc-template.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00