[Ironpython-users] jumbo payload

2015-04-06 Thread Hemanth M B
Hi all, I was using scapy to send jumbo payloads in linux OS. Jumbo packets are nothing but the packet mtu size is more than normal 1500 bytes i.e., 1500 to 9014 bytes. Please let me know how to send jumbo payloads using ironpython. Note: Ironpython doesn't support scapy. Scapy is a powerful i

[Ironpython-users] import error: scapy on ironpython (windows)

2015-04-06 Thread Hemanth M B
Hi All, I am facing problem to import scapy.all in ironpython shell. It is throwing an error mentioned below: >>> from scapy.all import * Traceback (most recent call last): File "", line 1, in File "C:\Program Files (x86)\IronPython 2.7\lib\site-packages\scapy\all.py", line 16, in File