Replay: Kismetdb
Kismet can replay previously recorded data in a kismetdb log.
Kismet replay is useful for testing, debugging, demo, or reprocessing previous sessions (with some caveats).
Example source
Typically a kismetdb replay would be done as a command line option rather than a hard coded source:
$ kismet -c /path/to/file.kismet
Warnings
Not all data in a kismetdb log is currently replayed: Non-packet data such as JSON records is not loaded.
When replaying a kismetdb log, all packets will appear to originate from a single datasource (the kisemtdb source), not the orignial interfaces.
When processing 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.
Kismetdb options
pps={ rate }
realtime={ true } / { false }