Template: wireshark/add_user_to_group
Type: note
Description: Wireshark Configuration
 To use Wireshark as a normal user, add your user to the `wireshark' group with the following command:
 .
 sudo usermod -aG wireshark $(whoami)
 .
 After adding your user to the group, please re-login for the changes to take effect.
Description-zh_CN.UTF-8: Wireshark 配置贴士
 在普通用户下正常运行 Wireshark，请使用如下命令将您的用户添加到 `wireshark' 用户组：
 .
 sudo usermod -aG wireshark $(whoami)
 .
 完成后，请重新登录以使更改生效。
