aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireless_timeline.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer1-3/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-17/+1
2018-03-27tap: fix remaining potential memleaks with register_tap_listenerPeter Wu1-2/+8
2018-02-20Cast away constness at the point where it can't be avoided.Guy Harris1-2/+2
2018-02-20Don't cast away constness.Guy Harris1-1/+1
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-29Qt: add initializers (CID: 1412975).Dario Lombardo1-0/+7
2017-12-24Qt: add initializer (CID: 1412975).Dario Lombardo1-0/+1
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-2/+2
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-2/+4
2017-11-07wireless_timeline: fix blank displaySimon Barber1-11/+2
2017-09-15wireless-timeline: handle generators that report incorrect MCS for some framesSimon Barber1-2/+11
2017-08-31Qt: Fix errors when compiling for Qt4.Jens Kilian1-3/+20
2017-07-26Qt: Create models directoryRoland Knall1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-3/+2
2017-07-26WirelessTimeline: move signals out of setPacketList().Michael Mann1-6/+1
2017-07-07Qt: replace zoom buttons by wheel zoom in Wireless TimelinePeter Wu1-38/+20
2017-06-20Qt: make Wireless Timeline a separate itemPeter Wu1-7/+11
2017-06-07Qt: Wireless Timeline improvementsStig Bjørlykke1-12/+14
2017-06-05Qt: Build wireless_timeline.cpp with -Wshorten-64-to-32Stig Bjørlykke1-1/+1
2017-06-05Add a timeline view for packets, with the timing data used to generate the di...Simon Barber1-0/+643