Skip to content
#

packet-capture

Here are 133 public repositories matching this topic...

gpotter2
gpotter2 commented Jul 21, 2019

Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.

Implementation

We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file

cjmaynard
cjmaynard commented Oct 25, 2013

The pcap-filter man page could benefit from some clarifications and improvements, such as:

  1. proto qualifiers: The man page reads, "proto qualifiers restrict the match to a particular protocol. Possible protos are: ether, fddi, tr, wlan, ip, ip6, arp, rarp, decnet, tcp and udp. " However, as noted in the discussion from http://ask.wireshark.org/questions/26350/how-to-filter-wlan-with-a-capture
raybellis
raybellis commented Sep 18, 2017

The documentation currently leads people to believe that it's only possible to have one plugin specified because that plugin will consume all following options:

-P plugin.so ...
Load and use the specified plugin. Any options given after this are sent to the plugin.

In fact, so long as the plugin uses getopt() it is possible to break out of the plugin's argument processing b

Improve this page

Add a description, image, and links to the packet-capture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packet-capture topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.