Searched refs:CDPMsgProtoHello (Results 1 – 2 of 2) sorted by relevance
21 assert(cdpv2.haslayer(CDPMsgProtoHello))29 assert(cdpv2[CDPMsgProtoHello].len == 36)30 assert(cdpv2[CDPMsgProtoHello].oui == 0xc)31 assert(cdpv2[CDPMsgProtoHello].protocol_id == 0x112)
220 class CDPMsgProtoHello(CDPMsgGeneric): class