aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vsock.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-23/+23
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-14vsock: add missing vsockmon header reserved fieldStefan Hajnoczi1-0/+7
2017-07-14vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi1-1/+10
2016-07-25vsock: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-07-25Add vSocket dissectorGerard Garcia1-0/+322