No commit activity in last 3 years
No release in over 3 years
embulk plugin for pcapng file input
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 0.9.2
 Project Readme

embulk-plugin-input-pcapng-files

Embulk plugin for pcapng files input.

To extract specific field from pcapng files

  1. check sample_config.yml, modify "paths" to where ever pcapng files are.
  2. specify fields to collect in "schema", name should correspond to tshark's field name

BUGs

  • "done" list is not properly handled
    • fixed (2015/01/29) thanks to frsyuki

ToDo

  • Obviously, most part duplicates to file input.
    • rewrite this as decoder or parser plugin?
    • after it become capable to write parser plugin in ruby