summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix dangling pointer in hex view.mainToni Uhlig2024-04-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixup IP/UDP/TCP header values e.g. length's, checksum's etc.Toni Uhlig2023-11-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed backspace issue.Toni Uhlig2023-11-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix UI freeze while processing (large) PCAP files.Toni Uhlig2023-10-05
| | | | | | * allow closing the application as well while doing so Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Subclassed table widget for packets.Toni Uhlig2023-10-03
| | | | | | * moved first packet timestamp to Pcap++ Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Make Ethernet / Port editable.Toni Uhlig2023-09-30
| | | | | | | | * CMake: Thread Sanitizer * Main Window status bar updater * Track mouse movement Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Change IP addresses manually.Toni Uhlig2023-09-29
| | | | | | * non-editable table items (temporary) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed crash during "Open".Toni Uhlig2023-09-29
| | | | | | | * save selected packets sorted by index * modify raw buffer while randomizing IPv4/IPv6 addresses Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added IP address randomizer.Toni Uhlig2023-09-29
| | | | | | * added "Save Selection" menu action Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed cursor pos on prepend/append/delete.Toni Uhlig2023-08-11
| | | | | | * fixed ref capture warning in lambdas Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed SaveDialog.Toni Uhlig2023-07-31
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed memory issues.Toni Uhlig2023-07-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Moved RawPacket getter code to a method.Toni Uhlig2023-07-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added UI to insert/delete bytes into a packet.Toni Uhlig2023-07-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added BPF line edit. Set PcapPlusPlus stats in status bar.Toni Uhlig2023-07-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Ignore qhexedit2 language stats.Toni Uhlig2023-07-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* MVPToni Uhlig2023-07-10
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge commit '004b73ed7ef33cb407897f7eccbec5f3861f99d7' as 'qhexedit2'Toni Uhlig2023-07-07
|\
| * Squashed 'qhexedit2/' content from commit 7f22526Toni Uhlig2023-07-07
| | | | | git-subtree-dir: qhexedit2 git-subtree-split: 7f22526a86685aec1c5722154b8a7422d5037b77
* initial commitToni Uhlig2023-07-07
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>