ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] decode NetMeeting packet

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

From: "li" <li_shunda@xxxxxxx>
Date: Tue, 26 Aug 2003 10:25:44 +0800
I use Ethereal to decode NetMeeting packet, NetMeeting always send TPKT header first which contain the PDU length, then wait for the ACK, after get the ACK, it will send the H.225 signalling to establish the connection.
 
Client              Server
------------------------> send TPKT header
<----------------------- send ACK
------------------------>send H.225 Setup(contain PDU)
 
Ethereal decode first packet "Desegmented TCP", and merge the third packet with the first packet, which mean insert TPKT header, then decode it as:
 
 
 
 
but the third packet's "Fragment Offset" is 0, why insert this header?
 
 
Regards,
 
Frank Li