[VOL-4089] Correct package for mausezahn
Change-Id: If9c22995bef688b97513155f2c81890ff6778fe5
diff --git a/profiles/seba/lab-setup.md b/profiles/seba/lab-setup.md
index e756ec8..84a1a75 100644
--- a/profiles/seba/lab-setup.md
+++ b/profiles/seba/lab-setup.md
@@ -66,7 +66,7 @@
ip link set eth1 up
# install the wpasupplicant tool
apt update
-apt install -y wpasupplicant jq mz build-essential tcpdump
+apt install -y wpasupplicant jq netsniff-ng build-essential tcpdump
```
In the lxc container you also need to install iperf3. Iperf3 needs to be installed from source to have some
options used in VOLTHA tests.
@@ -170,7 +170,7 @@
The following commands install them:
```bash
sudo apt update
-sudo apt-get install -y jq mz build-essential tcpdump
+sudo apt-get install -y jq netsniff-ng build-essential tcpdump
```
In the BNG you also need to install iperf3. Iperf3 needs to be installed from source to have some
options used in the tests.