美文网首页
wireshark mannual

wireshark mannual

作者: LFBuildMountain | 来源:发表于2018-04-16 14:58 被阅读0次

    double click option under Capture to choose a network interface
    as ethernet or wifi

    as soon as click, wireshark will start to capture all package send to or from current local host

    promisicuous mode --enable by default, will capture all other packages from interface, which may not address at local host, just pass by Capture->Options

    filter

    if(filter is green):
      it's valid expression
    else:
      invalid
    
    tcp.port == 80
    ip.dst == 192.168.1.1
    ip.src == 192.168.1.1
    
    tcp
    ip
    http or ip
    not ip
    
    http contains "200 OK"
    

    相关文章

      网友评论

          本文标题:wireshark mannual

          本文链接:https://www.haomeiwen.com/subject/jartkftx.html