简体   繁体   English

在wireshark中建立了多少个http和https连接?

[英]How many http and https connections established in wireshark?

I ran wireshark for a while and opened a few webpages now my class assignment is asking me to find out the number of http and https connections established.我运行了 wireshark 一段时间并打开了一些网页,现在我的 class 任务要求我找出 http 和 https 连接的数量。 Can you suggest commands or filters to find these out?你能建议命令或过滤器来找出这些吗?

HTTP is connection-less, that means client and server knows about each other during current request and response only. HTTP 是无连接的,这意味着客户端和服务器仅在当前请求和响应期间相互了解。 You can open the.pcapng file and then您可以打开 .pcapng 文件,然后

  • Click on “Statistics”点击“统计”
  • Select “HTTP” Select “HTTP”
  • Select “Packet Counter“ Select “数据包计数器”

在此处输入图像描述

In my case, I can 14 requests and 14 responses.就我而言,我可以有 14 个请求和 14 个响应。 (Success 2xx). (成功 2xx)。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM