From: Samuel Jero Date: Fri, 28 Jun 2013 03:55:52 +0000 (-0400) Subject: Add some captures and further documentation X-Git-Url: http://sjero.net/git/?p=ltp2tcp;a=commitdiff_plain;h=b66528a6e361a96274815ce8172612b7f170f293;hp=4ef2689dab73489e6f68794f7eae59dd0010385c Add some captures and further documentation --- diff --git a/captures/DCCP.dmp.gz b/captures/DCCP.dmp.gz new file mode 100644 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 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 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 index 0000000..ccb86fe --- /dev/null +++ b/documentation/Interpretation.txt @@ -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 index 0000000..49c570d --- /dev/null +++ b/documentation/Translation.txt @@ -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