1 00:00:00,380 --> 00:00:07,850 Wireshark is a protocol analyzer that can capture traffic and then present it in a human readable format. 2 00:00:08,700 --> 00:00:14,940 In this section, you will gain an insight into overall functionality of Wireshark and we will see how 3 00:00:14,940 --> 00:00:20,400 to troubleshoot network traffic monitor for security issues and debug applications. 4 00:00:21,240 --> 00:00:27,240 We will also cover how you can and where you can find a list of shortcuts so you can confidently and 5 00:00:27,240 --> 00:00:30,480 quickly capture and analyze packets. 6 00:00:31,560 --> 00:00:35,490 So that you can better appreciate the work that goes into Wireshark. 7 00:00:35,490 --> 00:00:41,370 We will also review a list of many authors that contribute to this project and help make Wireshark an 8 00:00:41,370 --> 00:00:42,780 exceptional tool. 9 00:00:42,780 --> 00:00:49,470 We will also see where you can find links on the interface that provide helpful information on how to 10 00:00:49,500 --> 00:00:51,240 better use Wireshark. 11 00:00:52,020 --> 00:00:58,830 In order to better understand the packet analysis process, we will briefly review each of the phase 12 00:00:58,830 --> 00:00:59,700 involved. 13 00:00:59,880 --> 00:01:00,990 These are. 14 00:01:01,020 --> 00:01:06,390 Gather the decode display and analyze. 15 00:01:06,480 --> 00:01:14,220 We will then review the built in command line interface tools that complement a wireshark's basic functionality. 16 00:01:14,940 --> 00:01:20,970 We will then finish with a closer look at Tshark, a lightweight command line interface application 17 00:01:20,970 --> 00:01:28,020 which you can use when you need to capture traffic without a resource intensive overhead of using Wireshark. 18 00:01:28,640 --> 00:01:32,970 In this section, you will learn about examining the Wireshark interface. 19 00:01:32,990 --> 00:01:39,590 Understanding the phases of packet analysis and learning how to use the Wireshark command line interface 20 00:01:39,590 --> 00:01:40,490 tools.