Add 2.2 tcp/udp header parsing

This commit is contained in:
2022-06-12 16:36:50 +00:00
parent 21dbc462e5
commit cb2dd14a2c
2 changed files with 256 additions and 0 deletions

14
Uebung2/topology.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hosts": [
"h1",
"h2"
],
"switches": {
"s1": { },
"s2": { }
},
"links": [
["h1", "s1"], ["h2", "s2"],
["s1","s2"], ["s1","s2"]
]
}