How to analyse VITA49 radio transport protocol on wireshark? asked 11 Aug '14, 02:10 Bhavika edited 11 Aug '14, 11:28 JeffMorriss ♦ |
2 Answers:
Actually it looks like Wireshark does support it since version 1.10.0. The changes came in via bugs 8506 and 8507. Edit: Oh, as for the actual question of how to decode the traffic, Wireshark expects to see the traffic on UDP port 4991. If your traffic is not on that port you should adjust the dissector's preference (Edit->Preferences->Protocols->Vita 49 and change the port number appropriately). answered 11 Aug '14, 08:16 JeffMorriss ♦ edited 11 Aug '14, 11:27 |
By adding a dissector for it or looking at the data if the transport protocol used e.g there is no dissector for that protocol as far as I know. answered 11 Aug '14, 03:59 Anders ♦ |