简体   繁体   中英

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. 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. You can open the.pcapng file and then

  • Click on “Statistics”
  • Select “HTTP”
  • Select “Packet Counter“

在此处输入图像描述

In my case, I can 14 requests and 14 responses. (Success 2xx).

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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