URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55069dad4a1f0c61e5f9c349389cecff0130cf32
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
55069da by Gerard Garcia (ggarcia@xxxxxxxxxxxx):
Add vSocket dissector
Header definition:
https://github.com/GerardGarcia/linux/blob/vsockmon/include/uapi/linux/vsockmon.h
Bug: 12623
Change-Id: I9af4b5069f69b847779a8b25abb3939e672dc9c3
Reviewed-on: https://code.wireshark.org/review/16308
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1da1f94 Fix checkAPI.pl warnings about printf
adds 55069da Add vSocket dissector
Summary of changes:
docbook/release-notes.asciidoc | 4 +-
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-vsock.c | 322 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 327 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-vsock.c