Networking Forums

Networking Forums > Computer Networking > Linux Networking > can tcpdump capture more than packet headers?

Reply
Thread Tools Display Modes

can tcpdump capture more than packet headers?

 
 
eddie
Guest
Posts: n/a

 
      09-23-2006, 05:58 AM
Hi Guys,
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)?
Thanks,
Eddie

 
Reply With Quote
 
 
 
 
Allen Kistler
Guest
Posts: n/a

 
      09-23-2006, 07:29 AM
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).
 
Reply With Quote
 
Chris Lowth
Guest
Posts: n/a

 
      09-23-2006, 09:10 AM
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
 
Reply With Quote
 
eddie
Guest
Posts: n/a

 
      09-24-2006, 09:01 PM
thanks guys - the -X option looks good - gave it a quick go before but
still seemed to be just packet headers. Will give it a good test this
evening.
Chris Lowth wrote:
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why can tcpdump not capture all packets zhengda Linux Networking 0 03-16-2008 12:10 PM
Reinject tcpdump capture b0bjes Wireless Internet 1 11-27-2007 07:32 PM
when does tcpdump capture link layer frame? Steven Woody Linux Networking 0 09-01-2006 02:26 AM
how to capture packet headers but not the payload in tcpdump? George Nychis Linux Networking 1 02-08-2006 12:17 AM
Receiver sensitivity- Packet Detection v/s Packet capture Vinay Wireless Internet 1 10-14-2005 01:50 AM



1 2 3 4 5 6 7 8 9 10 11