Module Two Assignments
Gerald Combs is a University of Missouri computer science graduate and creator, lead developor, and director of Wireshark.
Wireshark is a network traffic/packet analyzer. It can be used for network troubleshooting, analysis, software, and communications protocol development. It allows the user to analyze traffic coming into and out of the network and makes packets more easily understood to the user.
The Packet List lists all packets captured by the program.
Packet Detail lists all specific details about a packet selected in the Packet List.
An account with sufficient privileges to capture is required to run Wireshark, such as an administrator account. This is so the average network user cannot view all of traffic, or its details, flowing into and out of the network.
A display filter will allow the user to filter packets that only fit, or do not fit, certain criteria that has been selected.
Right clicking a packet will provide additional menu options with which to analyze the packet.
A window is displayed that shows only the captured packets that follow the TCP stream.
The Wireshark website, www.wireshark.org, has more information.