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.
I am importing PCAP file having MPLS protocol, as MPLS protocol is not available, ostinato treats MPLS as a hexdump and it is decoding layers above MPLS properly.
Through ostinato GUI i am able to send packets properly and in wireshark capture i am be able to see all the headers including MPLS properly.
But when i save it as python script, MPLS header is dumped as hex field and content for that field is exported as empty.(snippt of python script pasted below )
I am importing PCAP file having MPLS protocol, as MPLS protocol is not available, ostinato treats MPLS as a hexdump and it is decoding layers above MPLS properly.
Through ostinato GUI i am able to send packets properly and in wireshark capture i am be able to see all the headers including MPLS properly.
But when i save it as python script, MPLS header is dumped as hex field and content for that field is exported as empty.(snippt of python script pasted below )
Note : same problem observed for all unimplemented protocols like GRE, GTP...
The text was updated successfully, but these errors were encountered: