Computer Communications, Assignment 2.
Analyzes a medium-traffic wireless local area network with packet sniffing in Wireshark.
- assn.pdf: Assignment given in PDF format.
-
report.pages: Page styling in Pages.
-
report.pdf: Final report in PDF format. You might better look for this.
- short-burst-1-tcp-80-http-ip.pcap: Captured packets to be analyzed in Wireshark during short-burst.
- long-burst.pcap: Captured packets to be analyzed in Wireshark during long-burst.
-
short-burst-1-tcp-80: Packets with only
tcp:80
filter. -
short-burst-1-tcp-80-http: Packets with
tcp:80
andhttp
filters. -
short-burst-1-tcp-80-http-ip: Packets with
tcp:80
,http
and IP address filters. -
short-burst-1-tcp-80-nohttp: Packets with
tcp:80
andnot http
filters.
- long-burst-1-retransmit: Retransmitted packets during long-burst.
- rtt-http.png: Round-trip time graph of HTTP transmission.
- long-burst.png: Round-trip time graph of video transmission.
The report is written in Markdown format, and then converted to HTML, which is copied to Pages and reformatted/styled.
In order to show packets in report, filtered results in Wireshark are saved in CSV (comma-seperated values) format and converted to Markdown tables with a formatter.
MIT