ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] Can somebody tell whats going wrong in the

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sat, 26 Jan 2008 19:03:51 -0500 (EST)
At Sat, 26 Jan 2008 17:38:41 -0500 (EST), you wrote
>Im having troubles on a connection as shown below.
>Can somebody tell me what is going wrong.
>

I'm guessing maybe that your 'server' (whatever it may be)
is rejecting connections after the previous connection completed.

Svr disconnect:     192.168.94.3  172.22.1.5   TCP 9018 > 3890 [FIN, ACK] 

then:

Connect Req to Svr: 172.22.1.5    192.168.94.3 TCP 4286 > 9018 [SYN]
Svr connect reject: 192.168.94.3  172.22.1.5   TCP 9018 > 4286 [RST, ACK]
Len=0

Is the process on the server exiting somehow (maybe with an error) ?
or: taking a very long time to reset to accept another connection ?
or: not programmed correctly to accept a 2nd connection after the first ?
or: ???