Re: Reading HTTP headers

2003-10-08 Thread MKlinke
> > However, I should come clean. I can only do this with tcpdump, as I > can not install any other software on this box for reasons outside > the scope of this conversation. Is there any way to accomplish > reading HTTP headers with tcpdump only from a CLI? > > Thanks, > > Christian tcpdump -

RE: Reading HTTP headers

2003-10-08 Thread Jason Dixon
On Wed, 2003-10-08 at 12:13, Christian Campbell wrote: > However, I should come clean. I can only do this with tcpdump, as I can not > install any other software on this box for reasons outside the scope of this > conversation. Is there any way to accomplish reading HTTP headers with > tcpdump o

RE: Reading HTTP headers

2003-10-08 Thread Christian Campbell
> > Could anyone advise how I can use tcpdump to read http headers > > through one of my interfaces? I can't use ethereal as the > server I'm > > on does not have a GUI installed. Any help would be appreciated. > > One option > > tethereal -x > > no GUI required. > Excellent. Never kne

Re: Reading HTTP headers

2003-10-08 Thread MKlinke
On Wednesday 08 October 2003 10:42, Christian Campbell wrote: > Could anyone advise how I can use tcpdump to read http headers > through one of my interfaces? I can't use ethereal as the server I'm > on does not have a GUI installed. Any help would be appreciated. > > Thanks, > Christian > One o