From 00955a7eb567607d49cdd54dc3293c99aeb72f58 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 10 Sep 2015 15:19:09 +0200 Subject: [PATCH] Miniscule commit --- extra/icmpsh/icmpsh_m.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/icmpsh/icmpsh_m.py b/extra/icmpsh/icmpsh_m.py index 36fe44982..6e96952b3 100644 --- a/extra/icmpsh/icmpsh_m.py +++ b/extra/icmpsh/icmpsh_m.py @@ -76,7 +76,7 @@ def main(src, dst): # Instantiate an IP packets decoder decoder = ImpactDecoder.IPDecoder() - while 1: + while True: cmd = '' # Wait for incoming replies