Skip to content
#

network-analysis

Here are 957 public repositories matching this topic...

sushi2k
sushi2k commented Aug 11, 2019

Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273

We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).

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

cwcromwell
cwcromwell commented Jul 29, 2018

I did a basic line edit of the "Usage" section, but next it needs reorganization and more information.

Would anyone want to spend time on a call or two to help me understand some of the commands? Some of them aren't obvious to me from the command line help, so they might benefit from better explanation.

(I'll continue to work on this section, but having a technical expert to answer some of

ShivamRai2003
ShivamRai2003 commented Dec 20, 2019

Expected Description of Example

  • Using Defaults
    Example: From vertex 2 to vertex 3 on a directed graph.

  • In one-to-one
    Example: From vertex 2 to vertex 3 on an directed graph using heuristic 2

  • one-to-many
    Example: From vertex 2 to vertices {3,11} on a directed graph using heuristic 3 and factor=3.5

  • many-to-one

    Example: From vertices

michitux
michitux commented Nov 13, 2019

After opening #448, I noticed that even though my code compiled locally, there were compile errors on Travis. Partially this was because I had not seen the warnings during release build (as pip does not show them), partially this is because there are additional warnings enabled on Travis.

Looking at the Travis config, I was able to figure out the respective CMake flags and enable them locally.

cglewis
cglewis commented Oct 30, 2019
  • what is the name of the switch for mirroring (name defined in the faucet.yaml, not dns, for example)
  • the port that Poseidon uses for mirroring needs to be controlled by Faucet, therefore it needs to be an openflow port
  • the port that Poseidon uses needs to be configured in faucet.yaml to be output_only: true and no native vlan (a port for mirroring from Faucet's perspective)
  • Requiremen

Improve this page

Add a description, image, and links to the network-analysis 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 network-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.