<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wireshark on nagg.eu</title><link>https://nagg.eu/tags/wireshark/</link><description>Recent content in Wireshark on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 07 Jun 2013 01:22:27 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/wireshark/index.xml" rel="self" type="application/rss+xml"/><item><title>Wireshark as unprivileged user</title><link>https://nagg.eu/wireshark-as-unprivileged-user/</link><pubDate>Fri, 07 Jun 2013 01:22:27 +0000</pubDate><guid>https://nagg.eu/wireshark-as-unprivileged-user/</guid><description>&lt;p&gt;Documentation on the Wireshark wiki seems to not be really up to date, or at least it&amp;rsquo;s not completely applicable to Fedora 18, so here is what I did to make it work.&lt;br&gt;
After installing Wireshark (and its GUI) with the usual:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;yum install wireshark-gnome
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;It should automatically create a group called &lt;code&gt;wireshark&lt;/code&gt; and we are supposed to add our user (mafio in my case) to this group:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;usermod -a -G wireshark mafio
newgrp wireshark ### used to force the new settings without having to logout/login
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then issue this last command:&lt;/p&gt;</description></item></channel></rss>