Thank you for the command output. Based on that I can confirm that
this is due to wireshark version difference.
In the version you are using, tshark XML output has -
<field name="ip.version" showname="0100 .... = Version: 4"
size="1" pos="14" show="4" value="4" unmaskedvalue="45"/>
<field name="ip.hdr_len" showname=".... 0101 = Header Length: 20
bytes (5)" size="1" pos="14" show="20" value="45"/>
In the version that I am using - 1.10.4 (admittedly an old version),
the XML is -
<field name="ip.version" showname="Version: 4" size="1" pos="14"
show="4" value="45"/>
<field name="ip.hdr_len" showname="Header length: 20 bytes"
size="1" pos="14" show="20" value="45"/>
Ostinato uses the "value" attribute of the "ip.version" field to
populate the first byte of the IP header. Since this seems to have
changed with 2.x, we now see this bug in Ostinato.
Please file a bug on GitHub to have this fixed - may need some time to
figure out the best way to fix this in a backward compatible fashion.
Till then as a workaround you can install an old 1.x version of tshark
and in Ostinato Preferences, set the tshark path to point to that.
Thanks,
Srivats
> --
> Get Ostinato News and Updates on Twitter - Follow @ostinato
> (
http://twitter.com/ostinato)
> ---
> You received this message because you are subscribed to the Google Groups
> "ostinato" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
ostinato+u...@googlegroups.com.