No commit activity in last 3 years
No release in over 3 years
Pcapng parser plugin is an Embulk plugin that parses Pcapng file format read by any file input plugins. Search the file input plugins by 'embulk-input file' keywords.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 10.0
 Project Readme

Pcapng parser plugin for Embulk

TODO: Write short description here

Overview

  • Plugin type: parser
  • Load all or nothing: yes
  • Resume supported: no

Configuration

  • property1: description (string, required)
  • property2: description (integer, default: default-value)

Example

in:
  type: any file input plugin type
  parser:
    type: pcapng
    property1: example1
    property2: example2

Build

$ rake