Changes between Initial Version and Version 1 of InstallWireshark


Ignore:
Timestamp:
2013-06-27T11:38:54-04:00 (12 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWireshark

    v1 v1  
     1
     2== put info about wireshark here ==
     3
     4
     5
     6allow wireshark to be run by non-root user
     7{{{
     8setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/local/bin/dumpcap
     9
     10}}}