UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit a8d01c0a authored by Jeffrey Mathiowetz's avatar Jeffrey Mathiowetz
Browse files

gensite genslides

parent 13165ca2
Branches
No related merge requests found
Pipeline #121086 passed with stages
in 1 minute and 53 seconds
......@@ -1472,7 +1472,7 @@ Instructor Note
=== 12.7.1 IP RAW Client
https://git.cybbh.space/net/public/-/raw/master/modules/networking/activities/resources/ipraw.adoc[IPv4 RAW CODE]
https://git.cybbh.space/net/public/-/raw/master/modules/networking/activities/resources/ipraw.py[IPv4 RAW CODE]
In order to properly set up a raw socket and set the packet structure out, we should consult the RFC for the header we are going to be looking at.
......@@ -1592,7 +1592,7 @@ Instructor Note
=== 12.7.2 TCP Raw Client
https://git.cybbh.space/net/public/-/raw/master/modules/networking/activities/resources/tcpraw.adoc[TCP RAW CODE]
https://git.cybbh.space/net/public/-/raw/master/modules/networking/activities/resources/tcpraw.py[TCP RAW CODE]
Raw sockets can tie in additional headers, such as TCP or UDP, which requires setting up those headers in a similar way as the IP header. For this, we start out the raw socket just like we did previously:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment