aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sysdig-event.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Rename Sysdig Bridge to Falco Bridge.Gerald Combs1-4/+3
2022-03-22Sysdig Event: Find the sdplugin dissector once.Gerald Combs1-3/+4
2022-03-22Update pluginevent to match falcosecurity/libsMark Stemm1-1/+1
2022-03-22sysdig: initial implementation of sysdig plugins supportLoris Degioanni1-7/+30
2022-03-22initial skeleton for sysdig plugins experimentsLoris Degioanni1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-13dissectors: re-generated sysdig events using provided tool.Federico Di Pierro1-25/+114
2021-12-13dissectors: various fixes to sysdig packet dissector.Federico Di Pierro1-3/+13
2021-10-29dissectors: support sysdig new block type BLOCK_TYPE_SYSDIG_EVENT_V2_LARGEFederico Di Pierro1-14/+53
2021-04-09sysdig: a couple more fixesLoris Degioanni1-4/+29
2021-04-09sysdig: support the most recent version of sysdigLoris Degioanni1-13/+21
2020-10-07typo: is require --> is requiredJeff Widman1-1/+1
2020-06-22sysdig-event: fix the type of elements of an array of pointers to hf_ values.Guy Harris1-129/+129
2019-06-09Sysdig event updates.Gerald Combs1-16/+292
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-6/+6
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-1/+1
2016-06-15More Sysdig / system event support.Gerald Combs1-0/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-0/+2207