Skip to content

issues Search Results · repo:secdev/scapy language:Python

Filter by

1k results
 (71 ms)

1k results

insecdev/scapy (press backspace or delete to remove)

In order to make it easier to integrate with packet fields.
  • alxroyer-thales
  • 3
  • Opened 
    2 days ago
  • #4708

Enable clear_cache() to spread upward in the packet tree (underlayer and parent packets), and not downward as currently (fields and payload).
  • alxroyer-thales
  • 2
  • Opened 
    2 days ago
  • #4707

Brief description When cache is set with a packet, modifying a value either in the payload or in a packet field does not reset the cache in the main packet. This does not seem consistent with cache being ...
  • alxroyer-thales
  • 1
  • Opened 
    2 days ago
  • #4706

Brief description When PacketFields are nested on several stages, Scapy races exponential performance issues. Scapy version 2.6.1 Python version 3.8.6 Operating system Windows Additional environment ...
  • alxroyer-thales
  • 4
  • Opened 
    2 days ago
  • #4705

Brief description get_if_addr(iface= vlan0 ) returns 0.0.0.0 instead of the IP address. Scapy version 2.6.1 Python version 3.12.3 Operating system macOS 15.3.2 Additional environment information ...
bug
  • jhgorse
  • 4
  • Opened 
    3 days ago
  • #4704

Brief description scapy/layers/dot11.py#735 ConditionalField( _Dot11MacField( addr2 , ETHER_ANY, 2), lambda pkt: (pkt.type not in {1, 3} or pkt.subtype ...
  • Redfern89
  • 1
  • Opened 
    6 days ago
  • #4702

Brief description Memory is not freed when creating AsyncSniffer repeatedly. Test code from scapy.all import * import time def process_packet(packet): pass def start_sniff(): ifaces = [ PortChannel102 ...
  • bingwang-ms
  • Opened 
    11 days ago
  • #4698

Brief description Because bgp runs on top of tcp - there could be a single bgp update encapsulated into multiple tcp packets. See for example packets 17 and 18 in the attached pcap. capture.pcap.zip ...
enhancement
  • mike-dubrovsky
  • Opened 
    13 days ago
  • #4697

Brief description When TCP segments are sent out of order, scapy s srp1() returns None for the last segment sent. Expected behaviour: scapy s srp1() should return the ACK packet for the last segment ...
  • imvtsl
  • Opened 
    13 days ago
  • #4696

When constructing RTPS header objects and PID_VENDOR_ID parameters, a vendor ID (via VendorIdPacket) is required to indicate the DDS implementation being used. This requires navigating through the source ...
  • samderanova
  • Opened 
    15 days ago
  • #4692
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub