Airpcap WEP w/ Packet Injection
private void fixBug(Bug bug) throws ConcussionException { while(bug.foundProblemCode() == false) slamHeadAgainstWall();
while(bug.solvedProblem() == false) slamHeadAgainstWall();
rejoice(new Beer());
fixBug(getNextBug()); }
|