You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
<proto name="ipv6" showname="Internet Protocol Version 6, Src: fe80::b60c:25ff:fe05:8e10, Dst: ff02::5" size="40" pos="14">
<field name="ipv6.version" showname="0110 .... = Version: 6" size="1" pos="14" show="6" value="6" unmaskedvalue="6c"/>
<field name="ip.version" showname="0110 .... = Version: 6 [This field makes the filter match on "ip.version == 6" possible]" hide="yes" size="1" pos="14" show="6" value="6" unmaskedvalue="6c"/>
With tshark 3.4.7, the PDML generated is
<proto name="ipv6" showname="Internet Protocol Version 6, Src: fe80::b60c:25ff:fe05:8e10, Dst: ff02::5" size="40" pos="14">
<field name="ipv6.version" showname="0110 .... = Version: 6" size="1" pos="14" show="6" value="6c"/>
<field name="ip.version" showname="0110 .... = Version: 6 [This field makes the filter match on "ip.version == 6" possible]" hide="yes" size="1" pos="14" show="6" value="6" unmaskedvalue="6c"/>
The value field of ipv6.version is different - 6 vs 6c - the latter value leads to ipv6.version being set to 12 (0xc) instead of 6 when imported into an Ostinato stream
The text was updated successfully, but these errors were encountered:
This is dependent on tshark version.
With
tshark 3.2.4
, the PDML generated isWith
tshark 3.4.7
, the PDML generated isThe
value
field ofipv6.version
is different -6
vs6c
- the latter value leads to ipv6.version being set to 12 (0xc) instead of 6 when imported into an Ostinato streamThe text was updated successfully, but these errors were encountered: