Install the F5 Wireshark Plugin

Wireshark version 2.2.14 is installed on the jumpbox.

You can download the F5 Wireshark plugin from devcentral.f5.com here: https://devcentral.f5.com/d/wireshark-plugin?lc=1. In the lab the plugin is already downloaded to /home/f5student/Downloads/wireshark/.

  1. Start Wireshark by double clicking the shortcut on the desktop.

  2. Click on Help and then About Wireshark.

  3. Click on the plugins tab and check to see what directory the plugins are installed to.

  4. Open the plugin directory in file explorer.

  5. Copy the F5 wireshark plugin that has been copied to /home/f5student/Downloads/wireshark/

    1. The jumpbox client is Ubuntu 64 bit.

    2. Open the Linux64-2.2.0 folder and copy the f5ethtrailer.so to the plugin directory determined in step 3.

    3. In order to move the file you will need to elevate permissions. The easiest way to do this is from the command line terminal. Use the command:

      1
      sudo cp ./Downloads/wireshark/Linux64-2.2.0/f5ethtrailer.so /usr/lib/x86_64-linux-gnu/wireshark/plugins/2.2.6/
      
  6. Depending on your OS and Wireshark version, you will need the correct plugin files from the correct folder.

  7. Shutdwon Wireshark and restart it.

  8. Click on Help and then About Wireshark.

  9. Check the plugins tab again and make sure the F5 plugin is installed.

    ../../_images/wireshark-plugin.png