# pcap2json **Repository Path**: my-elle/pcap2json ## Basic Information - **Project Name**: pcap2json - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-19 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pcap2json High Speed PCAP2JSON conversion utility for importing PCAP network data into Elastic Search / ELK ![Alt text](http://firmware.fmad.io/images/logo_pcap2json.png "fmadio flow analyzer logo") [FMADIO 100G Packet Capture - https://fmad.io/](https://fmad.io) ![Alt text](https://old.fmad.io/images/blog/20181126_netflow_snapshot2.png "fmadio snapshot flow") Example implementation ![Alt text](https://old.fmad.io/images/blog/20181126_fmadio_netflow_snapshot2.png "fmadio pcaket capture PCAP flow generator") Full description is here [https://www.fmad.io/blog/network-flow-monitoring](https://www.fmad.io/blog/network-flow-monitoring) ``` fmadio@fmadio20v2-149:/mnt/store0/git/pcap2json$ ./pcap2json --help fmad engineering all rights reserved http://www.fmad.io pcap2json is a high speed PCAP meta data extraction utility example converting a pcap to json: cat /tmp/test.pcap | pcap2json > test.json Command Line Arguments: --capture-name : capture name to use for ES Index data --verbose : verbose output --config : read from config file --json-packet : write JSON packet data --json-flow : write JSON flow data Output Mode --output-stdout : writes output to STDOUT --output-espush : writes output directly to ES HTTP POST --output-lineflush : number of lines before flushing output (default 100e3) --output-timeflush