| 16 months | gnn | Fix the list command so that repeated applications advance the packet |
| 17 months | gnn | Checkpoint |
| 17 months | gnn | Adding graphing support to the packet debugger. Incomplete |
| 18 months | gnn | Update the web page to point to the Mercurial repository. |
| 22 months | gnn | Update the version to be Beta, not Alpha |
| 22 months | gnn | Add a changelog and update the readme to have the right release date |
| 22 months | gnn | Updated the manifest to get the right documentation built and put into |
| 22 months | gnn | Fix up the run and continue code to stop before a packet, but to |
| 22 months | gnn | Add rudimentary documentation. |
| 22 months | gnn | Rearrange the CLI code to group the commands and methods more cleanly. |
| 22 months | gnn | Added send function to send an individual packet. |
| 22 months | gnn | Add basic text files and the setup file that builds and installs the program. |
| 22 months | gnn | Hopefully the final re-arrangement to make distutils happy. |
| 22 months | gnn | Added a proper package for the program's modules. |
| 22 months | gnn | Added run method which can now send a stream of packets that were |
| 22 months | gnn | Beefed up the list command. |
| 22 months | gnn | Add command argument completion for the set and info commands. |
| 22 months | gnn | Add rudimentary support for adding breakpoints (but not breaking at them). |
| 22 months | gnn | Refactor code to handle numeric arguments from the CLI. |
| 22 months | gnn | Moved the command line interpreter to its own module. |
| 22 months | gnn | Added delete command to delete streams and handle changing the current |
| 22 months | gnn | Deal with how Python defines class variables, which I do not like. |
| 22 months | gnn | Update next/prev commands. |
| 22 months | gnn | Add rudimentary previous and next commands. |
| 22 months | gnn | Some option setting is now done. |
| 22 months | gnn | Restructure the program as a program instead of as a script and a module. |
| 22 months | gnn | Add help methods to the command line interpreter |
| 22 months | gnn | First commit of some of the Packet Debugger. |
| 22 months | gnn | Updated to regexp |
| 22 months | gnn | Add an ignore file so we don't check in compiled Python |