URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=860cb393d86fccd01c924b6ea2e565be8ca56698
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
860cb39 by Michael Mann (mmann78@xxxxxxxxxxxx):
tshark: Add endpoints statistics
"stat name" has been official changed to "endpoints" for all dissectors, rather than a mixture of "host"/"endpoints" based on dissector.
Change-Id: If34bcb5165b493948e784ba038ab202803a59843
Reviewed-on: https://code.wireshark.org/review/6154
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
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 07c9492 Remove pkt_comment member from packet_info structure.
adds 860cb39 tshark: Add endpoints statistics
Summary of changes:
CMakeLists.txt | 1 +
debian/libwireshark0.symbols | 1 -
doc/tshark.pod | 38 ++++++++++
epan/conversation_table.c | 15 +---
epan/conversation_table.h | 13 +---
epan/dissectors/packet-bluetooth.c | 2 +-
epan/dissectors/packet-eth.c | 2 +-
epan/dissectors/packet-fc.c | 2 +-
epan/dissectors/packet-fddi.c | 2 +-
epan/dissectors/packet-ieee80211.c | 2 +-
epan/dissectors/packet-ip.c | 2 +-
epan/dissectors/packet-ipv6.c | 2 +-
epan/dissectors/packet-ipx.c | 2 +-
epan/dissectors/packet-jxta.c | 2 +-
epan/dissectors/packet-ncp.c | 2 +-
epan/dissectors/packet-rsvp.c | 2 +-
epan/dissectors/packet-sctp.c | 2 +-
epan/dissectors/packet-tcp.c | 8 +--
epan/dissectors/packet-tr.c | 2 +-
epan/dissectors/packet-udp.c | 8 +--
epan/dissectors/packet-usb.c | 2 +-
tshark.c | 2 +-
ui/cli/Makefile.common | 1 +
ui/cli/tap-endpoints.c | 140 ++++++++++++++++++++++++++++++++++++
ui/cli/tshark-tap.h | 1 +
ui/gtk/hostlist_table.c | 3 +-
26 files changed, 205 insertions(+), 54 deletions(-)
create mode 100644 ui/cli/tap-endpoints.c