Hi, I'm looking for a way to log all network traffic at the http level, including the messages buffers. Also I need to be able to link between the sniffed HTTP conversation to the corresponding HTMLDocument in the web browser.
I've found that logging is being made in nsHttpTransaction.cpp::Init(...) and nsHttpTransaction::HandleContentStart() but it does not include the messages buffers. At both location, I can read the messages buffers using the stream interface but when I do, the stream position gets lost and the process gets hang. I can't restore the stream position back to were it was because this functionality is not available with the given stream interface. Every solution or idea will be appreciated. Thanks, Vic. _______________________________________________ Mozilla-netlib mailing list Mozilla-netlib@mozilla.org http://mail.mozilla.org/listinfo/mozilla-netlib