Embulk plugin for pcapng files input.
To extract specific field from pcapng files
- check sample_config.yml, modify "paths" to where ever pcapng files are.
- specify fields to collect in "schema", name should correspond to tshark's field name
"done" list is not properly handled- fixed (2015/01/29) thanks to frsyuki
- Obviously, most part duplicates to file input.
- rewrite this as decoder or parser plugin?
- after it become capable to write parser plugin in ruby