Hi, I’m a beginner with pcap. I was experimenting with the stream example in the examples directory and noticed something unusual.
I used a small image file (around 1.5KB) for testing, but no packets were captured. However, when I switched to a larger image file (around 1.3MB), packets were successfully captured.
Is this expected behavior? Does the asynchronous stream approach have limitations when capturing small amounts of network data? Or am I missing something in my setup?