aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-07WSLUA: Add new lua function register_packet_menu()Moshe Kaplan1-0/+101
2022-11-01TCP: Overriding of the automatic SEQ AnalysisEugène Adell1-0/+8
2022-04-04Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow.Gerald Combs1-3135/+37
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-66/+66
2022-03-25Qt: Handle qsizetype.Gerald Combs1-2/+2
2022-03-18Qt: Allow capture from hidden interfacesRoland Knall1-2/+2
2022-02-25Strip Headers: Add separate menu dialog, tshark helpJohn Thacker1-0/+2
2022-02-23Lua: Forward display filter text infoRoland Knall1-0/+1
2022-02-23Tooltips for menu items that open browser windowsDavid Perry1-0/+20
2022-02-09Specify directory for temporary capturesDavid Perry1-4/+4
2022-02-01Qt: Go To Packet field - change from inputMask to QIntValidatorChuck Craft1-0/+8
2022-01-06Extcap: Extcaps must be fully configured before start of capturej.novak@netsystem.cz1-2/+4
2021-11-29Qt: Qt6.2 compatibility fixesTomasz Moń1-5/+4
2021-11-26Qt: Use QRegularExpression instead of QRegExpTomasz Moń1-3/+3
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-0/+2
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-19Replace some lingering references to g_log()João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+2
2021-06-07Qt: Give a directory to wsApp->setLastOpenDir()Stig Bjørlykke1-4/+2
2021-05-22RTP streams: plug memory leaks.Guy Harris1-10/+31
2021-04-22RTP Player: Added button 'Refresh streams' for live capturej.novak@netsystem.cz1-24/+14
2021-04-20Qt: Fix various compiler warnings.Gerald Combs1-3/+5
2021-04-15VoIP dialogs: Improvements and new functionsJirka Novak1-0/+117
2021-04-08Added statistics group for RSerPool protocols.Thomas Dreibholz1-0/+7
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-1/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-02-27Check for CaptureFileDialog::selectedFileType() failing.Guy Harris1-0/+20
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-1/+2
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-1/+1
2020-08-22plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file()Tomas Kukosa1-0/+46
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-19/+25
2020-07-11Qt: Remove some dead code.Gerald Combs1-9/+0
2020-07-06Add all supported charsets to Show Packet Bytes/Follow StreamJohn Thacker1-0/+45
2020-04-17Qt: Remove unnecessary private variableRoland Knall1-1/+1
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-1/+1
2019-12-04Qt: We show preference panes using their module names.Gerald Combs1-10/+10
2019-12-03Qt: Rename the Capture Interfaces dialog to Capture Options.Gerald Combs1-4/+4
2019-11-21Qt: Remove frameSelect signalRoland Knall1-12/+2
2019-11-20Qt: Speed up selection handlingRoland Knall1-0/+7
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-5/+5
2019-11-17Qt: Multiselection in PacketListRoland Knall1-10/+42
2019-11-15macOS: Add support for automatic updates using Sparkle.Gerald Combs1-1/+1
2019-11-12Qt: Cleanup push/pop InfosRoland Knall1-17/+1
2019-11-07Qt: Move Signal/Slots to DisplayFilterEditRoland Knall1-5/+1
2019-11-07Qt: Move Signals/Slots to subclassRoland Knall1-7/+0
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke1-7/+9
2019-11-06Qt: Better align DisplayFilterEdit buttonsRoland Knall1-1/+1
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-10-01Qt: Do not spin unnecessary additional event loopsTomasz Moń1-2/+4