Wireshark-commits: [Wireshark-commits] rev 46258: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 28 Nov 2012 21:24:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46258

User: guy
Date: 2012/11/28 01:24 PM

Log:
 It's not going to pass the
 
       if (protocol_version_identifier >= 4 && version_1_length == 0
           && tvb_reported_length(tvb) >= 106) {
 
 test if it doesn't pass the
 
     if (protocol_version_identifier >= 3 && version_1_length == 0 &&
         tvb_reported_length(tvb) >= 102) {
 
 test.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +87 -88    packet-bpdu.c    Modified