eric-keller / npp-linux-01-intro

MIT License
8 stars 8 forks source link

Wait for tshark to capture the test packets #2

Closed Ferdaszewski closed 2 months ago

Ferdaszewski commented 3 months ago

I struggled to get lab1 to pass in the coursera grader, and got a tip from the student Slack group that the tshark captures may have been killed before they were able to record the test packets. I verified that with a sleep in capture_submission.sh, tshark had time to record all the expected packets, and without, some packets were missing.

eric-keller commented 2 months ago

Thanks for noting that. I just merged your change.