wireshark/docbook/wsdg_src
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
..
WSDG_chapter_asn2wrs.adoc WSDG: Migrate the asn2wrs content from the wiki. 2020-04-05 07:02:42 +00:00
WSDG_chapter_build_intro.adoc Rename our .asciidoc files to .adoc 2019-02-15 05:17:26 +00:00
WSDG_chapter_capture.adoc docbook: clarify the use of extcap FILESELECT/MUSTEXIST. 2020-04-18 06:00:45 +00:00
WSDG_chapter_dissection.adoc Fix the type of arrays of pointers to hf_ values for bitfield routines. 2020-06-19 11:32:26 +00:00
WSDG_chapter_env_intro.adoc WSDG: Miscellaneous updates. 2020-01-03 16:36:11 +00:00
WSDG_chapter_libraries.adoc WSDG: Update the libraries chapter. 2020-01-09 07:56:53 +00:00
WSDG_chapter_quick_setup.adoc WSDG: Expand the VS command prompt text. 2020-03-09 22:09:11 +00:00
WSDG_chapter_sources.adoc docbook: add more infos to Mac package build section. 2020-03-03 20:26:36 +00:00
WSDG_chapter_tests.adoc WSDG: Fix duplicate 'the the' 2019-10-08 03:58:17 +00:00
WSDG_chapter_tools.adoc WSDG: Mention CMAKE_OSX_DEPLOYMENT_TARGET. 2020-05-30 06:46:19 +00:00
WSDG_chapter_userinterface.adoc WSDG: More translation updates. 2020-01-03 18:23:19 +00:00
WSDG_chapter_works.adoc WSDG: Edits to 'How Wireshark Works' 2020-04-22 07:24:27 +00:00
WSDG_preface.adoc Update the set of buildbots to the current reality. 2019-08-09 02:43:43 +00:00