Here's a workaround suggestion for the issue with Fatt throwing the "AttributeError: No attribute named gquic". It also upgrades the image to alpine 3.18 and the pyshark package to 0.6 (which is working fine in my deployment).
Also added an extra condition for TPot's installation check of flavor being installed. I ran into this problem when running ./install.sh --type=auto --conf=tpot.conf with a typo on the "myCONF_TPOT_FLAVOR" variable.
@kauedg Thanks. T-Pot 24.x will be using a reworked installer, you can have a look the alpha branch.
With regard to fatt, I recommend you opening a PR upstream, once merged it will be available in T-Pot as well.
Here's a workaround suggestion for the issue with Fatt throwing the "AttributeError: No attribute named gquic". It also upgrades the image to alpine 3.18 and the pyshark package to 0.6 (which is working fine in my deployment).
Also added an extra condition for TPot's installation check of flavor being installed. I ran into this problem when running
./install.sh --type=auto --conf=tpot.conf
with a typo on the "myCONF_TPOT_FLAVOR" variable.