Skip to content

Commit

Permalink
Fix numbering snafu in without-root question
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla authored Feb 15, 2020
1 parent b59be9c commit 75df850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Termshark also uses the `capinfos` binary to compute the information displayed v
Termshark depends on tshark, and termshark will run without root if tshark/dumpcap will. On Linux, these are the most common ways to allow tshark to run as a non-root user
1. For Ubuntu/Debian systems, you can add your user to the `wireshark` group. These instructions are taken [from this answer](https://osqa-ask.wireshark.org/questions/7976/wireshark-setup-linux-for-nonroot-user/51058) on [wireshark.org](https://ask.wireshark.org/questions/):
- For Ubuntu/Debian systems, you can add your user to the `wireshark` group. These instructions are taken [from this answer](https://osqa-ask.wireshark.org/questions/7976/wireshark-setup-linux-for-nonroot-user/51058) on [wireshark.org](https://ask.wireshark.org/questions/):
```bash
sudo apt-get install wireshark
Expand All @@ -228,7 +228,7 @@ newgrp wireshark
If you logout and login again after `usermod`, you can omit the `newgrp` command.
1. You might need to set the capabilities of `dumpcap` using a command like this:
- You might need to set the capabilities of `dumpcap` using a command like this:
```bash
sudo setcap cap_net_raw,cap_net_admin+eip /usr/sbin/dumpcap
Expand Down

0 comments on commit 75df850

Please sign in to comment.