Check open TCP port

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Check open TCP port

Post by michellazarenko »

Hello!

I need to verify that some TCP ports are open on a host.
The problem is that the application that listen for the connections does not send any response of opening. So I need to verify that TCP connection could be established. That's all.

To test it from command line I use telnet, like:

telnet 192.168.50.122 9001

if the app is working I see blank screen, if not I see an error from telnet.

How I can do the same check using Host Monitor?
What configuration should use for that?

Thank you!

PS. "TCP Connection" test method doesn't work. I'm not sure why.
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

The problem is that the application that listen for the connections does not send any response of opening.
I don't see any problem. TCP test should work.
"TCP Connection" test method doesn't work. I'm not sure why.
What exactly means "doesn't work"? What is test status?
If telnet started on HostMonitor system can make connection, HostMonitor should be able to do the same.
If you started telnet on other system, then check firewall settings.

Antivirus monitor? Personal firewall?

Regards
Alex
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

KS-Soft wrote:What exactly means "doesn't work"? What is test status?
If telnet started on HostMonitor system can make connection, HostMonitor should be able to do the same.
If you started telnet on other system, then check firewall settings.

Antivirus monitor? Personal firewall?

Regards
Alex
Please take a look: http://img.ly/wBzF

Host Monitor shows "Failed" regardless of started / not started application.
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

HostMonitor cannot show "Failed", there is no such status.
It can set "No answer" status.

The same question: Antivirus monitor? Personal firewall? Do you have such software installed on system where HostMonitor is running? Could you try to disable it?

Could you try execute "netsh winsock reset" command and reboot the system?

Regards
Alex
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

KS-Soft wrote:HostMonitor cannot show "Failed", there is no such status.
It can set "No answer" status.

The same question: Antivirus monitor? Personal firewall? Do you have such software installed on system where HostMonitor is running? Could you try to disable it?

Could you try execute "netsh winsock reset" command and reboot the system?

Regards
Alex
Right. The status is "No Answer".

Have you see the picture by the link I posted?
http://img.ly/images/7770935/full
It shows the test settings and how telnet can access the port.

The screenshot shows host monitor and telnet executed at the same time.

The issue is still present after reboots and resets.
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, I saw screen shot but it cannot tell us what is the problem.
The same question: Antivirus monitor? Personal firewall? Do you have such software installed on system where HostMonitor is running? Could you try to disable it?

Regards
Alex
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

KS-Soft wrote:Yes, I saw screen shot but it cannot tell us what is the problem.
The same question: Antivirus monitor? Personal firewall? Do you have such software installed on system where HostMonitor is running? Could you try to disable it?

Regards
Alex
Windows firewall is off since my PC in the domain.
I have ESET NOD32 Antivirus installed on the PC. It's not ESET Smart Security software so it has no firewall inside. Anyway the problem is still there even if I have it turned off.

BTW, do you really think that if telnet can access the port (as well as other software from different servers) there could still be network problems for Host Monitor to access the port? ;)

Could you suggest whether the configuration on the screenshot should be enough to have the test passed OK when connection can be established?
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You don't need any special settings for simple TCP connection, just 2 parameters - address and port.
If its not antivirus issue then we have no idea what can be wrong :roll:

What version of HostMonitor do you use?
Can HostMonitor perform any other TCP based tests? Check any other host using TCP test method? E.g. check www.google.com, port 80.
Can you set timeout to 0?
Check POP, IMAP, E-Mail? Ping?
Could you use wireshark or some other network traffic analyzer to check what is going on?

Regards
Alex
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

KS-Soft wrote: What version of HostMonitor do you use?
Can HostMonitor perform any other TCP based tests? Check any other host using TCP test method? E.g. check www.google.com, port 80.
Can you set timeout to 0?
Check POP, IMAP, E-Mail? Ping?
Could you use wireshark or some other network traffic analyzer to check what is going on?

Regards
Alex
I have version 8.14

test for www.google.com fails as well.
Ping is working fine.

I'll try to use wireshark to analyze it.
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

KS-Soft wrote: Could you use wireshark or some other network traffic analyzer to check what is going on?
Here is log for Host Mon:

Code: Select all

No.     Time           Source                Destination           Protocol Length Info
     48 7.595740000    192.168.50.108        192.168.50.122        TCP      62     re-conn-proto > etlservicemgr [SYN] Seq=0 Win=65535 Len=0 MSS=1460 SACK_PERM=1

Frame 48: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: re-conn-proto (1306), Dst Port: etlservicemgr (9001), Seq: 0, Len: 0
    Source port: re-conn-proto (1306)
    Destination port: etlservicemgr (9001)
    [Stream index: 4]
    Sequence number: 0    (relative sequence number)
    Header length: 28 bytes
    Flags: 0x002 (SYN)
    Window size value: 65535
    [Calculated window size: 65535]
    Checksum: 0x2451 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted

No.     Time           Source                Destination           Protocol Length Info
     49 7.595981000    192.168.50.122        192.168.50.108        TCP      62     etlservicemgr > re-conn-proto [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 SACK_PERM=1

Frame 49: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: re-conn-proto (1306), Seq: 0, Ack: 1, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: re-conn-proto (1306)
    [Stream index: 4]
    Sequence number: 0    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 28 bytes
    Flags: 0x012 (SYN, ACK)
    Window size value: 16384
    [Calculated window size: 16384]
    Checksum: 0xc1c6 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     50 7.595990000    192.168.50.108        192.168.50.122        TCP      54     re-conn-proto > etlservicemgr [ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 50: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: re-conn-proto (1306), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: re-conn-proto (1306)
    Destination port: etlservicemgr (9001)
    [Stream index: 4]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     51 7.596055000    192.168.50.108        192.168.50.122        TCP      54     re-conn-proto > etlservicemgr [FIN, ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 51: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: re-conn-proto (1306), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: re-conn-proto (1306)
    Destination port: etlservicemgr (9001)
    [Stream index: 4]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
     52 7.596325000    192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > re-conn-proto [ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 52: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: re-conn-proto (1306), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: re-conn-proto (1306)
    [Stream index: 4]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x2e8a [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     53 7.596598000    192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > re-conn-proto [FIN, ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 53: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: re-conn-proto (1306), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: re-conn-proto (1306)
    [Stream index: 4]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x2e89 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
     54 7.596604000    192.168.50.108        192.168.50.122        TCP      54     re-conn-proto > etlservicemgr [ACK] Seq=2 Ack=2 Win=65535 Len=0

Frame 54: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: re-conn-proto (1306), Dst Port: etlservicemgr (9001), Seq: 2, Ack: 2, Len: 0
    Source port: re-conn-proto (1306)
    Destination port: etlservicemgr (9001)
    [Stream index: 4]
    Sequence number: 2    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]
here is log for telnet:

Code: Select all

No.     Time           Source                Destination           Protocol Length Info
     73 16.639315000   192.168.50.108        192.168.50.122        TCP      62     vpjp > etlservicemgr [SYN] Seq=0 Win=65535 Len=0 MSS=1460 SACK_PERM=1

Frame 73: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: vpjp (1345), Dst Port: etlservicemgr (9001), Seq: 0, Len: 0
    Source port: vpjp (1345)
    Destination port: etlservicemgr (9001)
    [Stream index: 5]
    Sequence number: 0    (relative sequence number)
    Header length: 28 bytes
    Flags: 0x002 (SYN)
    Window size value: 65535
    [Calculated window size: 65535]
    Checksum: 0x8e0b [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted

No.     Time           Source                Destination           Protocol Length Info
     74 16.639464000   192.168.50.122        192.168.50.108        TCP      62     etlservicemgr > vpjp [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 SACK_PERM=1

Frame 74: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: vpjp (1345), Seq: 0, Ack: 1, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: vpjp (1345)
    [Stream index: 5]
    Sequence number: 0    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 28 bytes
    Flags: 0x012 (SYN, ACK)
    Window size value: 16384
    [Calculated window size: 16384]
    Checksum: 0xb302 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     75 16.639475000   192.168.50.108        192.168.50.122        TCP      54     vpjp > etlservicemgr [ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 75: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: vpjp (1345), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: vpjp (1345)
    Destination port: etlservicemgr (9001)
    [Stream index: 5]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     88 21.769070000   192.168.50.108        192.168.50.122        TCP      54     vpjp > etlservicemgr [FIN, ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 88: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: vpjp (1345), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: vpjp (1345)
    Destination port: etlservicemgr (9001)
    [Stream index: 5]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
     89 21.769275000   192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > vpjp [ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 89: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: vpjp (1345), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: vpjp (1345)
    [Stream index: 5]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x1fc6 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
     90 21.769406000   192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > vpjp [FIN, ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 90: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: vpjp (1345), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: vpjp (1345)
    [Stream index: 5]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x1fc5 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
     91 21.769413000   192.168.50.108        192.168.50.122        TCP      54     vpjp > etlservicemgr [ACK] Seq=2 Ack=2 Win=65535 Len=0

Frame 91: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: vpjp (1345), Dst Port: etlservicemgr (9001), Seq: 2, Ack: 2, Len: 0
    Source port: vpjp (1345)
    Destination port: etlservicemgr (9001)
    [Stream index: 5]
    Sequence number: 2    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

Another log for Host Monitor:

Code: Select all

No.     Time           Source                Destination           Protocol Length Info
     60 11.608008000   192.168.50.108        192.168.50.122        ICMP     74     Echo (ping) request  id=0x0400, seq=61295/28655, ttl=255 (reply in 61)

Frame 60: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Internet Control Message Protocol

No.     Time           Source                Destination           Protocol Length Info
     61 11.608342000   192.168.50.122        192.168.50.108        ICMP     74     Echo (ping) reply    id=0x0400, seq=61295/28655, ttl=128 (request in 60)

Frame 61: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Internet Control Message Protocol

No.     Time           Source                Destination           Protocol Length Info
    140 12.610419000   192.168.50.108        192.168.50.122        TCP      62     ies-lm > 8060 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 SACK_PERM=1

Frame 140: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 0, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 0    (relative sequence number)
    Header length: 28 bytes
    Flags: 0x002 (SYN)
    Window size value: 65535
    [Calculated window size: 65535]
    Checksum: 0x8f96 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted

No.     Time           Source                Destination           Protocol Length Info
    141 12.610862000   192.168.50.122        192.168.50.108        TCP      62     8060 > ies-lm [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 SACK_PERM=1

Frame 141: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 0, Ack: 1, Len: 0
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 0    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 28 bytes
    Flags: 0x012 (SYN, ACK)
    Window size value: 16384
    [Calculated window size: 16384]
    Checksum: 0xd43b [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    142 12.610873000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 142: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 1, Ack: 1, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    143 12.610950000   192.168.50.108        192.168.50.122        HTTP     172    GET / HTTP/1.1 

Frame 143: 172 bytes on wire (1376 bits), 172 bytes captured (1376 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 1, Ack: 1, Len: 118
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 1    (relative sequence number)
    [Next sequence number: 119    (relative sequence number)]
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x018 (PSH, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe6c7 [validation disabled]
    [SEQ/ACK analysis]
Hypertext Transfer Protocol

No.     Time           Source                Destination           Protocol Length Info
    145 12.755169000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 145: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 1, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 1    (relative sequence number)
    [Next sequence number: 1461    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x8695 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    146 12.755317000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 146: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 1461, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 1461    (relative sequence number)
    [Next sequence number: 2921    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe164 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    147 12.755338000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=2921 Win=65535 Len=0

Frame 147: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 2921, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 2921    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    148 12.756247000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 148: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 2921, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 2921    (relative sequence number)
    [Next sequence number: 4381    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x6030 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    149 12.756401000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 149: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 4381, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 4381    (relative sequence number)
    [Next sequence number: 5841    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe478 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    150 12.756419000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=5841 Win=65535 Len=0

Frame 150: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 5841, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 5841    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    151 12.756502000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 151: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 5841, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 5841    (relative sequence number)
    [Next sequence number: 7301    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x0cc6 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    152 12.757074000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 152: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 7301, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 7301    (relative sequence number)
    [Next sequence number: 8761    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x48f5 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    153 12.757083000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=8761 Win=65535 Len=0

Frame 153: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 8761, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 8761    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    154 12.757227000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 154: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 8761, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 8761    (relative sequence number)
    [Next sequence number: 10221    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x6c1f [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    155 12.757330000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 155: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 10221, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 10221    (relative sequence number)
    [Next sequence number: 11681    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xf335 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    156 12.757340000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=11681 Win=64075 Len=0

Frame 156: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 11681, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 11681    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 64075
    [Calculated window size: 64075]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    157 12.757870000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 157: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 11681, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 11681    (relative sequence number)
    [Next sequence number: 13141    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x04a0 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    158 12.758024000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 158: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 13141, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 13141    (relative sequence number)
    [Next sequence number: 14601    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x98b9 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    159 12.758030000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=14601 Win=61155 Len=0

Frame 159: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 14601, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 14601    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 61155
    [Calculated window size: 61155]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    160 12.758126000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 160: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 14601, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 14601    (relative sequence number)
    [Next sequence number: 16061    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xf998 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    161 12.758229000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 161: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 16061, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 16061    (relative sequence number)
    [Next sequence number: 17521    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x98ec [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    162 12.758236000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=17521 Win=58235 Len=0

Frame 162: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 17521, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 17521    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 58235
    [Calculated window size: 58235]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    163 12.758382000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 163: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 17521, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 17521    (relative sequence number)
    [Next sequence number: 18981    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x80a8 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    164 12.758487000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 164: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 18981, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 18981    (relative sequence number)
    [Next sequence number: 20441    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x6f8b [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    165 12.758496000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=20441 Win=55315 Len=0

Frame 165: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 20441, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 20441    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 55315
    [Calculated window size: 55315]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    166 12.758876000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 166: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 20441, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 20441    (relative sequence number)
    [Next sequence number: 21901    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xa314 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    167 12.759025000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 167: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 21901, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 21901    (relative sequence number)
    [Next sequence number: 23361    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0x3364 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    168 12.759032000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=23361 Win=52395 Len=0

Frame 168: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 23361, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 23361    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 52395
    [Calculated window size: 52395]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    169 12.759128000   192.168.50.122        192.168.50.108        TCP      1514   [TCP segment of a reassembled PDU]

Frame 169: 1514 bytes on wire (12112 bits), 1514 bytes captured (12112 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 23361, Ack: 119, Len: 1460
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 23361    (relative sequence number)
    [Next sequence number: 24821    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xd228 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (1460 bytes)

No.     Time           Source                Destination           Protocol Length Info
    170 12.759131000   192.168.50.122        192.168.50.108        TCP      80     [TCP segment of a reassembled PDU]

Frame 170: 80 bytes on wire (640 bits), 80 bytes captured (640 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 24821, Ack: 119, Len: 26
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 24821    (relative sequence number)
    [Next sequence number: 24847    (relative sequence number)]
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x018 (PSH, ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xc3d5 [validation disabled]
    [SEQ/ACK analysis]
    TCP segment data (26 bytes)

No.     Time           Source                Destination           Protocol Length Info
    171 12.759136000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [ACK] Seq=119 Ack=24847 Win=50909 Len=0

Frame 171: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 24847, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 24847    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 50909
    [Calculated window size: 50909]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    172 12.766833000   192.168.50.122        192.168.50.108        TCP      60     [TCP Dup ACK 170#1] 8060 > ies-lm [ACK] Seq=24847 Ack=119 Win=65417 Len=0

Frame 172: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: 8060 (8060), Dst Port: ies-lm (1443), Seq: 24847, Ack: 119, Len: 0
    Source port: 8060 (8060)
    Destination port: ies-lm (1443)
    [Stream index: 6]
    Sequence number: 24847    (relative sequence number)
    Acknowledgment number: 119    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65417
    [Calculated window size: 65417]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xdff1 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    173 12.779228000   192.168.50.108        192.168.50.122        TCP      54     ies-lm > 8060 [RST, ACK] Seq=119 Ack=24847 Win=0 Len=0

Frame 173: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: ies-lm (1443), Dst Port: 8060 (8060), Seq: 119, Ack: 24847, Len: 0
    Source port: ies-lm (1443)
    Destination port: 8060 (8060)
    [Stream index: 6]
    Sequence number: 119    (relative sequence number)
    Acknowledgment number: 24847    (relative ack number)
    Header length: 20 bytes
    Flags: 0x014 (RST, ACK)
    Window size value: 0
    [Calculated window size: 0]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xdf77 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
    357 26.606778000   192.168.50.108        192.168.50.122        TCP      62     dberegister > etlservicemgr [SYN] Seq=0 Win=65535 Len=0 MSS=1460 SACK_PERM=1

Frame 357: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: dberegister (1479), Dst Port: etlservicemgr (9001), Seq: 0, Len: 0
    Source port: dberegister (1479)
    Destination port: etlservicemgr (9001)
    [Stream index: 23]
    Sequence number: 0    (relative sequence number)
    Header length: 28 bytes
    Flags: 0x002 (SYN)
    Window size value: 65535
    [Calculated window size: 65535]
    Checksum: 0x4335 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted

No.     Time           Source                Destination           Protocol Length Info
    358 26.607116000   192.168.50.122        192.168.50.108        TCP      62     etlservicemgr > dberegister [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460 SACK_PERM=1

Frame 358: 62 bytes on wire (496 bits), 62 bytes captured (496 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: dberegister (1479), Seq: 0, Ack: 1, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: dberegister (1479)
    [Stream index: 23]
    Sequence number: 0    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 28 bytes
    Flags: 0x012 (SYN, ACK)
    Window size value: 16384
    [Calculated window size: 16384]
    Checksum: 0x9237 [validation disabled]
    Options: (8 bytes), Maximum segment size, No-Operation (NOP), No-Operation (NOP), SACK permitted
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    359 26.607124000   192.168.50.108        192.168.50.122        TCP      54     dberegister > etlservicemgr [ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 359: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: dberegister (1479), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: dberegister (1479)
    Destination port: etlservicemgr (9001)
    [Stream index: 23]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    360 26.607160000   192.168.50.108        192.168.50.122        TCP      54     dberegister > etlservicemgr [FIN, ACK] Seq=1 Ack=1 Win=65535 Len=0

Frame 360: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: dberegister (1479), Dst Port: etlservicemgr (9001), Seq: 1, Ack: 1, Len: 0
    Source port: dberegister (1479)
    Destination port: etlservicemgr (9001)
    [Stream index: 23]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 1    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
    361 26.607464000   192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > dberegister [ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 361: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: dberegister (1479), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: dberegister (1479)
    [Stream index: 23]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xfefa [validation disabled]
    [SEQ/ACK analysis]

No.     Time           Source                Destination           Protocol Length Info
    362 26.607720000   192.168.50.122        192.168.50.108        TCP      60     etlservicemgr > dberegister [FIN, ACK] Seq=1 Ack=2 Win=65535 Len=0

Frame 362: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0
Ethernet II, Src: IntelCor_91:be:a6 (00:1c:c0:91:be:a6), Dst: IntelCor_81:ec:02 (00:1c:c0:81:ec:02)
Internet Protocol Version 4, Src: 192.168.50.122 (192.168.50.122), Dst: 192.168.50.108 (192.168.50.108)
Transmission Control Protocol, Src Port: etlservicemgr (9001), Dst Port: dberegister (1479), Seq: 1, Ack: 2, Len: 0
    Source port: etlservicemgr (9001)
    Destination port: dberegister (1479)
    [Stream index: 23]
    Sequence number: 1    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x011 (FIN, ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xfef9 [validation disabled]

No.     Time           Source                Destination           Protocol Length Info
    363 26.607726000   192.168.50.108        192.168.50.122        TCP      54     dberegister > etlservicemgr [ACK] Seq=2 Ack=2 Win=65535 Len=0

Frame 363: 54 bytes on wire (432 bits), 54 bytes captured (432 bits) on interface 0
Ethernet II, Src: IntelCor_81:ec:02 (00:1c:c0:81:ec:02), Dst: IntelCor_91:be:a6 (00:1c:c0:91:be:a6)
Internet Protocol Version 4, Src: 192.168.50.108 (192.168.50.108), Dst: 192.168.50.122 (192.168.50.122)
Transmission Control Protocol, Src Port: dberegister (1479), Dst Port: etlservicemgr (9001), Seq: 2, Ack: 2, Len: 0
    Source port: dberegister (1479)
    Destination port: etlservicemgr (9001)
    [Stream index: 23]
    Sequence number: 2    (relative sequence number)
    Acknowledgment number: 2    (relative ack number)
    Header length: 20 bytes
    Flags: 0x010 (ACK)
    Window size value: 65535
    [Calculated window size: 65535]
    [Window size scaling factor: -2 (no window scaling used)]
    Checksum: 0xe651 [validation disabled]
    [SEQ/ACK analysis]
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

Not sure what should I look for.
Do you want me to send a log file to you?
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Source port: re-conn-proto (1306)
Destination port: etlservicemgr (9001)
Sequence number: 0 (relative sequence number)
Header length: 28 bytes
Flags: 0x002 (SYN)

Source port: etlservicemgr (9001)
Destination port: re-conn-proto (1306)
Sequence number: 0 (relative sequence number)
Acknowledgment number: 1 (relative ack number)
Header length: 28 bytes
Flags: 0x012 (SYN, ACK)

Source port: re-conn-proto (1306)
Destination port: etlservicemgr (9001)
Sequence number: 1 (relative sequence number)
Acknowledgment number: 1 (relative ack number)
Header length: 20 bytes
Flags: 0x010 (ACK)

Source port: re-conn-proto (1306)
Destination port: etlservicemgr (9001)
Sequence number: 1 (relative sequence number)
Acknowledgment number: 1 (relative ack number)
Header length: 20 bytes
Flags: 0x011 (FIN, ACK)

Source port: etlservicemgr (9001)
Destination port: re-conn-proto (1306)
Sequence number: 1 (relative sequence number)
Acknowledgment number: 2 (relative ack number)
Header length: 20 bytes
Flags: 0x010 (ACK)

Source port: etlservicemgr (9001)
Destination port: re-conn-proto (1306)
Sequence number: 1 (relative sequence number)
Acknowledgment number: 2 (relative ack number)
Header length: 20 bytes
Flags: 0x011 (FIN, ACK)
This looks just fine.
May be some bug in our code but I do not remember any problems with TCP test in last 10 years.
Have you tried to set 0 timeout?

Version 8.14 is pretty old but we will check...
Please send your order number or registration name to support@ks-soft.net

Regards
Alex
michellazarenko
Posts: 9
Joined: Mon Sep 23, 2013 7:03 am

Post by michellazarenko »

Details sent.
Zero timeout didn't help. :(
Post Reply