The Fine Manual states:
tcpDGMSTBLEN The total length of the error table, in bytes, including
tcpDGMSTBLEN
In actuality, TCPIPGetErrorTable returns 0 in this field.
in IP.S, line 550 or so, please change this:
ERRORTABLE ENT
DS tcpDGMSLEN
to:
ERRORTABLE ENT
ADRL tcpDGMSLEN ; size of error table
DS tcpDGMSLEN-4
Internal: PC /NewDev2/Testbuild/Marinetti/Init/I.IP.B79.S
Last edit: Andrew Roughan 2019-01-26