diff --git a/src/forecaster/tests/data/README.md b/src/forecaster/tests/data/README.md index 045dd900ccc970fcf56a5b49f9e6244fe65692b8..eaf303847b745e0663e76f300d602cbc048ff599 100644 --- a/src/forecaster/tests/data/README.md +++ b/src/forecaster/tests/data/README.md @@ -30,14 +30,4 @@ source tfs_runtime_env_vars.sh python src/forecaster/tests/data/inject_samples.py ``` -- Start wireshark capture: -```bash -tshark -i any -f "tcp port not 22 and tcp port not 16443" -w capture.pcap -``` - - Onboard the service descriptor `service.json` through the WebUI. - -- Wireshark display filter: -``` -(ip.addr==10.152.183.0/24 or ip.addr==10.0.2.10) and tcp.port!=443 and tcp.port!=26257 and tcp.port!=3000 and tcp.port!=9990 and tcp.port!=8089 and tcp.port!=16443 and tcp.port!=10250 and tcp.port!=10254 and tcp.port!=4191 and tcp.port!=9090 and tcp.port!=9994 and tcp.port!=9995 and tcp.port!=9996 and tcp.port!=9997 and tcp.port!=9998 and tcp.port!=4443 and tcp.port!=8181 -```