MCPcopy Create free account
hub / github.com/secdev/scapy / SNMPnext

Class SNMPnext

scapy/layers/snmp.py:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202class SNMPnext(ASN1_Packet):
203 ASN1_codec = ASN1_Codecs.BER
204 ASN1_root = ASN1F_SNMP_PDU_NEXT(ASN1F_INTEGER("id", 0),
205 ASN1F_enum_INTEGER("error", 0, SNMP_error),
206 ASN1F_INTEGER("error_index", 0),
207 ASN1F_SEQUENCE_OF("varbindlist", [], SNMPvarbind) # noqa: E501
208 )
209
210
211class SNMPresponse(ASN1_Packet):

Callers 1

snmpwalkFunction · 0.85

Calls 4

ASN1F_INTEGERClass · 0.90
ASN1F_enum_INTEGERClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90
ASN1F_SNMP_PDU_NEXTClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…