Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h3>Frequently Asked Questions</h3>
<li><a href="#config-issues"><i>config.h</i> can't be found</a></li>
<li><a href="#linking">Can't find symbols when building your application</a></li>
<li><a href="#sniffer-error">Sniffing packets fails</a></li>
<li><a href="#build">I am having trouble building a utility that uses libtins</a></li>
</ul>
</div>

Expand Down Expand Up @@ -98,4 +99,10 @@ <h3 id="sniffer-error">Sniffing packets fails</h3>
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
<i>libtins</i>.
</p>
</p>

<h3 id="build">I am having trouble building a utility that uses libtins</h3>
<p>
If you get random dependency errors when building something that uses <i>libtins</i>, consider building with
a known good environment inside docker, like <a href="https://github.com/pollere/pping">pping</a> does <a href="https://github.com/dagelf/pping/tree/master/docker">here.</a>
</p>