Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do some http workHEADmaster | Jeremias Stotter | 2023-11-22 | 2 | -5/+45 |
* | Add ability to export to pcap | Jeremias Stotter | 2023-11-22 | 1 | -27/+84 |
* | TCP can now have multiple remotes on the same listening Port | Jeremias Stotter | 2023-10-29 | 2 | -61/+126 |
* | Use userdata for the device pointer in lua | Jeremias Stotter | 2023-10-15 | 1 | -2/+2 |
* | Some cleanups | Jeremias Stotter | 2023-10-15 | 4 | -15/+9 |
* | Use gtk 4.12 | Jeremias Stotter | 2023-10-15 | 4 | -7/+8 |
* | Fixed a bug with saving | Jeremias Stotter | 2023-10-15 | 1 | -4/+6 |
* | Fix a bug | Jeremias Stotter | 2023-10-15 | 1 | -1/+1 |
* | Fix devices getting the same name after copying | Jeremias Stotter | 2023-10-15 | 1 | -0/+10 |
* | Use functions not deprecated in GTK 4.10 | Jeremias Stotter | 2023-10-01 | 7 | -151/+186 |
* | Remove deprecated gtk_widget_show | Jeremias Stotter | 2023-10-01 | 3 | -8/+9 |
* | Avoid using deprecated GtkIconView | Jeremias Stotter | 2023-09-24 | 7 | -85/+103 |
* | Update test.json | Jeremias Stotter | 2023-09-21 | 1 | -14/+14 |
* | Add new show commands | Jeremias Stotter | 2023-09-21 | 1 | -3/+35 |
* | Do some TCP work | Jeremias Stotter | 2023-09-17 | 2 | -40/+78 |
* | Add prompt and ? operator to show available options | Jeremias Stotter | 2023-09-17 | 1 | -11/+20 |
* | Fix crash | Jeremias Stotter | 2023-09-17 | 1 | -0/+4 |
* | Add post_cmdline call to allow for prompts on the commandline | Jeremias Stotter | 2023-09-17 | 1 | -0/+3 |
* | GUI can now display the interface number a connection is connected to | Jeremias Stotter | 2023-08-18 | 4 | -17/+88 |
* | Rework how switch commandline works | Jeremias Stotter | 2023-07-24 | 3 | -103/+164 |
* | Implement rudimentary vlan support on the switches | Jeremias Stotter | 2023-07-16 | 6 | -59/+233 |
* | A bit more work on the switch | Jeremias Stotter | 2023-07-09 | 1 | -7/+30 |
* | Continue working on switch commandline | Jeremias Stotter | 2023-06-25 | 1 | -14/+41 |
* | Fix a few crashes | Jeremias Stotter | 2023-05-19 | 2 | -2/+2 |
* | Start implementing switch menu structure | Jeremias Stotter | 2023-05-16 | 3 | -47/+137 |
* | Add creating for new decorations | Jeremias Stotter | 2023-04-24 | 1 | -16/+63 |
* | Add drawing for new decorations | Jeremias Stotter | 2023-04-24 | 3 | -6/+37 |
* | Start implementing other decoration types besides plain text | Jeremias Stotter | 2023-04-06 | 9 | -62/+127 |
* | Use switches in the test file | Jeremias Stotter | 2023-03-19 | 1 | -89/+89 |
* | Don't record broadcast mac in the MAT | Jeremias Stotter | 2023-03-19 | 2 | -2/+35 |
* | Add basic switch | Jeremias Stotter | 2023-03-19 | 2 | -0/+61 |
* | Don't queue sending on disconnected interfaces | Jeremias Stotter | 2023-03-19 | 1 | -0/+4 |
* | Devices now get informed about lost connections via new_connection and remove... | Jeremias Stotter | 2023-03-19 | 1 | -0/+18 |
* | TCP Closing now finally works | Jeremias Stotter | 2023-03-06 | 2 | -23/+41 |
* | Add comment | Jeremias Stotter | 2023-03-06 | 1 | -0/+1 |
* | Protocol parsing work | Jeremias Stotter | 2023-02-22 | 4 | -3/+33 |
* | Allow protocol parser to pass down the width of their encapsulated protocols | Jeremias Stotter | 2023-02-22 | 1 | -24/+17 |
* | Change lua_stringto to allow for empty fields | Jeremias Stotter | 2023-02-22 | 1 | -3/+20 |
* | TCP Closing works now | Jeremias Stotter | 2023-02-20 | 2 | -3/+28 |
* | More work for tcp / http done | Jeremias Stotter | 2023-02-13 | 4 | -275/+308 |
* | Display traceback on lua error | Jeremias Stotter | 2023-02-12 | 1 | -2/+13 |
* | TCP WIP... | Jeremias Stotter | 2023-02-12 | 1 | -12/+23 |
* | Update router template.json to actually include documentation | Jeremias Stotter | 2023-02-05 | 1 | -2/+2 |
* | More tcp work... | Jeremias Stotter | 2023-02-05 | 3 | -46/+181 |
* | Add documentation to router | Jeremias Stotter | 2023-01-29 | 2 | -3/+36 |
* | More tcp work done | Jeremias Stotter | 2023-01-22 | 3 | -22/+92 |
* | Add a new launch option (-s) to launch directly into step mode | Jeremias Stotter | 2023-01-22 | 2 | -3/+15 |
* | Dynamically allocate paths to avoid overflows and truncations | Jeremias Stotter | 2023-01-21 | 1 | -6/+10 |
* | Unify how routing works between the computer and router to make devlib more u... | Jeremias Stotter | 2023-01-15 | 5 | -104/+160 |
* | Add printing capability | Jeremias Stotter | 2023-01-14 | 1 | -5/+41 |