Unlike Firebug and TamperData HttpFox does not change behavior of the browser cache, and correctly reports what is being served from cache and what goes on the wire. Unlike TD and LiveHTTPHeaders it has a convenient user interface for examining HTTP conversation post-factum, including timing, cache info, etc. The interface part follows from it being a direct, if not yet complete clone of HttpWatch, an excellent commercial product for IE. Unlike tcpdump/tcpflow/wireshark it allows convenient capture of SSL traffic, and is quick to use.
In summary, HttpFox is the a great tool for HTTP optimization under Firefox.
Any chance Tamper Data catches an outbound request early enough you can actually rewrite the target URL, including target host?
Because I've wanted to make an extension that does that for a while, but haven't found in Mozilla docs the right hooks, and would love a working model.
unless you've got ninja-like skills and can write an appropriate filter to see just the data you're interested in, the signal-to-noise ratio in Wireshark can be overwhelming.
Nina-like skills? I would consider that just basic competence with the tool.