diff --git a/docs/workshop/3-pibs/d4-pibs.tex b/docs/workshop/3-pibs/d4-pibs.tex index 17bb2ec..926436b 100644 --- a/docs/workshop/3-pibs/d4-pibs.tex +++ b/docs/workshop/3-pibs/d4-pibs.tex @@ -80,4 +80,16 @@ \item -y specifies the redis database \end{itemize} \end{frame} + +\begin{frame} + \frametitle{Using PIBS for further exploration} + \begin{itemize} + \item Often it is unknown which fields should be analysed during refinement + \item Read raw pcap and output raw pcap + \item Output pcap file can be further investigated with other tools such as Wireshark + \end{itemize} + \begin{block}{PIBS tool} + pibs -r source.cap.gz -w backscatter.cap + \end{block} +\end{frame} \end{document}