-
Updated
May 19, 2020 - Python
network
Here are 845 public repositories matching this topic...
Affected file: grab/document.py
>>> import libgenapi
... /usr/local/lib/python3.9/site-packages/grab/document.py:35: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release.
import defusedxml.lxml
The defusedxml.lxml subpackage will be removed in a future release, so be
Currently, at least the values from XML tags tcpsequence and ipidsequence are not kept. The schema should be updated to store them.
See also #636.
We removed it somewhere around version 2.0 to simplify things. We could add a way to select the interface we want to capture from or apply a filter on.
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
-
Updated
Feb 21, 2019 - Python
In python docs, it says s.settimeout(0.0) is equivalent to s.setblocking(0).
But in eventlet code green.ssl, we don't deal with the scenario of timeout=0.0, while we implement that in [greenio](https://github.com/eventlet/eventlet/bl
-
Updated
Apr 1, 2019 - Python
Handle 0x1101, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: DIMM
Set: 1
Locator: DIMM_A2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous Registered (Buffered)
Speed: 1600 MHz
Manufacturer: 00AD04B300AD
Serial Number: 4A87CE52
As
-
Updated
Jun 28, 2020 - Python
Hi,
Could you please help me understand what I'm missing:
Python 3.6.9
[GCC 8.3.0] on linux
from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded
and looks like this happens specifically in this place
_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p
On executing setup.py compilation of pcap importer parts fails with missing pcap.h-file.
Debian, e. g., provides the required header file in package libpcap0.8-dev.
-
Updated
Dec 19, 2019 - Python
Hello,
I'd like to install GNS3 from source, but I cannot find satisfactory information about the dependencies to use with, and their usefulness in GNS3.
I think that there are at least QEMU, uBridge, libvirt, Wireshark, Dynamips and maybe more.
I'd like to understand the one that are mandatory, and why (or better, the list of things I will not be able to do without those dependencies).
-
Updated
Jul 1, 2020 - Python
-
Updated
Jun 16, 2020 - Python
The documentation in https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-host-names-from-a-csv-file says: The CSV file has the following format: ... telnet://myhost value another_value i.e. without mentioning that the URL syntax can include username and password as described on https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-login-information.
Both fail to
Improve this page
Add a description, image, and links to the network topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the network topic, visit your repo's landing page and select "manage topics."
On hold
please wait before starting anything. There will be a major update to Hinty to tackle type hinting of the core (at least fields & packet). This will allow contributors to tackle smaller parts (the layers). In the meantime, have a look at the other contributions wanted page: secdev/scapy#399 - thanks
Project "Hinty" aims at adding **Type hi