Skip to content

Commit 2bc538e

Browse files
committed
tools: correct the 'tshark' dependency
1 parent c1d2c22 commit 2bc538e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wifite/tools/tshark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Tshark(Dependency):
1111
""" Wrapper for Tshark program. """
1212
dependency_required = False
1313
dependency_name = 'tshark'
14-
dependency_url = 'apt install wireshark'
14+
dependency_url = 'apt install tshark'
1515

1616
def __init__(self):
1717
pass

0 commit comments

Comments
 (0)