MCPcopy Index your code
hub / github.com/secdev/scapy / SNMPset

Class SNMPset

scapy/layers/snmp.py:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220class SNMPset(ASN1_Packet):
221 ASN1_codec = ASN1_Codecs.BER
222 ASN1_root = ASN1F_SNMP_PDU_SET(ASN1F_INTEGER("id", 0),
223 ASN1F_enum_INTEGER("error", 0, SNMP_error),
224 ASN1F_INTEGER("error_index", 0),
225 ASN1F_SEQUENCE_OF("varbindlist", [], SNMPvarbind) # noqa: E501
226 )
227
228
229class SNMPtrapv1(ASN1_Packet):

Callers

nothing calls this directly

Calls 4

ASN1F_INTEGERClass · 0.90
ASN1F_enum_INTEGERClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90
ASN1F_SNMP_PDU_SETClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…