Skip to content

Commit

Permalink
Use proper markdown for numbered lists...
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Dec 8, 2019
1 parent e73f859 commit 719d84e
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 @@ -176,7 +176,7 @@ then parsing the output into a nested collection of Go maps, and serializing it
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/):
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/):
```bash
sudo apt-get install wireshark
Expand All @@ -187,7 +187,7 @@ newgrp wireshark
If you logout and login again after `usermod`, you can omit the `newgrp` command.
(2) You might need to set the capabilities of `dumpcap` using a command like this:
2. 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 719d84e

Please sign in to comment.