Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Wireshark 2
Mastering Wireshark 2

Mastering Wireshark 2: Develop skills for network analysis and address a wide range of information security threats

By Andrew Crouthamel
S$47.99 S$32.99
Book May 2018 326 pages 1st Edition
eBook
S$47.99 S$32.99
Print
S$59.99
Subscription
Free Trial
eBook
S$47.99 S$32.99
Print
S$59.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : May 31, 2018
Length 326 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788626521
Table of content icon View table of contents Preview book icon Preview Book

Mastering Wireshark 2

Chapter 1. Installing Wireshark 2

In this chapter, we'll cover the following topics:

  • Installation and setup
    • Installing Wireshark on Windows
    • Installing Wireshark on macOS
    • Installing Wireshark on Linux

Installation and setup


In this section, we'll take a look at installing Wireshark on Windows and installing Wireshark on macOS and Linux.

Installing Wireshark on Windows

You will need to perform the following steps:

  1. Go to the https://www.wireshark.org/ web page:
  1. When you get there, scroll down on the home page and click on Download.
  2. The latest version of Wireshark will be visible. Select the installer for the version of Windows that you are currently running.

Note

Most people on a modern computer, on a modern version of Windows, will be running 64-bit. If you happen to be running an older version of Windows on 32-bit or older hardware, make sure you select the 32-bit version. If you're not sure which one to use, do the following: Open your Control Panel, go to System and Security, and click on the System link. In the System section, you'll see that it says System type: 64-bit Operating System. If you have a 32-bit, it'll show that here as well.

  1. Back on the download Wireshark page, download the version that you need, and run that file; now, click on Next to begin the setup.
  1. Read the License Agreement, click on I Agree, and select the features of Wireshark that you wish to include. Most people include all of the defaults. You'll see here that we have the main Wireshark application; we have the classic interface version of Wireshark; and we have TShark, which is a command-line version of running Wireshark; as well as some plugins, the User's Guide, and some additional tools:
  1. We'll go ahead and accept the defaults, and then click on Next. And, in this window, we can go ahead and customize what shortcuts show up and whether file extensions are associated to Wireshark. We're going to turn off the Wireshark Legacy Quick Launch Icon and Wireshark Legacy Start Menu Item:
  1. Go ahead and click on Next, and select a location for Wireshark to install. We'll select the defaults here as well.
  1. And on the next page here, it says: Install WinPcap? If you don't have WinPcap installed, leave that checked and it will install it as part of the install process:

Note

WinPcap is the driver that allows Wireshark to interface with your network card. WinPcap is required for it to be able to view all the packets.

  1. Click on Next.

Note

You can also install USBPcap, which allows you to view the traffic on a USB connection. Most people won't need this, so we'll leave that unchecked.

  1. Go ahead and click on Install and Wireshark will now install.
  2. Partway through the install, the WinPcap installer will then run, and we'll go ahead and click on Next.
  3. Read the License Agreement and click on I Agree. You can then decide whether or not you want the WinPcap driver to run at boot time. Most people allow it to do so. We'll leave that as default, and click on Install.
  4. That will finish very quickly; then click on Finish.
  5. The Wireshark install will then continue. When the text window says completed, go ahead and click Next; and then you can select whether or not you want to run Wireshark at that moment, and click on Finish.

Once the Wireshark GUI loads up, you are done:

In the next section, we'll go over how to install Wireshark on macOS and Linux.

Installing Wireshark on macOS

To install Wireshark on macOS, perform the following steps:

  1. Start by going to the https://www.wireshark.org/ web page.
  2. When you're on the web page, scroll down on the main page, and click on Download. The latest version of Wireshark will be displayed.
  3. Go down to macOS 10.6 and later Intel 64-bit .dmg, and click on it to download:
  1. At this point, we can choose to save the file to our Downloads folder and then open it, or simply open it directly off the web page with the DiskImageMounter (default).
  2. Go ahead and click on OK. It downloads the file and opens it up.
  1. We can then double-click on the PKG file, and click on Continue:
  1. Read the License Agreement and click on Continue again, and then on Agree to indicate that you agree to the license agreement.

Note

If you wish to change the install location, you can do so now.

  1. Click on Install.
  2. Enter your administrator credentials and click on Install Software.
  3. Once the installation is successful, click on Close.
  1. If you go to your applications list in the lower right, and scroll down, you should see Wireshark at the bottom of the list. You can select Wireshark, and you can see that it's now loaded:

Once Wireshark is up and running, that's it—you're done.

Installing Wireshark on Linux

Installing Wireshark on Linux will differ, based on the distribution that you're using. Here, I'm using one of the most common distributions available: Ubuntu. In order to install Wireshark, perform the following steps:

  1. We'll go to the Ubuntu software application; go ahead and click on that and we'll search for synaptic:

Note

Synaptic is a package manager similar to the Ubuntu software application, but it gives you more control.

  1. Simply click on Install; enter your administrator password (your root password) and the software will be installed:
  1. Go ahead and click on Synaptic Package Manager to open that up. Enter in our credentials again, and now we have our Synaptic application loaded:
  1. This is again very similar to the Ubuntu software application, but it's less pretty.
  2. Click on the Search button, and we will search for Wireshark. Enter wireshark and click on Search, and you'll see everything that has Wireshark in its name or description now shows up in the package list:
  1. We'll scroll down and select the main wireshark package, just the one that says Wireshark, as shown in the following screenshot:
  1. So we'll select that; click on that, and select Mark for Installation. It will then ask you if it's okay to install other packages that are required. We can say sure, that's fine; Mark them for installation as well. So now all of our dependencies will be installed, as well:
  1. We can then go up and click on Apply, and it'll tell us that we'll be installing the following packages. Click on Apply again, and Synaptic will go ahead and download and install all the programs that we've selected:

Note

At this point, you'll receive a window popup asking you if non-superusers should be able to capture packets. I would recommend selecting Yes. That will allow you to separate your root user from your standard users, but still allow you, as a standard user, to capture packets.

  1. Once everything is complete, you'll receive a Changes applied window. It'll say: Successfully applied all changes. You can now close the window.
  2. Simply click on Close, and you'll see everything here marked in green is now installed, including Wireshark:
  1. So, at this point, we can close this program as well as the Ubuntu software. Next, click on the Search button in the upper left corner of the interface, and we'll type in wireshark. It automatically shows that Wireshark is here. We can simply click on that and it will load Wireshark.
  2. At this point, once Wireshark loads, you're done.

Summary


In this chapter, you've learned how to install Wireshark on both macOS and Linux—specifically, Ubuntu.

In Chapter 2, Getting Started with Wireshark, we are going to take a look at what's new in Wireshark 2, capturing traffic, saving and exporting packets, annotating and printing packets, remote capture setup, and remote capture usage.

Left arrow icon Right arrow icon

Key benefits

  • Delve into the core functionalities of the latest version of Wireshark
  • Master network security skills with Wireshark 2
  • Efficiently find the root cause of network-related issues

Description

Wireshark, a combination of a Linux distro (Kali) and an open source security framework (Metasploit), is a popular and powerful tool. Wireshark is mainly used to analyze the bits and bytes that flow through a network. It efficiently deals with the second to the seventh layer of network protocols, and the analysis made is presented in a form that can be easily read by people. Mastering Wireshark 2 helps you gain expertise in securing your network. We start with installing and setting up Wireshark2.0, and then explore its interface in order to understand all of its functionalities. As you progress through the chapters, you will discover different ways to create, use, capture, and display filters. By halfway through the book, you will have mastered Wireshark features, analyzed different layers of the network protocol, and searched for anomalies. You’ll learn about plugins and APIs in depth. Finally, the book focuses on pocket analysis for security tasks, command-line utilities, and tools that manage trace files. By the end of the book, you'll have learned how to use Wireshark for network security analysis and configured it for troubleshooting purposes.

What you will learn

• Understand what network and protocol analysis is and how it can help you • Use Wireshark to capture packets in your network • Filter captured traffic to only show what you need • Explore useful statistic displays to make it easier to diagnose issues • Customize Wireshark to your own specifications • Analyze common network and network application protocols

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : May 31, 2018
Length 326 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781788626521

Table of Contents

18 Chapters
Title Page Chevron down icon Chevron up icon
Copyright and Credits Chevron down icon Chevron up icon
Packt Upsell Chevron down icon Chevron up icon
Contributor Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
Installing Wireshark 2 Chevron down icon Chevron up icon
Getting Started with Wireshark Chevron down icon Chevron up icon
Filtering Traffic Chevron down icon Chevron up icon
Customizing Wireshark Chevron down icon Chevron up icon
Statistics Chevron down icon Chevron up icon
Introductory Analysis Chevron down icon Chevron up icon
Network Protocol Analysis Chevron down icon Chevron up icon
Application Protocol Analysis I Chevron down icon Chevron up icon
Application Protocol Analysis II Chevron down icon Chevron up icon
Command-Line Tools Chevron down icon Chevron up icon
A Troubleshooting Scenario Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.