This project is mirrored from https://github.com/nplab/packetdrill.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 20, 2015
-
-
Michael Tüxen authored
Please note that packetdrill currently does not support getsockopt() for non int values.
-
- Jul 14, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
Using the explicit local IP address instead of the wildcard address doesn't change the behavior for UDP/TCP, but for SCTP it forces the SUT to be single homed.
-
- Jul 13, 2015
-
-
Michael Tüxen authored
This was a copy and paste error.
-
Michael Tüxen authored
-
- Jul 11, 2015
-
-
Michael Tüxen authored
This fixes https://github.com/nplab/packetdrill/issues/19
-
Michael Tüxen authored
This fixes https://github.com/nplab/packetdrill/issues/18.
-
- Jul 10, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Michael Tüxen authored
-
Irene Ruengeler authored
-
- Jul 09, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
When specifying INIT or INIT-ACK chunks allow the tag and the tsn field to be omitted (meaning tag=... or tsn=... is allowed).
-
Michael Tüxen authored
Inject packets containing an INIT chunk always using 0 as the verification tag.
-
Michael Tüxen authored
-
- Jul 08, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
-
- Jun 11, 2015
-
-
Michael Tüxen authored
error causes. The possibility to specifiy the error causes needs to be implemented.
- Jun 07, 2015
-
-
Michael Tüxen authored
-
- Jun 06, 2015
-
-
Michael Tüxen authored
Only send the cleanup messages when the socket is not in a front state. This fixes a bug where in case of the SUT being a server was sent a TCP RST with wildcard addresses and ports.
-
Michael Tüxen authored
No functional change.
-
Michael Tüxen authored
-
Michael Tüxen authored
On FreeBSD python is installed in /usr/local. So use that as the default.
-
- May 29, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
association.
-
- May 23, 2015
-
-
Michael Tüxen authored
For FreeBSD use ioctl() to set the speed and mtu of the tun interface instead of the Linux specific ethtool for the speed. Also ensure that you can set the MTU to the default value in case it is configured to a different one. On non-FreeBSD platforms restore the old behaviour. This fixes https://github.com/nplab/packetdrill/issues/17
-
Michael Tüxen authored
-
Michael Tüxen authored
This patch add support for the PAD chunk and PAD parameter defined in https://tools.ietf.org/html/rfc4820 This fixes https://github.com/nplab/packetdrill/issues/16
-
Michael Tüxen authored
This patch adds support for the SCTP parameters defined in RFC 4960. While there, make the syntax more consistent and make sure that the packet printing is in line with the syntax being used. This fixes https://github.com/nplab/packetdrill/issues/6
- May 21, 2015
-
-
Michael Tüxen authored
If the interface MTU was previously set to a non-default value and in a later run should be set to the default value, it was not set correctly. With this patch, the MTU is always set.
-
- May 16, 2015
-
-
Michael Tüxen authored
-
Michael Tüxen authored
Move invariant code out of a loop.
-
Michael Tüxen authored
When outbound HEARTBEAT chunks are observed, inject the appropriate HEARTBEAT-ACK chunk when scripted. While there, plug a memory leak and rename a variable for consistency. This fixes https://github.com/nplab/packetdrill/issues/11
-
Michael Tüxen authored
This test is used to test the injecting of correct HEARTBEAT-ACK chunks for outbound HEARTBEAT chunks.
-
- May 15, 2015
-
-
Michael Tüxen authored
Put in a missing ',' between the flags and error causes when printing ABORT[] and ERROR[] chunks if both are available.
-
- May 14, 2015
-
-
Michael Tüxen authored
This disables the IPv6 payload length check for now, similar to the hack for IPv4. Will add a fix later.
-