netsniff-ng: Use while() instead of empty for
commit47bdd9425177dd5f80b43ba10372ca1750df4ac2
authorTobias Klauser <tklauser@distanz.ch>
Wed, 30 Apr 2014 11:45:39 +0000 (30 13:45 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 30 Apr 2014 11:45:39 +0000 (30 13:45 +0200)
tree9b6e04eaa0a8d603d27419cfaa047d7f18a69c75
parentf4821f92614bafaaee01721b3a5ffc29fe2f5365
netsniff-ng: Use while() instead of empty for

Instead of using a foor loop with empty initialization and afterthought,
just use a while loop with the same condition.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c