Wireshark-commits: [Wireshark-commits] rev 47405: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 01 Feb 2013 01:29:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47405

User: mmann
Date: 2013/01/31 05:29 PM

Log:
 Add Port Control Protocol dissector and convert NAT-PMP dissector to "new" style.
 
 The Port Control Protocol overtakes the NAT-PMP IANA UDP ports, but is backwards compatible enough to trigger off of the version number (NAT-PMP is version 0).  NAT-PMP can still use Decode As.
 
 Left the two dissectors with their own unique display filters despite a few overlapping fields.  Didn't want it to turn into a BOOTP/DHCP situation.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +488 -15   packet-nat-pmp.c    Modified