捕获WWAN /移动宽带连接 [英] Capture WWAN / Mobile Broadband Connection

查看:204
本文介绍了捕获WWAN /移动宽带连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我收到了有关Microsoft Message Analyzer的问题。随着"旧" Microsoft网络监视器工具很容易捕获WWAN /移动宽带适配器流量,因为它在列表中显示为接口。由于Netmon已被弃用,因此I
正在查看Message Analyzer,但我无法在任何跟踪方案中找到我的WWAN适配器。有人知道Message Analyzer是否甚至支持WWAN?如果是这样 - 我在哪里可以找到它?



谢谢,


Stefna

解决方案

尝试使用网络隧道流量方案。 这应该从隧道内部捕获流量,也可能从移动宽带适配器捕获流量。请注意,默认情况下,这包含环回流量。 您可以通过应用以下会话过滤器来摆脱


WFPCapture.Message2V4.Address!= 127.0.0.1&& WFPCapture.Message2V6.Address!= :: 1


否则你会看到来自环回适配器的大量噪音。


Paul


Hello everybody,

I got a question regarding Microsoft Message Analyzer. With the "old" Microsoft Network Monitor Tool it was quite easy to capture WWAN / Mobile Broadband adapter traffic as it was shown as an interface in the list. Since Netmon is deprecated I was looking into Message Analyzer but I can't find my WWAN adapters there in any of the Trace Scenarios. Does somebody know if Message Analyzer has even support for WWAN? And if so - where can I find it?

Thanks,

Stefna

解决方案

Try using the Network Tunnel Traffic scenario.  This should capture the traffic from inside tunnels and perhaps from your Mobile Broadband adapter as well. Just be aware that this contains loopback traffic by default.  You can get rid of that by applying a session filter of:

WFPCapture.Message2V4.Address != 127.0.0.1 && WFPCapture.Message2V6.Address != ::1

Otherwise you see a lot of noise from the loopback adapter.

Paul


这篇关于捕获WWAN /移动宽带连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆