- Feb 21, 2015
-
-
Pierre Lalet authored
bluetooth: implement many packet types for BLE and HCI_USER_SOCKET
-
Pierre Lalet authored
IS-IS dissector
-
- 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 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
-
- Dec 23, 2014
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
Fix Padding() packet class (broken after pull request #18)
-
- Dec 22, 2014
-
-
Marcel Patzlaff authored
FIX: get_if_addr6() did return a wrong value CHANGE: get_if_raw_addr6() bases now on get_if_addr6() [ospf.py] FIX: re-inserted default values of IPv6 prefixes [isis.py] FIX: removed unnecessary length check [fields.py] NEW: added some comments to the IP prefix formats FIX: unified machine representation of IP prefixes
-
Guillaume Valadon authored
Fixes for UTS
-
Guillaume Valadon authored
--HG-- branch : UTS fixes
-
- Dec 21, 2014
-
-
Marcel Patzlaff authored
FIX: using std.decode("hex") for hex value conversion [automaton.py] FIX: code style for assignments
-
- Dec 20, 2014
-
-
Pierre LALET authored
--HG-- branch : fix-padding-after-pull-request-18
-
Pierre LALET authored
--HG-- branch : fix-padding-after-pull-request-18
-