pcap2json icon indicating copy to clipboard operation
pcap2json copied to clipboard

High Speed PCAP to JSON conversion utility

Results 8 pcap2json issues
Sort by recently updated
recently updated
newest added

Hi, Need help in execution of the below command line to Upload packet data directly into Elastic stack. Getting "Unknown command line option" when using the pcap2json utility. I have...

Hi, this may simply be an incompletion: * `g_CPUCore` is an array of size 2, but the command line arg `--cpu-core` can only set `g_CPUCore[0]`, `g_CPUCore[1]` is generally unused *...

See here: https://github.com/fmadio/pcap2json/blob/9a58a2dcfcd6b45b38eefe7e38229a146a97d83b/flow.c#L1580-L1581 This crashes when I do a live capture on my local network because I get sizes of up to 64374 bytes. So why limit it to 14...

When reading a little through the code I found the command line option `--output-pipe`, which is great! But it's missing in the help text :-)

getting a strange format on the output ![image](https://user-images.githubusercontent.com/45843655/84530920-b8edc300-acb1-11ea-99d6-4f3f83a3ff5a.png)

Hi, pcapng being the new default format for Wireshark and tshark tools, is there any plan to make pcapng format compatible with pcap2json? For the time being, I am unable...

instead of filtering based on MAC src/dst also add the option for TopN filtering using a VLAN tag

Need to work out a way to calculate some TCP re-transmission stats . its problem because all worker threads run in-dependently