aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/byte_view_tab.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Qt: Unmark field when not found in a Byte ViewStig Bjørlykke1-0/+3
2023-10-03Find: Switch search_pos to the start byteJohn Thacker1-1/+1
2023-06-11Qt: Fix PacketDialog secondary data sources crash after closing fileJohn Thacker1-2/+32
2023-06-09Qt: Remove now unnecessary, crash-prone ByteViewTab tvb_memeqlJohn Thacker1-14/+0
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-10/+10
2021-09-13Qt: ByteView make hover configurableRoland Knall1-1/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2020-07-03Qt: Update ByteView recent settings on all tabsStig Bjørlykke1-0/+2
2020-04-13Qt: Fix a memory leak in ByteViewTabStig Bjørlykke1-2/+6
2019-11-21Qt: Remove frameSelect signalRoland Knall1-5/+6
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-21/+21
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-10-03Qt/ByteViewTab: document potential pitfallPeter Wu1-0/+2
2018-09-02Qt: Avoid crash for ByteViewTab with 0 bytesStig Bjørlykke1-1/+3
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-11Qt: Disable collapsible children in the main window.Gerald Combs1-0/+4
2018-02-14Qt: fix crash in packet dialog on changing selectionPeter Wu1-8/+29
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
2018-02-01Qt: More byte view and proto tree fixes.Gerald Combs1-20/+26
2018-02-01Qt: Avoid a potentially large memdup.Gerald Combs1-2/+4
2018-01-21Qt: Create byte views at the proper zoom level.Gerald Combs1-1/+1
2018-01-17Qt: ByteViewText hover fixes & updates.Gerald Combs1-6/+29
2018-01-15Qt: rename index to tab_index to pacify checkAPI.Dario Lombardo1-4/+4
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-1/+1
2017-12-31Qt: Fixup fieldSelected behavior.Gerald Combs1-0/+4
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-3/+1
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs1-7/+6
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-30Qt: fix crash when selecting field with composite dataPeter Wu1-1/+1
2017-11-18Qt: Properly reset the byteviewRoland Knall1-0/+20
2017-11-12Qt: Show ByteView for first packetStig Bjørlykke1-1/+1
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-34/+42
2017-11-11Qt: Fix use-after-free crashes when changing packetsPeter Wu1-0/+2
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-255/+97
2017-10-31Qt: ByteViewTab Fix tabs creationRoland Knall1-0/+2
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-137/+195
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-07Qt: Set tooltip on ByteViewTabStig Bjørlykke1-1/+2
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-2/+4
2016-09-15Qt: Option to copy bytes to clipboard as Escaped StringGilbert Ramirez1-0/+28
2016-03-31Fix byte pane not showing up in Packet dialogPeter Wu1-2/+6
2016-02-23Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke1-14/+4
2015-07-31Fix binary data copying.Gerald Combs1-3/+5
2015-07-30Packet list and detail context menu updates.Gerald Combs1-0/+156
2015-06-25Make sure the byte view maintains visibility.Gerald Combs1-1/+2
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-05-30Qt: Always draw a byte view.Gerald Combs1-1/+6
2015-04-07Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning ...Alexis La Goutte1-22/+0