mirror of
https://github.com/nmap/nmap.git
synced 2025-12-19 22:19:02 +00:00
Avoid handling BaseException, so SysExit and KeyboardInterrupt are propagated. #1834
This commit is contained in:
@@ -252,7 +252,7 @@ def print_received_packet(packet):
|
||||
try:
|
||||
packet.show(label_lvl=" ")
|
||||
hexdump(packet)
|
||||
except:
|
||||
except Exception:
|
||||
return
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user