Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Parameters "eth.src -e eth.dst -e ip.src -e ip.dst -e ip.proto" are captured at IP packet level. You have one single packet captured in JSON, see "frame.number=1". One packet, so single value for those parameters.

Parameters "eth.src -e eth.dst -e ip.src -e "eth.dst, ip.src, ip.dst -e and ip.proto" are captured at IP packet level. You have one single packet captured in JSON, see "frame.number=1". One packet, so single value for those parameters.

Parameters "eth.dst, ip.src, ip.dst and ip.proto" are captured at IP packet level. You have one single IP packet captured in JSON, see "frame.number=1". One packet, so single value for those parameters.