From ed28423aa65597603e6e11bb69353076d5bb5313 Mon Sep 17 00:00:00 2001 From: Xphi Date: Tue, 2 Mar 2021 23:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=87=A0=E5=A4=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/ch_wireshark/sec_ip.tex | 8 ++++---- data/ch_wireshark/sec_tcp.tex | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/ch_wireshark/sec_ip.tex b/data/ch_wireshark/sec_ip.tex index 873596a..d39735c 100644 --- a/data/ch_wireshark/sec_ip.tex +++ b/data/ch_wireshark/sec_ip.tex @@ -131,12 +131,12 @@ ICMP询问报文有回送请求和应答、时间戳请求和应答、 \multicolumn{1}{|c|}{\heiti 描述(Description)} & \heiti 查询类(Query) &\heiti 差错类(Error)\\ \hline - 0 & 0 & Echo Reply——回显应答(Ping应答)& $\checkmark$ & \\ \hline + 0 & 0 & Echo Reply——回显应答(Ping应答)& $\checkmark$ & \\ \hline 3 & 1 & Host Unreachable——主机不可达 & & $\checkmark$\\ \hline 3 & 3 & Port Unreachable——端口不可达 & & $\checkmark$\\ \hline 3 & 4 & Fragmentation needed but no frag. bit set \newline ——需要进行分片但设置不分片比特 & &$\checkmark$\\ \hline - 8 & 0 & Echo request——回显请求(Ping请求)& $\checkmark$ & \\ \hline + 8 & 0 & Echo request——回显请求(Ping请求)& $\checkmark$ & \\ \hline 11& 0 & TTL equals 0 during transit \newline ——传输期间生存时间为0 & & $\checkmark$\\ \hline \end{tabular} @@ -162,7 +162,7 @@ ICMP询问报文有回送请求和应答、时间戳请求和应答、 -l length 发送包含由 length 指定的数据量的 ECHO 数据包。 默认为 32 字节;最大值是65,527。 -f 在数据包中发送“不要分片”标志,避免数据包被路由上的网关分片。 - -i ttl 将"生存时间"字段设置为 ttl 指定的值。 + -i ttl 将“生存时间”字段设置为 ttl 指定的值。 \end{code} \item traceroute/tracert命令,利用TTL字段和ICMP差错类型报文, @@ -187,7 +187,7 @@ ICMP询问报文有回送请求和应答、时间戳请求和应答、 -d 将地址解析成主机名 -h maximum_hops搜索目标的最大跃点数 -j host-list与主机列表一起的松散源路由,用于IPv4 - -w timeout 等待每个回复的超时时间(单位:毫秒) + -w timeout 等待每个回复的超时时间(单位:毫秒) -R 跟踪往返行程路径,用于IPv6 -S srcaddr要使用的源地址,用于IPv6 -4 强制使用IPv4 diff --git a/data/ch_wireshark/sec_tcp.tex b/data/ch_wireshark/sec_tcp.tex index 54d1cb5..ece2ebe 100644 --- a/data/ch_wireshark/sec_tcp.tex +++ b/data/ch_wireshark/sec_tcp.tex @@ -6,7 +6,7 @@ \subsection{实验目的} \label{subsec:c:wireshark:s:tcp_object} -TCP(Transmission Control Protocol传输控制协议)是一种面向连接的、 +TCP(Transmission Control Protocol传输控制协议)是一种面向连接的、 可靠的、基于字节流的传输层通信协议。 本实验通过运用Wireshark对网络活动进行分析, 观察TCP协议报文,分析通信时序,理解TCP的工作过程,