Force vendor class in DHCP dissector

asked 2023-04-11 14:49:56 +0000

I'm dissecting CableLabs-compliant DHCP. The client messages contain a vendor class identifier (Option 60), so the dissector correctly identifies it as CableLabs and applies the CL dissector to the vendor-specific Option 43 content.

The DHCP server response however, does not set the VCI, although it does set Cablelabs-compliant content in Option 43.

How do I force the dissector to treat the DHCP response as CableLabs vendor?

edit retag flag offensive close merge delete