We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab29fa commit 8a10eb7Copy full SHA for 8a10eb7
above.py
@@ -394,7 +394,7 @@ def save_to_pcap(packet, output_file):
394
# To interrupt the code by pressing CTRL + C
395
def signal_handler(sig, frame):
396
global exit_flag
397
- print("\n[!] Sniffing interrupted. Exiting...")
+ print("\n[!] CTRL + C is pressed. Exiting...")
398
exit_flag = True
399
sys.exit(0)
400
0 commit comments