URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91515a008143901473e018033a76933abfec3c1f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
91515a0 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add tshark -z "ncp,srt"
Change-Id: Iab2559c2bac5550987c108c6e917506fcec525e9
Reviewed-on: https://code.wireshark.org/review/8221
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 8b5a50e Fix some cases where we're shifting a signed 1 left.
adds 91515a0 Add tshark -z "ncp,srt"
Summary of changes:
CMakeLists.txt | 1 +
epan/dissectors/packet-ncp-int.h | 186 ++++++++++++++++
epan/dissectors/packet-ncp-nmas.c | 11 -
epan/dissectors/packet-ncp-sss.c | 16 --
tools/ncp2222.py | 132 -----------
ui/cli/Makefile.common | 1 +
ui/cli/tap-ncpstat.c | 440 +++++++++++++++++++++++++++++++++++++
ui/gtk/ncp_stat.c | 185 ----------------
8 files changed, 628 insertions(+), 344 deletions(-)
create mode 100644 ui/cli/tap-ncpstat.c