Marinetti tcp snooper CDA.
Go to file
Kelvin Sherlock c8d4567479 Merge branch 'master' of https://github.com/ksherlock/tcpsnooper 2021-03-14 22:47:48 -04:00
.clang-format reformat. 2019-01-16 21:26:42 -05:00
GNUmakefile clean up makefile a little bit, add ifconfig. 2019-01-19 21:41:49 -05:00
cda.asm minor tweaks to build with golden gate. 2019-01-15 00:10:12 -05:00
cda.mac minor tweaks to build with golden gate. 2019-01-15 00:10:12 -05:00
debug.c minor tweaks to build with golden gate. 2019-01-15 00:10:12 -05:00
ifconfig.c marinetti callback was trashing memory. WriteLine store to _toolErr, in the wrong bank. 2019-01-19 21:29:45 -05:00
makefile.mk Update makefile.mk 2019-07-15 21:45:50 -04:00
netstat.c typo. 2019-07-09 22:56:52 -04:00
readme Update readme 2019-07-15 21:34:57 -04:00
snooper.c display raw long version word 2021-03-14 22:47:28 -04:00
ur.c minor tweaks to build with golden gate. 2019-01-15 00:10:12 -05:00

readme

TCP Snooper

TCP Snooper is a Classic Desk Accessory (CDA) which displays information on all currently active Marinetti TCP connections.  It is useful if youUre programming or debugging a TCP program, or if you just like to know what's going on with your system.


How To Build TCP Snooper
======================

TCP Snooper is written in ORCA/C.  It can be built usig Golden Gate (GNUmakefile) or with GNO/ME (using dmake - makefile.mk).

It can also be manually built under ORCA Shell (`cmpl snooper.c keep=snooper.cda`)