From 9939b5c30775993941a4b9afe01ddc36434afbf1 Mon Sep 17 00:00:00 2001 From: lns Date: Fri, 5 Aug 2022 21:26:54 +0200 Subject: Add TiVoConnect dissector. Fixes #1697. * added static assert if supported, to complain if the flow struct changes Signed-off-by: lns --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0afdfadb9..c688fa004 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -388,6 +388,10 @@ jobs: make all make -C example ndpiSimpleIntegration make -C rrdtool + - name: Print nDPI long help + if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') + run: | + ./example/ndpiReader -H - name: Install nDPI if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') run: | -- cgit v1.2.3