I am tooling along in a wireshark capture when all of a sudden I see a series of about 6 ack packets followed immediately by fin acks. The reset flag is not set in the fin ack. All of these pairs of packets (both the ack, and the fin ack) originate from different sources, close in IP address but not sequential. They all go to the same destination ip.
It's a small trace so I don't see any other conversation between these addresses and the destination, just these rapid succession ack, fin acks. The destination server never responds. Wireshark expert info lables them as 'chats'. The source in every case is a citrix server the dest is a citrix web server.
Patterns:
Source IP Dest IP Sprt Dprt data
172.16.1.33 172.16.1.1 8888 4064 [ACK] seq 0 ack 0
172.16.1.33 172.16.1.1 8888 4064 [Fin ACK] seq 0 ack 0
172.16.1.34 172.16.1.1 8888 4064 [ACK] seq 0 ack 0
172.16.1.34 172.16.1.1 8888 4064 [Fin ACK] seq 0 ack 0
and so on...
It's a small trace so I don't see any other conversation between these addresses and the destination, just these rapid succession ack, fin acks. The destination server never responds. Wireshark expert info lables them as 'chats'. The source in every case is a citrix server the dest is a citrix web server.
Patterns:
Source IP Dest IP Sprt Dprt data
172.16.1.33 172.16.1.1 8888 4064 [ACK] seq 0 ack 0
172.16.1.33 172.16.1.1 8888 4064 [Fin ACK] seq 0 ack 0
172.16.1.34 172.16.1.1 8888 4064 [ACK] seq 0 ack 0
172.16.1.34 172.16.1.1 8888 4064 [Fin ACK] seq 0 ack 0
and so on...