- Mar 02, 2015
-
-
Pierre Lalet authored
Enhance GTP support
-
Pierre Lalet authored
Preliminary SEND support
-
Guillaume Valadon authored
--HG-- branch : Issue #307
-
Guillaume Valadon authored
--HG-- branch : GTP support
-
- Feb 27, 2015
-
-
Guillaume Valadon authored
--HG-- branch : Issue #307
-
Guillaume Valadon authored
--HG-- branch : GTP support
-
- Feb 22, 2015
-
-
Pierre Lalet authored
Added a layer for VXLAN
-
- Feb 21, 2015
-
-
Jochen Bartl authored
--HG-- rename : scapy/contrib/vxlan.utscapy => scapy/contrib/vxlan.uts
-
Pierre Lalet authored
Add COUNTER64 support to asn1 (for snmp v2).
-
Pierre Lalet authored
bluetooth: implement many packet types for BLE and HCI_USER_SOCKET
-
Pierre Lalet authored
IS-IS dissector
-
Guillaume Valadon authored
--HG-- branch : Issue #307
-
- Feb 20, 2015
-
-
Pierre Lalet authored
If possible it would be great to add regression tests :-) ! Patches from Issues #92 & #121
-
Pierre Lalet authored
Fix for Issue #5108
-
Guillaume Valadon authored
--HG-- branch : Enhanced Radius Support
-
Guillaume Valadon authored
--HG-- branch : Issue #5108
-
- Feb 16, 2015
-
-
Guillaume Valadon authored
--HG-- rename : scapy/contrib/eigrp.utscapy => scapy/contrib/eigrp.uts
-
Guillaume Valadon authored
Fixed import of supersocket module on non-linux platforms.
-
Guillaume Valadon authored
Add OpenFlow contribs.
-
Guillaume Valadon authored
Look for 'freebsd' in sys.platform
-
Guillaume Valadon authored
Added SignedShortField
-
Guillaume Valadon authored
Added EnumFields that takes valid values when fuzzed
-
- Feb 15, 2015
-
-
Guillaume Valadon authored
Removed unused (deprecated) parameter from `StrLenField.__init__()`
-
Guillaume Valadon authored
--HG-- branch : issue732 extra : close : True
-
- Feb 05, 2015
-
-
Pierre Lalet authored
Apply Phil's patch to fix #732
-
- Feb 04, 2015
-
-
Pierre LALET authored
--HG-- branch : issue732
-
- Jan 18, 2015
-
-
Pierre LALET authored
This imports the change made in commit b33a1b7 to scapy-com repository by Timo Juhani Lindfors <timo.lindfors@iki.fi>. This fixes issue #566: Before: >>> DNSRR(str(DNSRR(type="PTR", rdata="secdev.org"))).rdata WARNING: DNS RR prematured end (ofs=8550, len=8) '' After: >>> DNSRR(str(DNSRR(type="PTR", rdata="secdev.org"))).rdata 'secdev.org.'
-
- Jan 08, 2015
-
-
Pierre Lalet authored
Fix Packet().raw_packet_cache use and copies of field values Regression tests OK with Python 2.5, 2.6 & 2.7.
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
- Jan 06, 2015
-
-
Pierre LALET authored
This fixes #5104, among other things. --HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
This is useful when a field value content is tampered without the value itself being changed (this can happen with values of type list and Packet, for example). --HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
DNSRRCountField is a counter for DNSRRField fields and do not hold packets. --HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
- Jan 05, 2015
-
-
Jochen Bartl authored
-
- Jan 03, 2015
-
-
Pierre LALET authored
When iterating over `Packet` instances, `.raw_packet_cache` attribute was not used, causing bugs similar to the one detailed in issue #913 to appear when packets sniffed or built from strings representations were used with `wrpcap()`, `send`(`p`?), `sr`(`p`?), etc. This commit essentially copies the `.raw_packet_cache` attribute in `.clone_with()` method. --HG-- branch : issue-5105
-