On Wed, 2006-01-18 at 10:55 -0700, Al Byers wrote: > I would like to grab the raw http input stream content coming into my > server from various requests. Is there an easy way to do this? I would > like to avoid socket programming if I can. The server is running ubuntu > (breezy). I am comfortable with java and perl. I am generating the > requests, so I can direct them to any port.
I would use tcpdump.
# tcpdump -s 1500 -w port-80.dump -Unp port 80
I like to then wade through it using ethereal. Generally I don't use
ethereal for the capture since I'm often working on a remote server, but
can do live captures as well.
Corey
signature.asc
Description: This is a digitally signed message part
/* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
