Skip to content

Commit 6977508

Browse files
committed
Report generated
1 parent 5330f18 commit 6977508

File tree

5 files changed

+1103
-3258
lines changed

5 files changed

+1103
-3258
lines changed

Ex11-TCP-UDP/Report.pdf

221 KB
Binary file not shown.

Ex11-TCP-UDP/extract_seqno_tcp.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BEGIN{
33
}
44

55
{
6-
if ($5 =="cbr" ) {
6+
if ($5=="tcp" && $1=="+") {
77
print $2 " " $11
88
}
99
}

Ex11-TCP-UDP/extract_seqno_udp.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BEGIN{
33
}
44

55
{
6-
if ($5 =="tcp" ) {
6+
if ($5=="cbr" && $1=="+") {
77
print $2 " " $11
88
}
99
}

0 commit comments

Comments
 (0)