Ethereal-users: RE: [Ethereal-users] Why Tethereal can not print protocol tree of H245/RTP/RTCP

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Deng, Luke Hao (Luke)" <luked@xxxxxxxxxx>
Date: Fri, 1 Aug 2003 09:05:22 +0800
Hi Harris,

I tried without "-R h245" flag and with "-V" flag. It can print the protocol tree of other packets, including H.225RAS and H225Q931. But for H245, it shows Data(XX bytes) like below.

Thanks & Regards,
Luke

============================================================
F:\Program Files\Ethereal>tethereal -r c:\temp\call -Rh245
......	......
 22   3.154028 192.168.22.10 -> 202.145.1.3  H.245 TerminalCapabilitySet
......	......
============================================================
F:\Program Files\Ethereal>tethereal -V -r c:\temp\call
......	......
Frame 22 (129 bytes on wire, 129 bytes captured)
......	......
Ethernet II, Src: 00:01:a8:00:18:6f, Dst: 00:e0:fc:11:d9:4b
......	......
Internet Protocol, Src Addr: 192.168.22.10 (192.168.22.10), Dst Addr: 202.145.1.3 (202.145.1.3)
......	......
Transmission Control Protocol, Src Port: 1037 (1037), Dst Port: 11031 (11031), Seq: 1022733758, Ack: 3171691704, Len: 75
......	......
Data (75 bytes)

0000  03 00 00 4b 02 70 01 06 00 08 81 75 00 07 80 0d   ...K.p.....u....
0010  00 00 3c 00 01 00 00 01 00 00 01 00 00 04 80 00   ..<.............
0020  00 22 00 00 40 00 01 22 c0 01 80 00 02 22 80 01   ."..@.."....."..
0030  80 00 03 20 c0 13 80 00 04 20 40 13 00 80 00 00   ... ..... @.....
0040  04 00 00 00 01 00 02 00 03 00 04                  ...........

-----Original Message-----
From: Guy Harris [mailto:guy@xxxxxxxxxxxx]
Sent: 2003?8?1? 4:14
To: Deng, Luke Hao (Luke)
Cc: ethereal-users@xxxxxxxxxxxx
Subject: Re: [Ethereal-users] Why Tethereal can not print protocol tree of H245/RTP/RTCP



On Wednesday, July 30, 2003, at 10:00 PM, Deng, Luke Hao (Luke) wrote:

> When I use tethereal to list h245 packets, everything runs well. 
> Packets are listed. But when I add "-V" option to show the protocol 
> tree, nothing will printed. Same status happen on RTP and RTCP.

	...

> Following is an example:
>
> F:\Program Files\Ethereal>tethereal -r c:\temp\call -R h245
>  22   3.154028 192.168.22.10 -> 202.145.1.3  H.245 
> TerminalCapabilitySet

	...

> F:\Program Files\Ethereal>tethereal -r c:\temp\call -V -R h245

What happens if you run

	tethereal -r c:\temp\call -V

*without* the "-R h245" flag?  Does it print the protocol tree for 
H.245 packets?  Does it print the protocol tree for the other packets?