$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install the Latest Wireshark on Linux Mint 17.x LTS

April 9, 2017 | By the+gnu+linux+evangelist.

Wireshark Linux Mint 17 - Installing

  1. Installing Latest Wireshark for Mint.

    sudo apt install wireshark

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Choose if Enabling the Recomended dumpcap feature…

    How to Install the Latest Wireshark on Linux Mint 17.x LTS - Enabling dumpcamp