aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/show_packet_bytes_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-2/+4
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-3/+3
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-1/+2
2018-05-09Qt: Add Show as UTF-16 in Show Packet BytesStig Bjørlykke1-0/+13
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-27Apply new CaptureEvents to statistics dialogs.Michael Mann1-1/+0
2017-12-15Qt: Fix translating some textsStig Bjørlykke1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+3
2017-05-19Qt: Check for no tvb in Show Packet BytesStig Bjørlykke1-0/+3
2016-05-19Qt: Add Decode as Quoted-Printable in Show Packet BytesStig Bjørlykke1-0/+31
2016-05-12Qt: Fix Show Packet Bytes ShowAsImageStig Bjørlykke1-14/+12
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke1-22/+63
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2016-02-23Qt: Optimize Show Packet BytesStig Bjørlykke1-8/+16
2016-02-16Cast away a warning.Guy Harris1-1/+1
2016-02-16Qt: Add Decode as in Show Packet BytesStig Bjørlykke1-26/+236
2016-02-15Qt: Add FindLineEdit with regex search optionStig Bjørlykke1-1/+23
2016-02-11Qt: Add Show as C Array and YAML in Show Packet BytesStig Bjørlykke1-7/+72
2016-02-11Qt: Add hint label in Show Packet BytesStig Bjørlykke1-1/+9
2016-02-10Qt: Add Show as Hex Dump in Show Packet BytesStig Bjørlykke1-0/+49
2016-02-08Qt: Add Show Packet Bytes DialogStig Bjørlykke1-0/+372