Problem:
All versions of NFA.
Port 8080 is listed only as http-alt
1. On the NFA Console run:
mysql -P3308 reporter
2. Then run the following two updates:
update protocol_definitions set encapsulation='*.ip.udp.8080' where name ='http-alt' and encapsulation='*.ip.udp';
update protocol_definitions set encapsulation='*.ip.tcp.8080' where name ='http-alt' and encapsulation='*.ip.tcp';
3. Then look at the list of protocol definitions again and you will see 8080 displayed for the encapsulation: