Guidelines on lab reports ------------------------- - In the beginning of lab report, please list: Student Name (UNI) Student Name (UNI) Student Name (UNI) - Answer the question first, then attach screen dumps or outputs below your answer. - Attach only things that the lab report asks you to attach. When in doubt, ask instructor or TA. - Attach inline, not as a separate file or in a separate place inside the lab report. - Attach relevant data, especially if it's a dump from ethereal. For example, if the question asks about Ethernet fields, your dump should show Ethernet fields. - For command line output, show the commands too. Example: [root@PC1 labdata]# tcpdump -n host 10.0.1.12 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth2, link-type EN10MB (Ethernet), capture size 96 bytes 20:08:26.875838 IP 10.0.1.11 > 10.0.1.12: ICMP echo request, id 45067, seq 1, length 64 20:08:26.875959 IP 10.0.1.12 > 10.0.1.11: ICMP echo reply, id 45067, seq 1, length 64 If you redirected to file, insert the command you used on top of file. It's going to save you from confusion later on too. - Answer ALL questions! Also, simply adding a dump is not considered an answer.