We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732ff9 commit ad7970fCopy full SHA for ad7970f
type.py
@@ -1,6 +1,7 @@
1
from scapy.all import *
2
3
def printType(element):
4
+ i=0
5
while i<100:
6
try:
7
print element.type
0 commit comments