Skip to content

Commit 07dd499

Browse files
committed
fix broken links
1 parent 1b8d0e8 commit 07dd499

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

chapter-1/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Before we dive into the complexities of network sniffing, let's establish a foun
88

99
## Table of Contents
1010

11-
* [**Crafting a Rust Based Host Discovery Tool**](#1.-Crafting-a-Rust-Based-UDP-Host-Discovery-Tool)
12-
* [**Network Exploration**](#1.1-Network-Exploration:-Decoding-the-Essence-of-UDP)
13-
* [**Decoding the IP Layer**](#1.2-Decoding-the-IP-Layer-and-Uncover-Packet-Secrets)
14-
* [**The IP Header Struct**](#1.3-The-IP-Header-Struct)
15-
* [**Putting It All Together**](#1.4-Putting-It-All-Together)
16-
* [**ICMP Structure Decoding**](#1.5-ICMP-Structure-Decoding)
17-
* [**Decoding-TCP-packets**](#1.6-Decoding-TCP-packets)
18-
* [**Decoding-UDP-packets**](#1.7-Decoding-UDP-packets)
11+
* [**Crafting a Rust Based Host Discovery Tool**](#1-crafting-a-rust-based-udp-host-discovery-tool)
12+
* [**Network Exploration**](#11-network-exploration-decoding-the-essence-of-udp)
13+
* [**Decoding the IP Layer**](#12-decoding-the-ip-layer-and-uncover-packet-secrets)
14+
* [**The IP Header Struct**](#13-the-ip-header-struct)
15+
* [**Putting It All Together**](#14-putting-it-all-together)
16+
* [**ICMP Structure Decoding**](#15-icmp-structure-decoding)
17+
* [**Decoding-TCP-packets**](#16-decoding-tcp-packets)
18+
* [**Decoding-UDP-packets**](#17-decoding-udp-packets)
1919

2020
## 1. Crafting a Rust-Based UDP Host Discovery Tool
2121

0 commit comments

Comments
 (0)