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

Date: Mon, 08 Oct 2012 12:05:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45381

User: darkjames
Date: 2012/10/08 05:05 AM

Log:
 Patch from Florian Fainelli
 Fix bug #7772: dissect only the number of active HomePlug AV subcarriers
 
 The dissector currently dissects all 1156 sub-carriers available in the Tone
 Map Characteristisc Confirmation frame no matter what is the number of active
 ones. 
 
 This is not valid, because the frame only contains the number of active
 sub-carriers, even though it is padded to 1156 sub-carriers. This is also an
 issue for newest HomePlug AV devices with a 500Mbits/sec PHY rate, because
 those will have up to 2690 sub-carriers, and we would only dissect the first
 1156 active ones.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +14 -4     packet-homeplug-av.c    Modified