Name | Size | Rev. | Time | Author | Log Message |
---|---|---|---|---|---|
![]() |
7.13 k | r6860 | 2017-07-13 19:01:34 | ![]() |
eliminate FAR keyword. 削除漏れがあ... |
![]() |
1.63 k | r3227 | 2009-03-25 00:10:33 | (del#1144) | CVS から SVN へ移行: 改行コードを LF ... |
![]() |
1.61 k | r6597 | 2017-02-21 13:05:52 | ![]() |
スペーシングを調整 |
![]() |
4.39 k | r5875 | 2015-05-17 01:04:29 | (del#1144) | GetParam を ttpcm.dll に移動した |
![]() |
5.36 k | r5875 | 2015-05-17 01:04:29 | (del#1144) | GetParam を ttpcm.dll に移動した |
![]() |
5.31 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
5.31 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
398 | r3227 | 2009-03-25 00:10:33 | (del#1144) | CVS から SVN へ移行: 改行コードを LF ... |
![]() |
4.32 k | r5875 | 2015-05-17 01:04:29 | (del#1144) | GetParam を ttpcm.dll に移動した |
![]() |
5.09 k | r5745 | 2014-12-31 20:34:20 | (del#1144) | Visual Studio 2010 用のプロジェクトフ... |
![]() |
5.31 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
4.19 k | r5744 | 2014-12-31 20:33:28 | (del#1144) | Visual Studio 2008 用のプロジェクトフ... |
![]() |
5.04 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
862 | r3227 | 2009-03-25 00:10:33 | (del#1144) | CVS から SVN へ移行: 改行コードを LF ... |
![]() |
5.04 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
1.16 k | r5745 | 2014-12-31 20:34:20 | (del#1144) | Visual Studio 2010 用のプロジェクトフ... |
![]() |
4.12 k | r5701 | 2014-11-19 00:02:07 | (del#1144) | vcproj を整理 可能な限りマクロを利... |
![]() |
1.16 k | r5746 | 2014-12-31 20:35:12 | (del#1144) | Visual Studio 2012 用のプロジェクトフ... |
![]() |
5.04 k | r6286 | 2016-02-02 00:14:14 | (del#24082) | チケット #35744 VS2015の警告除去 下... |
![]() |
1.16 k | r5708 | 2014-11-20 01:48:59 | (del#1144) | Visual Studio 2013 用のプロジェクトフ... |
![]() |
5.04 k | r6637 | 2017-03-17 00:12:31 | (del#24082) | VS2017(VC++15) 対応 |
![]() |
1.16 k | r5745 | 2014-12-31 20:34:20 | (del#1144) | Visual Studio 2010 用のプロジェクトフ... |
![]() |
1.16 k | r5922 | 2015-07-24 01:16:25 | (del#1144) | Visual Studio 2015 用のプロジェクトフ... |
![]() |
1.16 k | r5746 | 2014-12-31 20:35:12 | (del#1144) | Visual Studio 2012 用のプロジェクトフ... |
![]() |
1.16 k | r5708 | 2014-11-20 01:48:59 | (del#1144) | Visual Studio 2013 用のプロジェクトフ... |
![]() |
1.16 k | r5922 | 2015-07-24 01:16:25 | (del#1144) | Visual Studio 2015 用のプロジェクトフ... |
![]() |
1.16 k | r6637 | 2017-03-17 00:12:31 | (del#24082) | VS2017(VC++15) 対応 |
![]() |
12.13 k | r6860 | 2017-07-13 19:01:34 | ![]() |
eliminate FAR keyword. 削除漏れがあ... |
TTXttyrec -- a tty recorder Feature: This feature are recording a terminal display data, and writing to a file. If a user selects Record menu under Control menu, the saving dialog is shown. TTY recording will start after selecting a file. If a use reselects the menu, TTY recording will finish. The saving file data can be replayed with ttyplay(http://0xcc.net/ttyrec/index.html.en). Description: This feature is a sample plugin to hook the TCP communication data. This plugin hooks Precv handler, writes the current timestamp and the receiving data to a file with ttyrec format. The gettimeofday API is built with the full scratch because Windows API does not have this function. Bug: * A user can only record. Can not replay the recording data by using Tera Term. ToDo: * Support for replaying the recording data.