snoopyxdy的博客

不要用执行上的勤奋来掩盖思考上的懒惰


  • 首页

  • 归档

linux通过wireshark抓包HTTP

发表于 2016-11-14 | 更新于 2018-11-26 | 分类于 node.js | 评论数:

两个简单的命令
yum install wireshark
tshark -i eth0 -n -t a -f “port 6102” -R http.request -T fields -e “frame.time” -e “ip.src” -e “ip.dst” -e “http.host” -e “http.request.method” -e “http.request.uri” -e “http.response.code”

# node.js
Openresty利用ngx.thread判断超时
深入理解golang的基本类型排序与slice排序

snoopyxdy

289 日志
13 分类
23 标签
© 2020 snoopyxdy
由 Hexo 强力驱动 v3.8.0
|
主题 – NexT.Muse v6.5.0