Hi,
The VLAN dissector has a 802.1QinQ preference. By default this is set to
9100. What happens if you change that to 8100?
Thanx,
Jaap
Jose Liste wrote:
> Hi,
>
> I am trying to capture frames that carry two vlan tags (both with etype
> x8100). For the actual capture, I have a passive coppe
Is there a way to get an overview of all SMB traffic, broken down by
file ID (or better yet, file name)? I'd even settle for a 3rd party
add-on utility. For example, I've got 20mb (200k packets) of SMB data
being sent, but I don't know which file(s) are the most heavily used.
If not, there ar
Hi,
I am trying to capture frames that carry two vlan tags (both with etype
x8100). For the actual capture, I have a passive copper tap connected to my
laptop (Lenovo T60P with Intel Pro/1000 PL) with wireshark.
The problem I am having is that I only see the outer-most vlan tag but no
Is there a way to get an overview of all SMB traffic, broken down by
file ID (or better yet, file name)? I'd even settle for a 3rd party
add-on utility. For example, I've got 20mb (200k packets) of SMB data
being sent, but there's no easy way to know which file(s) are the most
heavily used.
I
Is it possible to add a Gop start pattern based on Low Window Size?
Gop ... {
Start (win_size<1500);
Stop (win_size>1499);
};
As written in the manual "It should check whether the values are numbers
and compare them numerically". But the actual semantical comparison
should work too in