Wireshark-commits: [Wireshark-commits] master abd64c9: VPP: add vpp graph dispatch trace dissector
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abd64c9ea2a235c54c3f576e7ae290b55ada85a5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
abd64c9 by Dave Barach (dave@xxxxxxxxxxx):
VPP: add vpp graph dispatch trace dissector
Add a dissector for http://fd.io vpp graph dispatch traces. The file
format is described in detail here:
https://fdio-vpp.readthedocs.io/en/latest/gettingstarted\
/developers/vnet.html#graph-dispatcher-pcap-tracing
Fuzz-tested with good results.
Bug: 15411
Change-Id: I3b040bb072ce43fb2fb646a9e473c5486654906a
Signed-off-by: Dave Barach <dave@xxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/31466
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6778396 LTE RRC: fix dissection of measResultSCG-r15 IE
add abd64c9 VPP: add vpp graph dispatch trace dissector
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-vpp.c | 491 +++++++++++++++++++++++++++++++++++++++++
wiretap/pcap-common.c | 3 +
wiretap/wtap.c | 3 +
wiretap/wtap.h | 1 +
5 files changed, 499 insertions(+)
create mode 100644 epan/dissectors/packet-vpp.c