I have looked at wireshark, and unfortunately, I need to pro
grammatically acquire and analyze the packets. Which makes winpcap the
most logical library to use, however, I am struggling to understand
how to figure out what packets belong to what. For example, if a web
site contains 10 images, it would be nice to know the name of each
image, and which packets correlated to that image as well.
That is why I was wondering if firebug does this type of processing
underneath it all. My questions may sound a bit naive, and I have
spent that last few hours searching google, but I haven't found a
solid explanation / example of how to analyze a stream of packets.