diff --git a/faq/index.html b/faq/index.html index 963d33b4..693fb435 100644 --- a/faq/index.html +++ b/faq/index.html @@ -18,6 +18,7 @@

Frequently Asked Questions

  • config.h can't be found
  • Can't find symbols when building your application
  • Sniffing packets fails
  • +
  • I am having trouble building a utility that uses libtins
  • @@ -98,4 +99,10 @@

    Sniffing packets fails

    running to be able to capture packets. Note that this is different from the WinPCAP libraries/include files that you would need in order to build libtins. -

    \ No newline at end of file +

    + +

    I am having trouble building a utility that uses libtins

    +

    +If you get random dependency errors when building something that uses libtins, consider building with + a known good environment inside docker, like pping does here. +