dissectors: various fixes to sysdig packet dissector and updated sysdig events
- avoid sigsegv when sysdig event has a number of params that is greater of the wireshark one. Adding params to existing events is recentish-ly supported by sysdig; avoid breaking in those cases.
- fixed check for
BLOCK_TYPE_SYSDIG_EVENT_V2_LARGE
- updated and fixed
generate-sysdig-event
tool - used the updated
generate-sysdig-event
to generate a fresh list of sysdig events
Signed-off-by: Federico Di Pierro nierro92@gmail.com