Re: can tcpdump capture more than packet headers?
- From: Chris Lowth <servadmin@xxxxxxxxx>
- Date: Sat, 23 Sep 2006 09:10:13 GMT
Allen Kistler wrote:
eddie wrote:
No excuses for ignorance but I have been playing with tcpdump to
capture application data passing between two computers (no switch). All
that seems to be displayed is packet header information. The
client(-server) application is communicating using the netbios-ssn
(netbeui) protocol. I have tried increasing the packet size (using -s)
still no joy. Can I capture data from the 'higher' layers(above network
layer on osi model)?
tcpdump can capture it all.
I'm uncertain how much tcpdump can dissect of NetBEUI, though.
Use -v, -vv, or -vvv to display additional info.
You may need to write to a file, then analyze with WireShark (or just
capture with WireShark).
try -X or -XX with -s<length> to specify the largest pkt size you expect.
See "man tcpdump".
C
.
- Follow-Ups:
- References:
- can tcpdump capture more than packet headers?
- From: eddie
- Re: can tcpdump capture more than packet headers?
- From: Allen Kistler
- can tcpdump capture more than packet headers?
- Prev by Date: Re: How to install rpm or, software on remote linux server
- Next by Date: Re: tcpdump between Solaris and Linux servers??
- Previous by thread: Re: can tcpdump capture more than packet headers?
- Next by thread: Re: can tcpdump capture more than packet headers?
- Index(es):
Relevant Pages
|