httpflow.py =========== :authors: bbum@mac.com, ben.holt@mac.com Eventually, this package will contain real documentation and parsers for a number of protocols. httpflow.py ----------- A simple parser of tcpflow output that allows one to easily see the HTTP conversation occurring between two locations without being overwhelmed with raw data (such as GIF images). Allows headers to be explicitly dumped or excluded, making it possible to easily track cookie flow (for example). Written by as a quick hack to assist in debugging cookies and other request/response weirdness. (For example, did you know that Apache's usertrack module will happily destroy all other Set-Cookie: headers if invoked at exactly that wrong spot in the chain? I didn't. This tool made it abundantly clear in short order that that was exactly what was happening. A simple patch to mod_usertrack.c fixes the problem.)