On Tue, Jul 15 2008 at 49:16, GVG GVG wrote: > On Tue, Jul 15, 2008 at 3:54 PM, David Hill <[EMAIL PROTECTED]> wrote: > > On Tue, Jul 15, 2008 at 03:42:58PM +0200, GVG GVG wrote: > > > Dear list, > > > > > > was going through the OpenBSD tcpdump version and couldn't identify > > anything > > > like the '-A' flag in order to capture full web sites etc. Tried optin > > '-X' > > > but didn't work! Should I use '-s snaplen' but what snaplen value do I > > have > > > to define. Tried few combinations with no success! > > > > > > Thanks for your help > > > > > > George > > > > > > > Use the size of your MTU, which can be found my using ifconfig. > > > > -- > > David Hill > > Thanks for your prompt reply. > > Just out of curiosity what's this 'MTU' stands for?
Maximum Transmission Unit. Its the biggest number of bytes that can be transmited on the media (ISO layer 2). You can go on wikipedia for more informations http://en.wikipedia.org/wiki/Maximum_transmission_unit Claer

