Skip to content

Commit 8a10eb7

Browse files
authored
Update above.py
1 parent 3ab29fa commit 8a10eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

above.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def save_to_pcap(packet, output_file):
394394
# To interrupt the code by pressing CTRL + C
395395
def signal_handler(sig, frame):
396396
global exit_flag
397-
print("\n[!] Sniffing interrupted. Exiting...")
397+
print("\n[!] CTRL + C is pressed. Exiting...")
398398
exit_flag = True
399399
sys.exit(0)
400400

0 commit comments

Comments
 (0)