ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43505: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 27 Jun 2012 13:27:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43505

User: alagoutte
Date: 2012/06/27 06:27 AM

Log:
 From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414
 PMIPV6 support over IPV4 network
 
 PMIPv6 is an extension of MIPv6, adding a certain number of options to the
 MIPv6 protocol. These options are already implemented in the wireshark
 dissector, and the MIPv6 headers are recognized, but only inside IPv6 packets.
 
 However, RFC5844 extends the PMIPv6 protocol to make it work over IPv4 networks
 : as explained in section 4 of this RFC, the MIPv6 message is carried inside an
 IPv4 packet with a UDP header. The port number in the UDP header is 5436

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +4 -0      packet-mip6.c    Modified