Marinetti tcp snooper CDA.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kelvin Sherlock c8d4567479 Merge branch 'master' of https://github.com/ksherlock/tcpsnooper 2 years ago
.clang-format reformat. 4 years ago
GNUmakefile clean up makefile a little bit, add ifconfig. 4 years ago
cda.asm minor tweaks to build with golden gate. 4 years ago
cda.mac minor tweaks to build with golden gate. 4 years ago
debug.c minor tweaks to build with golden gate. 4 years ago
ifconfig.c marinetti callback was trashing memory. WriteLine store to _toolErr, in the wrong bank. 4 years ago
makefile.mk Update makefile.mk 4 years ago
netstat.c typo. 4 years ago
readme Update readme 4 years ago
snooper.c display raw long version word 2 years ago
ur.c minor tweaks to build with golden gate. 4 years ago

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`)