diff --git a/code/reference/ch_wireshark/TCPFlowControlDemo/client.py b/code/reference/ch_wireshark/TCPFlowControlDemo/client.py index de8f653..d500a28 100644 --- a/code/reference/ch_wireshark/TCPFlowControlDemo/client.py +++ b/code/reference/ch_wireshark/TCPFlowControlDemo/client.py @@ -1,5 +1,5 @@ import socket -import time +import time ip_port = ("server", 9999) data = "0123456789\n"*100 diff --git a/figure/chapters/wireshark/TCP-status-machine.pdf b/figure/chapters/wireshark/TCP-status-machine.pdf new file mode 100644 index 0000000..bd80446 Binary files /dev/null and b/figure/chapters/wireshark/TCP-status-machine.pdf differ diff --git a/figure/chapters/wireshark/TCP-status-machine.png b/figure/chapters/wireshark/TCP-status-machine.png deleted file mode 100644 index 43e21ef..0000000 Binary files a/figure/chapters/wireshark/TCP-status-machine.png and /dev/null differ diff --git a/figure/chapters/wireshark/TCP-structure.pdf b/figure/chapters/wireshark/TCP-structure.pdf new file mode 100644 index 0000000..ea94989 Binary files /dev/null and b/figure/chapters/wireshark/TCP-structure.pdf differ diff --git a/figure/chapters/wireshark/TCP-structure.png b/figure/chapters/wireshark/TCP-structure.png deleted file mode 100644 index 6950d81..0000000 Binary files a/figure/chapters/wireshark/TCP-structure.png and /dev/null differ diff --git a/figure/chapters/wireshark/TCP-time-line.pdf b/figure/chapters/wireshark/TCP-time-line.pdf new file mode 100644 index 0000000..54270a9 Binary files /dev/null and b/figure/chapters/wireshark/TCP-time-line.pdf differ diff --git a/figure/chapters/wireshark/TCP-time-line.png b/figure/chapters/wireshark/TCP-time-line.png deleted file mode 100644 index 12af25c..0000000 Binary files a/figure/chapters/wireshark/TCP-time-line.png and /dev/null differ diff --git a/figure/chapters/wireshark/TCP-topo.pdf b/figure/chapters/wireshark/TCP-topo.pdf new file mode 100644 index 0000000..c8b84e5 Binary files /dev/null and b/figure/chapters/wireshark/TCP-topo.pdf differ diff --git a/figure/chapters/wireshark/TCP-topo.png b/figure/chapters/wireshark/TCP-topo.png deleted file mode 100644 index d34e1aa..0000000 Binary files a/figure/chapters/wireshark/TCP-topo.png and /dev/null differ diff --git a/figure/chapters/wireshark/arp-format.pdf b/figure/chapters/wireshark/arp-format.pdf new file mode 100644 index 0000000..dd9b4e8 Binary files /dev/null and b/figure/chapters/wireshark/arp-format.pdf differ diff --git a/figure/chapters/wireshark/arp-format.png b/figure/chapters/wireshark/arp-format.png deleted file mode 100644 index fde08c0..0000000 Binary files a/figure/chapters/wireshark/arp-format.png and /dev/null differ diff --git a/figure/chapters/wireshark/icmp-structure.pdf b/figure/chapters/wireshark/icmp-structure.pdf new file mode 100644 index 0000000..b6b50d8 Binary files /dev/null and b/figure/chapters/wireshark/icmp-structure.pdf differ diff --git a/figure/chapters/wireshark/icmp-structure.png b/figure/chapters/wireshark/icmp-structure.png deleted file mode 100644 index d95ea87..0000000 Binary files a/figure/chapters/wireshark/icmp-structure.png and /dev/null differ diff --git a/figure/chapters/wireshark/ip-structure.pdf b/figure/chapters/wireshark/ip-structure.pdf new file mode 100644 index 0000000..bc81cf4 Binary files /dev/null and b/figure/chapters/wireshark/ip-structure.pdf differ diff --git a/figure/chapters/wireshark/ip-structure.png b/figure/chapters/wireshark/ip-structure.png deleted file mode 100644 index 46cd430..0000000 Binary files a/figure/chapters/wireshark/ip-structure.png and /dev/null differ