aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do some http workHEADmasterJeremias Stotter2023-11-222-5/+45
* Add ability to export to pcapJeremias Stotter2023-11-221-27/+84
* TCP can now have multiple remotes on the same listening PortJeremias Stotter2023-10-292-61/+126
* Use userdata for the device pointer in luaJeremias Stotter2023-10-151-2/+2
* Some cleanupsJeremias Stotter2023-10-154-15/+9
* Use gtk 4.12Jeremias Stotter2023-10-154-7/+8
* Fixed a bug with savingJeremias Stotter2023-10-151-4/+6
* Fix a bugJeremias Stotter2023-10-151-1/+1
* Fix devices getting the same name after copyingJeremias Stotter2023-10-151-0/+10
* Use functions not deprecated in GTK 4.10Jeremias Stotter2023-10-017-151/+186
* Remove deprecated gtk_widget_showJeremias Stotter2023-10-013-8/+9
* Avoid using deprecated GtkIconViewJeremias Stotter2023-09-247-85/+103
* Update test.jsonJeremias Stotter2023-09-211-14/+14
* Add new show commandsJeremias Stotter2023-09-211-3/+35
* Do some TCP workJeremias Stotter2023-09-172-40/+78
* Add prompt and ? operator to show available optionsJeremias Stotter2023-09-171-11/+20
* Fix crashJeremias Stotter2023-09-171-0/+4
* Add post_cmdline call to allow for prompts on the commandlineJeremias Stotter2023-09-171-0/+3
* GUI can now display the interface number a connection is connected toJeremias Stotter2023-08-184-17/+88
* Rework how switch commandline worksJeremias Stotter2023-07-243-103/+164
* Implement rudimentary vlan support on the switchesJeremias Stotter2023-07-166-59/+233
* A bit more work on the switchJeremias Stotter2023-07-091-7/+30
* Continue working on switch commandlineJeremias Stotter2023-06-251-14/+41
* Fix a few crashesJeremias Stotter2023-05-192-2/+2
* Start implementing switch menu structureJeremias Stotter2023-05-163-47/+137
* Add creating for new decorationsJeremias Stotter2023-04-241-16/+63
* Add drawing for new decorationsJeremias Stotter2023-04-243-6/+37
* Start implementing other decoration types besides plain textJeremias Stotter2023-04-069-62/+127
* Use switches in the test fileJeremias Stotter2023-03-191-89/+89
* Don't record broadcast mac in the MATJeremias Stotter2023-03-192-2/+35
* Add basic switchJeremias Stotter2023-03-192-0/+61
* Don't queue sending on disconnected interfacesJeremias Stotter2023-03-191-0/+4
* Devices now get informed about lost connections via new_connection and remove...Jeremias Stotter2023-03-191-0/+18
* TCP Closing now finally worksJeremias Stotter2023-03-062-23/+41
* Add commentJeremias Stotter2023-03-061-0/+1
* Protocol parsing workJeremias Stotter2023-02-224-3/+33
* Allow protocol parser to pass down the width of their encapsulated protocolsJeremias Stotter2023-02-221-24/+17
* Change lua_stringto to allow for empty fieldsJeremias Stotter2023-02-221-3/+20
* TCP Closing works nowJeremias Stotter2023-02-202-3/+28
* More work for tcp / http doneJeremias Stotter2023-02-134-275/+308
* Display traceback on lua errorJeremias Stotter2023-02-121-2/+13
* TCP WIP...Jeremias Stotter2023-02-121-12/+23
* Update router template.json to actually include documentationJeremias Stotter2023-02-051-2/+2
* More tcp work...Jeremias Stotter2023-02-053-46/+181
* Add documentation to routerJeremias Stotter2023-01-292-3/+36
* More tcp work doneJeremias Stotter2023-01-223-22/+92
* Add a new launch option (-s) to launch directly into step modeJeremias Stotter2023-01-222-3/+15
* Dynamically allocate paths to avoid overflows and truncationsJeremias Stotter2023-01-211-6/+10
* Unify how routing works between the computer and router to make devlib more u...Jeremias Stotter2023-01-155-104/+160
* Add printing capabilityJeremias Stotter2023-01-141-5/+41
Jeremias Stotters git repositories generated by CGIT