支持http 1.1的tcp监视和日志工具

tcpwatch的Python项目详细描述


tcpwatch是一个用python编写的实用程序,它允许您监视转发的tcp 连接或http代理连接。它在窗口中显示会话 有着过去联系的历史。它对开发和调试很有用 协议实现和web服务。

版本1.3与使用线程的Tkinter安装兼容。见 其他更改列表的更改日志。

tcpwatch是根据zpl 2.0授权的,需要python2.1或更高版本。

1.3.1版

  • Convert to use setuptools and console scripts for installation
  • Release to PyPI.

1.3版

  • Made compatible with versions of tcl that have threads enabled.
  • Log file numbers are now sequential.
  • user@host” is now accepted as a destination hostname (the user name is ignored).

1.2.1版

  • A typo made it impossible to use two of the command line options. Fixed.

版本1.2

  • Added the ability to record TCP sessions to a directory. Use -r <path>. Implemented by Tres Seaver.
  • Replaced the launch script with a distutils setup.py, thanks again to Tres Seaver.

版本1.1

  • Almost completely rewritten. The code is now more reusable and reliable, but the user interface has not changed much.
  • 8-bit clean. (You can now use TCPWatch to verify that SSH really does encrypt data. ;-) )
  • It can now run as a simple HTTP proxy server using the “-p” option. There are a lot of interesting ways to use this.
  • It’s now easier to watch persistent HTTP connections. The “-h” option shows each transaction in a separate entry.
  • You can turn off the Tkinter GUI using the -s option, which outputs to stdout.
  • Colorized Tkinter output.

1.0版

Never released to the public.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在Microsoft Office Word或Excel文档中查找突出显示的文本   Java反射:获取方法返回参数的类型   java根据从字符串解析的日期对ArrayList<String>进行排序   不带IDE JSONObject的json JAVA   Selenium检查属性是否包含java中字符串的一部分   java Hibernate在使用@PostConstruct时找不到绑定到线程的会话   java频繁访问对象属性会带来成本吗?   java如何使用spring boot从json更新数据   Android Studio中的java适当边距布局   java spring引导无法在spring测试类中注入spring服务   java在插入排序中删除重复项   如何在JAVA中重写异常类方法   java Guava缓存内存泄漏   多线程处理三个必须并行执行的任务completableFuture,如果其中任何一个在java中引发异常,则全部取消