0

I want to keep monitor a software using sctp port29169 on my windows machine. However, I tried "netstat -an" and it only shows me the TCP and UDP ports. Is there any way that I can check the sctp port 29169 status in command line in windows locally?(I want to check how many ESTABLISHED connection has been open with this port)

Weiqi
  • 11

1 Answers1

0

Microsoft does not support SCTP natively in its operating systems, but there is a SctpDrv Windows library for SCTP connections.

There is also a SCTP userspace/userland library (sctplib) that can run on multiple operating systems.

Wireshark also can decode SCTP packets.

Please read further and see if anything is available using these that can be leveraged for your monitoring requirements.

sctplib

SctpDrv

bentek
  • 2,333
  • 1
  • 16
  • 23