- Mar 26, 2016
-
-
Pierre LALET authored
-
- Mar 25, 2016
-
-
Pierre Lalet authored
Sniff can accept a list of interfaces (+ fixed bug)
-
Amedeo authored
-
Pierre Lalet authored
Move get_if() to scapy/arch/common.py
-
Guillaume Valadon authored
-
- Mar 24, 2016
-
-
Guillaume Valadon authored
Pad packet when needed
-
Pierre LALET authored
-
Pierre LALET authored
-
- Mar 23, 2016
-
-
Guillaume Valadon authored
Update IANA Router Alert Options
-
- Mar 22, 2016
-
-
Walinton Cambronero authored
Signed-off-by:
Walinton Cambronero <walinton.cambronero@hpe.com>
-
- Mar 21, 2016
-
-
Guillaume Valadon authored
Add section about "contributions wanted"
-
Amedeo authored
Sniff() optionally accepts an interface or a list of interfaces Added "direction" attribute to pkt when received by L2ListenSocket Patch PEP08'ified Do not force to print interface Updated usage.rst with multi-interfaces sniffing Fixed missing pic in usage.rst tethereal -> tshark
-
Pierre Lalet authored
fix unicode problem for IPField
-
Rainmanwy authored
-
- Mar 20, 2016
-
-
Pierre LALET authored
-
- Mar 16, 2016
-
-
Guillaume Valadon authored
Update scripts to call python2 instead of python
-
- Mar 15, 2016
-
-
Pierre LALET authored
-
Guillaume Valadon authored
Update ls() to display more info about enum fields
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
- Mar 14, 2016
-
-
Pierre Lalet authored
Packet.getlayer() method can work with string layer name
-
- Mar 13, 2016
-
-
Pierre Lalet authored
add TCP User Timeout Option (RFC 5482)
-
Dmitriy Vorotnikov authored
-
Jeffrey Bencteux authored
Allow one to send the TCP User Timeout Option described in RFC 5482 in a crafted TCP segment. Also added unit tests in new "TCP options" section of test/regression.uts
-
- Mar 11, 2016
-
-
Pierre Lalet authored
Allow L2pcapListenSocket to return None if where is no packets (issue #74)
-
- Mar 10, 2016
-
-
Guillaume Valadon authored
Allow the use of file-like objects with wrpcap() (and (Raw)PcapWriter())
-
Guillaume Valadon authored
IKEv2: fix fields overload (fixes #79)
-
Pierre LALET authored
-
Pierre LALET authored
-
- Mar 08, 2016
-
-
Pierre LALET authored
-
Pierre LALET authored
-
- Mar 05, 2016
-
-
Jeffrey Bencteux authored
Allow one to send the TCP User Timeout Option described in RFC 5482 in a crafted TCP segment.
-
- Mar 02, 2016
-
-
Dmitriy Vorotnikov authored
Allow L2pcapListenSocket.recv() to return None if where is no captured packets. Make sniff() to continue loop if received pkt is None (issue #74)
-
- Mar 01, 2016
-
-
Guillaume Valadon authored
Move the Pcap/PcapNg detection from rdpcap to (Raw)PcapReader
-
- Feb 27, 2016
-
-
Guillaume Valadon authored
Remove unneeded tests
-
- Feb 26, 2016
-
-
Pierre LALET authored
Reported by Aaron Wood on Scapy ML.
-
Pierre LALET authored
-
Pierre LALET authored
This does not change the use of rdpcap() with both formats, and allows using (Raw)PcapReader() against a PcapNg files.
-