From 75df850a7d769115ba4f86cdc7e85a37718bdf48 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 15 Feb 2020 10:50:00 -0500 Subject: [PATCH] Fix numbering snafu in without-root question --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 4c5e28b..7f580fc 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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 @@ -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