|
|
发表于 2008-5-30 14:38:12
|
显示全部楼层
* Messages for package net-analyzer/wireshark-1.0.0:
* With version 0.99.7, all function calls that require elevated privileges
* have been moved out of the GUI to dumpcap. WIRESHARK CONTAINS OVER ONE
* POINT FIVE MILLION LINES OF SOURCE CODE. DO NOT RUN THEM AS ROOT.
*
* NOTE: To run wireshark as normal user you have to add yourself into
* wireshark group. This security measure ensures that only trusted
* users allowed to sniff your traffic.
* GNU info directory index is up-to-date.
我也是用 NetworkManager,只留了 lo,把用户加到 wireshark 组就可以
...不知道你的 dumpcap 是不是 suid 的
- eightpm@terminal-8-laptop ~ $ ls -l `locate dumpcap | grep 'dumpcap$'`
- -r-sr-s--- 1 root wireshark 60280 2008-05-18 20:16 /usr/bin/dumpcap
复制代码 |
|