Changes between Initial Version and Version 1 of InstallWireshark
- Timestamp:
- 2013-06-27T11:38:54-04:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWireshark
v1 v1 1 2 == put info about wireshark here == 3 4 5 6 allow wireshark to be run by non-root user 7 {{{ 8 setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/local/bin/dumpcap 9 10 }}}