diff options
author | Fritz Elfert <felfert@to.com> | 2001-01-31 02:00:53 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2001-01-31 02:00:53 +0000 |
commit | c74c003be18e83d63831cb683dcc7ec2476a6a79 (patch) | |
tree | 5b2f4ac00f18cee9dc5ff7d7fb588b88fb4c18dd /patches/README | |
parent | 7e68b8205a603a7ec53ed0d9798126de155321f7 (diff) | |
download | plptools-c74c003be18e83d63831cb683dcc7ec2476a6a79.tar.gz plptools-c74c003be18e83d63831cb683dcc7ec2476a6a79.tar.bz2 plptools-c74c003be18e83d63831cb683dcc7ec2476a6a79.zip |
Added kernel patch for a tty sniffer.
Diffstat (limited to 'patches/README')
-rw-r--r-- | patches/README | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/patches/README b/patches/README index 11b7c95..1796b53 100644 --- a/patches/README +++ b/patches/README @@ -12,5 +12,18 @@ used the following login.conf for mgetty: /PLP/ - - /usr/sbin/ncpd -d -e * - - /bin/login @ - -- MJG + +linux-2.2.18-ttytap.patch is a patch for linux 2.2.18 adding a ttytap feature. +It enables you to sniff all data going in/out over a serial line. I use this +for sniffing communication between the Psion and a PsiWin running under Win98 +in a vmware virtual machine. After applying this patch, you will find a new +option "Tty tapping" in the Section "Character devices" of the kernel +configuration. Enable this option and rebuild/install the kernel as usual. +When running the new kernel, you will find a new pseudo-device /proc/ttytap. +It implements various ioctl's and read. The userlevel program for dealing +with it can be found in etc/ttytap.c. Compile that and then run it e.g.: +ttytap /dev/ttyS0 + +-Fritz + |