0% found this document useful (0 votes)
16 views1 page

Tracefile Example

A TCP packet trace shows: 1) A TCP data packet being received by a node with ID 6 from node 4 over the wireless channel in 160.093884945 seconds. 2) The packet has a UID of 5, common header size of 1492 bytes, and IP addresses of source 0.1.0:0 and destination 1.0.3:0. 3) Additional TCP details include sequence number 1, acknowledgement number 0, and Time-To-Live of 31 hops.

Uploaded by

Jiannian Weng
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Tracefile Example

A TCP packet trace shows: 1) A TCP data packet being received by a node with ID 6 from node 4 over the wireless channel in 160.093884945 seconds. 2) The packet has a UID of 5, common header size of 1492 bytes, and IP addresses of source 0.1.0:0 and destination 1.0.3:0. 3) Additional TCP details include sequence number 1, acknowledgement number 0, and Time-To-Live of 31 hops.

Uploaded by

Jiannian Weng
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

An example of a trace for a tcp packet is as follows:

r 160.093884945 _6_ RTR --- 5 tcp 1492 [a2 4 6 800] ------- [655
36:0 16777984:0 31 16777984] [1 0] 2 0
Here we see a TCP data packet being received by a node with id of 6. UID of this pkt is 5 with a
cmn hdr size of 1492. The mac details shows an IP pkt (ETHERTYPE_IP is defined as 0x0800,
ETHERTYPE_ARP is 0x0806 ), mac-id of this receiving node is 4. That of the sending node is 6
and expected time to send this data pkt over the wireless channel is a2 (hex2dec conversion:
160+2 sec). Additionally, IP traces information about IP src and destination addresses. The src
translates (using a 3 level hier-address of 8/8/8) to a address string of 0.1.0 with port of 0. The
dest address is 1.0.3 with port address of 0. The TTL value is 31 and the destination was a hop
away from the src. Additionally TCP format prints information about tcp seqno of 1, ackno of 0.
See other formats described in ~ns//cmu-trace.cc for DSR, UDP/MESSAGE, TCP/ACK and
CBR packet types.

You might also like