URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5d6c9922b8ce3446f9584692a7032adeed1db15
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b5d6c99 by Peter Wu (peter@xxxxxxxxxxxxx):
sharkd_shell.py: add interactive debug shell for sharkd
Interactive shell for sharkd with some auto-completion, history, and
JSON beautification support. Quick and dirty, tested with Python 3.7.4
on Arch Linux.
Change-Id: I5dec1ac07230bfcbc3165a36b5c7f088ee65a8f7
Reviewed-on: https://code.wireshark.org/review/34583
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 1a48b22 travis: fix compatibility with CMake 3.15
add b5d6c99 sharkd_shell.py: add interactive debug shell for sharkd
Summary of changes:
tools/sharkd_shell.py | 311 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 311 insertions(+)
create mode 100755 tools/sharkd_shell.py