Replay: Pcapfile
Kismet can replay previously recorded data in pcap
and pcap-ng
formats, including capture files with the ppi
headers.
Kismet replay is useful for testing, debugging, demo, or reprocessing previous sessions (with some caveats).
Example source
Typically a pcap replay would be done as a command line option rather than a hard coded source:
$ kismet -c /path/to/file.pcap
Supported formats
Kismet supports any format loadable by libpcap, primarily pcap
and pcap-ng
formats.
When using a pcap-ng
file, due to how the packets are processed and loaded by libpcap, Kismet will only support pcap-ng
logs of a single phy type (ie only Wi-Fi, or only Zigbee, but not mixed). Additionally, all packets will appear to come from a single data source (the pcapfile source), not the original interfaces.
Warnings
When processing pcap logfiles, it is easy to send packets faster than the Kismet server can process. It’s always a good idea to use the pps
source option to limit the packets per second.
Naming and description options
All data sources accept the common naming and description options.
Pcapfile options
pps={ rate }
realtime={ true } / { false }