In wireshark 1.2 version, we had display filters such as wlan_mgt.wme.be.ac_param.ecwmin==7, i.e. you could filter packets based on WMM parameters for a specific access category. But in latest wireshark, we can't do that. i.e. , if I want packets which has ECWMIN for Best Effort is equal to 7, I can't do that. What I can do is, packets maching ECWMIN to 7. So if I put this filter, I get packets which has WMM param ECWMIN equal to 7 for either best effort/backgroun/voice/video. Above display filter is changed to: wlan_mgt.wfa.ie.wme.acp.ecw.min. here I can't mention for which access category I need! I'm surprised by this change. Is it a bug? Can I request for enhancement? asked 10 Oct '13, 11:30 Ramprasad edited 10 Oct '13, 11:31 |
One Answer:
I searched the trunk-1.2 sources (as well as all other trunks) for a filter named So maybe you can help point to where that filter previously existed because I can't find any reference to it anywhere. answered 11 Oct '13, 10:32 cmaynard ♦♦ |
Yes, possible. The current version we are using is customized to meet our needs. Probably this is part of it.
Assuming this is never present, could you think of any other solution to above problem? i.e. to filter packets based on value for a particular access category?, which is not possible with current granularity level we have?
could you think of any other solution to above problem?
I can think of a few solutions to your problem. You could: