I have a server playing out 24 multi-cast streams on three GbE ports (8 per port), which are connected to a switch. When I connect directly to one of the GbE ports I am able to capture all the multicast streams. When I connect to the switch I have to set-up TSReader (or StreamXpert) to join to a multicast before Wireshark will display the packets Is there a way that wireshark can make a join request to a multicast therefore cutting out the need to use TSReader? asked 29 May '12, 08:31 krobinson |
2 Answers:
Only by changing the Wireshark code (which would be a non-starter IMO) :) What's wrong with separately issuing the join request before starting the Wireshark capture ? answered 29 May '12, 08:42 Bill Meier ♦♦ edited 29 May '12, 08:42 |
That would require to implement (part of) the multicast host requirements in Wireshark.
As you can see from the list, the generic solution is rather large. Therefore I don't see it happening in the near future. answered 31 May '12, 06:39 Jaap ♦ |
Just being lazy.
I need to check the TTL on a couple of different streams, so I was hoping to have a easier and faster way.