I have created a dissector for cluster heartbeat messages. Everything works okay except the IP addresses. An IP of 10.102.1.71 is displayed by the dissector as 71.1.102.10. How correct this? Do i need to apply host to network transformation or the other way around?? And most importantly, how to apply that transformation?? Regards, Sidharth asked 13 Jul '11, 04:53 sid |
One Answer:
Set the final parameter of answered 13 Jul '11, 06:21 Jaap ♦ edited 14 Jul '11, 01:43 |
What is the exact code you're using to fetch the IP address and put it into the protocol tree?
You're not supposed to apply any byte-order transformation to IP addresses.