We recently added support for RADIUS to Mini Maxwell. This allows Mini Maxwell to be controlled by HTTPS.
We first used the relatively well known mod_auth_radius module for the Apache web server.
However we hit a snag – mod_auth_radius can handle only one RADIUS server. It has no way to defi...
We have published a small Python program that may be used to drive a Mini Maxwell directly without the need for a user to operate the Mini Maxwell web pages.
This program is an alternative to the spreadsheet based facility that has been available to script Mini Maxwell.
The spreadsheet is constr...
A new Maxwell plugin that can do user controlled re-sequencing of packets is available as part of the latest Maxwell TCP testing package.
The plugin is able to re-arrange packets in a flow so that, for example, packets that originate in sequence A, B, C, D, E, F will arrive in the order C, B, A, D...