diff --git a/docs/faq.rst b/docs/faq.rst new file mode 100644 index 0000000..8ac3dec --- /dev/null +++ b/docs/faq.rst @@ -0,0 +1,9 @@ +Can't open network interface +---------------------------- +When I run a script it gives me errors that it could not open the network interface. + +- install wireshark and try again (perferred)* +- run the script as sudo + +Installing Wireshark changes the permissions of your interfaces so that it can read them. I actually recommend this for several reasons. One it's better than running scripts as sudo and two wireshark is great :) + diff --git a/docs/index.rst b/docs/index.rst index a878be3..42cb51d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,6 +47,13 @@ Want to go to coffee shop and see http(s) requests floating about? TLSRecord(length=560, version=771, type=23, data='\x1d\x942K\xfb\x87\x19v\xba\x13\x14... ... +FAQ +--- +.. toctree:: + :maxdepth: 3 + + faq + Examples and References ----------------------- .. toctree::