aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Qt: Make our exported and saved line endings consistent.Gerald Combs1-2/+0
2019-12-10Qt: Bump our minimum Qt version from 5.2. to 5.3.Gerald Combs1-6/+0
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-7/+7
2019-10-04QUIC: Add Follow QUIC Stream support to Qt and tsharkPeter Wu1-4/+41
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-5/+86
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall1-9/+9
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-04-26Qt: do not fail Conversations -> Follow Stream based on packet listPeter Wu1-5/+7
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-6/+6
2018-07-11Qt: make "Save As" in Follow Streams usablePeter Wu1-50/+22
2018-07-06Qt: fix wrong Follow Stream text position after changing modePeter Wu1-1/+3
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-1/+1
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-17Qt: fix remaining CaptureEvent signal connectionsPeter Wu1-2/+2
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-3/+3
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-0/+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-26qt: follow stream: use the new CaptureEvent signalMartin Kaiser1-6/+10
2017-12-16qt: follow stream: prevent duplicate closeMartin Kaiser1-0/+6
2017-12-15Qt: Fix translating some textsStig Bjørlykke1-4/+4
2017-12-12qt: follow stream: fix crash during closeMartin Kaiser1-2/+8
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/+2
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus1-0/+5
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-1/+23
2016-07-23Qt follow stream: don't clear the text widget when doing Save-As.Jeff Morriss1-2/+9
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-71/+1
2016-07-10Remember query after closing Follow StreamDavid Morsberger1-4/+26
2016-07-08Qt: add initializers (CID 1261463).Dario Lombardo1-0/+5
2016-06-16CID 1250642: check the return value of dup()Martin Kaiser1-1/+4
2016-06-03Qt: Add UTF-16 output to Follow Stream.Gerald Combs1-1/+11
2016-05-23qt follow stream: set the file name before openingMartin Kaiser1-1/+1
2016-05-22qt follow stream: don't crash when saving to an non-writable fileMartin Kaiser1-2/+6
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-1/+1
2016-04-07Cast away a warning.Guy Harris1-1/+1
2016-04-06Qt: Follow stream performance improvements.Gerald Combs1-37/+67
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2016-02-15Qt: Add FindLineEdit with regex search optionStig Bjørlykke1-1/+23
2016-02-10Qt: Align hex dump text in follow streamStig Bjørlykke1-1/+1
2016-01-26Change filter button label in qt follow window to 'Filter Out This Stream' to...David Morsberger1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-3/+3
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-431/+77
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-12/+6
2016-01-06KISS the Follow TCP functionality.Michael Mann1-319/+86