add: [doc] Explained how to write raw pcaps

master
Gerard Wagener 2019-03-28 11:25:16 +01:00
parent a8c39335de
commit 93c54c24cf
1 changed files with 12 additions and 0 deletions

View File

@ -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}