Comment # 2
              on bug 9960
              from  Venkatachalam S
        Well, I don't have a pcap file as this bug was reported by a fellow tester long
back. 
I think the fix should go into,
epan/dissectors/packet-bootp.c
The fix should look something like this,
case 151:
        if (subopt_len != 7) { 
             <proto_tree_add_item vrf name>
              break;
         }
         proto_tree_add_item(o82_v_tree, hf_bootp_option82_vrf_name_vpn_id_oui,
tvb, suboptoff, 3, ENC_BIG_ENDIAN);
         proto_tree_add_item(o82_v_tree,
hf_bootp_option82_vrf_name_vpn_id_index, tvb, suboptoff+3, 4, ENC_BIG_ENDIAN);
                break;
Hope this helps..
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.