Skip to content

dissectors: various fixes to sysdig packet dissector and updated sysdig events

Federico requested to merge FedeDP/wireshark:sysdig_dissector_fixes into master
  • 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

Edited by Federico

Merge request reports