A network engineer runs the following command to troubleshoot an IPv4 Access Control Lists issue:
R1# debug ip packet 100 detail
IP packet debugging is on for access list 100
*Mar 1 00:12:34.567: IP: s=10.1.1.1 (GigabitEthernet0/0), d=10.2.2.2, len 100, proto UDP, flags 0x0, sport 12345, dport 80, access list 100: matched line 10 permit udp host 10.1.1.1 host 10.2.2.2 eq 80
*Mar 1 00:12:35.123: IP: s=10.1.1.1 (GigabitEthernet0/0), d=10.2.2.2, len 100, proto TCP, flags 0x2, sport 12346, dport 443, access list 100: matched line
20 deny tcp host 10.1.1.1 host 10.2.2.2 eq 443
*Mar 1 00:12:35.124: IP: s=10.1.1.1 (GigabitEthernet0/0), d=10.2.2.2, len 100, proto TCP, flags 0x10, sport 12346, dport 443, access list 100: matched line
20 deny tcp host 10.1.1.1 host 10.2.2.2 eq 443
What does this output indicate?