]> sjero.net Git - ltp2tcp/commitdiff
Add some captures and further documentation
authorSamuel Jero <sj323707@ohio.edu>
Fri, 28 Jun 2013 03:55:52 +0000 (23:55 -0400)
committerSamuel Jero <sj323707@ohio.edu>
Fri, 28 Jun 2013 03:55:52 +0000 (23:55 -0400)
captures/DCCP.dmp.gz [new file with mode: 0644]
captures/SLL.dmp.gz [new file with mode: 0644]
captures/UDP.dmp.gz [new file with mode: 0644]
documentation/Interpretation.txt [new file with mode: 0644]
documentation/Translation.txt [new file with mode: 0644]

diff --git a/captures/DCCP.dmp.gz b/captures/DCCP.dmp.gz
new file mode 100644 (file)
index 0000000..12ef06f
Binary files /dev/null and b/captures/DCCP.dmp.gz differ
diff --git a/captures/SLL.dmp.gz b/captures/SLL.dmp.gz
new file mode 100644 (file)
index 0000000..881173b
Binary files /dev/null and b/captures/SLL.dmp.gz differ
diff --git a/captures/UDP.dmp.gz b/captures/UDP.dmp.gz
new file mode 100644 (file)
index 0000000..736b570
Binary files /dev/null and b/captures/UDP.dmp.gz differ
diff --git a/documentation/Interpretation.txt b/documentation/Interpretation.txt
new file mode 100644 (file)
index 0000000..ccb86fe
--- /dev/null
@@ -0,0 +1,46 @@
+Data Segments plotted either in rotating colors (red, green) between sessions or as colors indicating data type (red, green)
+
+Reports plotted as blue vertical lines showing amount of data received
+
+Report acknowledgments plotted as zero length packets with A's over them
+
+Cancel segments and acks plotted as zero length packets with C and CA over them
+
+Retransmissions have R's over them... in yellow
+
+Statistics:
+# Connections
+For each connection:
+host a ipn
+host b ipn
+first packet
+last packet
+elapsed time
+filename
+
+sessions
+sessions with retransmits
+canceled sessions
+checkpoints
+rexmitted checkpoints
+reports
+rexmitted reports
+
+total packets
+data packets
+red packets
+green packets
+rexmitted data packets
+report packets
+report ack packets
+cancel packets
+cancel ack packets
+
+total bytes sent
+actual bytes sent
+red bytes sent
+green bytes sent
+rexmitted bytes
+
+idletime max
+throughput
diff --git a/documentation/Translation.txt b/documentation/Translation.txt
new file mode 100644 (file)
index 0000000..49c570d
--- /dev/null
@@ -0,0 +1,22 @@
+CR-->RESET
+CA-->RESET
+
+
+
+Data Segment:
+Report Serial Number----!=0 means retransmit.
+Offset---Sequence number delta
+Session---Window (separate line at bottom of graph ---multiply by 5,10, or so)
+
+Report Segment:
+Treated as an ACK---will be converted to a SACK
+
+Report Acknowledgment:
+Zero data packet
+
+
+Not showing checkpoint serial numbers
+Not showing Redpart-Greenpart difference (add with win line??)
+
+Always add handshake at beginning
+Always add fin-fin,ack at end