diff --git a/lkt-docker-docs/labs/networking.html b/lkt-docker-docs/labs/networking.html index 65c9d0ae..25150260 100644 --- a/lkt-docker-docs/labs/networking.html +++ b/lkt-docker-docs/labs/networking.html @@ -827,7 +827,7 @@
structsource
is the source port;
dest
is the destination port;
syn
, ack
, fin
are the TCP flags used; for a more detailed view,
-see this diagram.
+see this diagram.
The structure of a UDP header
@@ -1195,7 +1195,7 @@
1. Displaying packets in kernel spaceip_hdr()
function returns the IP header as a
pointer to a struct iphdr
structure. The tcp_hdr()
function
returns the TCP header as a pointer to a struct tcphdr
structure.
-The diagram explains how to make a TCP connection. The connection initiation +
The diagram explains how to make a TCP connection. The connection initiation
packet has the SYN
flag set in the TCP header and the ACK
flag cleared.