We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d2c22 commit 2bc538eCopy full SHA for 2bc538e
1 file changed
wifite/tools/tshark.py
@@ -11,7 +11,7 @@ class Tshark(Dependency):
11
""" Wrapper for Tshark program. """
12
dependency_required = False
13
dependency_name = 'tshark'
14
- dependency_url = 'apt install wireshark'
+ dependency_url = 'apt install tshark'
15
16
def __init__(self):
17
pass
0 commit comments