aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-04Bugfix Follow HTTP byte statsDavid Morsberger1-1/+1
2016-01-04Bugfix some issues with Follow HTTP Qt dialogMichael Mann1-5/+34
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-3/+1
2016-01-03Add HTTP Follow streamMichael Mann1-7/+118
2015-12-15Qt: TCP/UDP streams are off by one in follow stream windowPascal Quantin1-4/+4
2015-11-24Qt: check that a file name was selected before trying to export follow contentPascal Quantin1-11/+13
2015-11-17Qt: Fix Follow Dialog crash.Gerald Combs1-5/+9
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+2
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-1/+1
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-1/+1
2015-10-16Qt: add ability to save raw output to follow windowPascal Quantin1-4/+18
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-18/+9
2015-08-26Add per-dialog progress frames.Gerald Combs1-0/+3
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-4/+4
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-8/+3
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-2/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-6/+9
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+1
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+1
2014-12-30Qt: More WiresharkDialog conversions.Gerald Combs1-37/+35
2014-12-29Add ability to follow UDP stream by indexPascal Quantin1-6/+21
2014-12-28Qt Follow window: keep data representation when switching between streamsPascal Quantin1-3/+3