URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3d5ddc5576db68e57d23ee09ceb3278e03639e9
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c3d5ddc by Guy Harris (gharris@xxxxxxxxx):
sysdig-event: fix the type of elements of an array of pointers to hf_ values.
"int * const a[]" means "array of const pointers to (non-const) int". so
the array elements are all const; "const int *a[]" means "array of
(non-const) pointrs to const int".
Change-Id: I0571fde7704570b60c9cbd5d94826365ff35abe0
Reviewed-on: https://code.wireshark.org/review/37546
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
Actions performed:
from 74d7c3d RTPS: set the "we have an entity ID" flag whenever the entity ID is set.
add c3d5ddc sysdig-event: fix the type of elements of an array of pointers to hf_ values.
Summary of changes:
epan/dissectors/packet-sysdig-event.c | 258 +++++++++++++++++-----------------
tools/generate-sysdig-event.py | 3 +-
2 files changed, 131 insertions(+), 130 deletions(-)