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

Wireshark-bugs: [Wireshark-bugs] [Bug 9960] inter-vrf relay vpn sub-option of 82 is showing erro

Date: Wed, 09 Apr 2014 09:33:18 +0000

Comment # 2 on bug 9960 from
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.