aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris2-64/+2
2017-04-09Have vwarning_alert_box() pop up a warning, not an error.Guy Harris1-1/+1
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris4-78/+5
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris17-149/+144
2017-04-07Qt: Remember exact position of selected item in treePeter Wu1-3/+45
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris31-55/+55
2017-04-05Qt: support selecting the min/max packet from IO GraphPeter Wu2-1/+51
2017-04-05Qt: fix tracer and selection of packet in IO GraphPeter Wu2-9/+32
2017-04-05Qt: Remove unused argument in Size stringStig Bjørlykke1-3/+3
2017-04-04Qt: Fix Conversation dialog's refreshing tableMichal Labedzki1-1/+1
2017-04-04Qt/Bluetooth: add results filter in HCI Summary windowPatryk Nowak3-0/+38
2017-04-02[Automatic update for 2017-04-02]Gerald Combs7-593/+606
2017-03-31Qt: do not expand collapsed trees when switching packetsPeter Wu1-2/+9
2017-03-30Qt: Fix uninitialized memory access in val_units_Peter Wu1-3/+5
2017-03-29Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer2-0/+2
2017-03-29Throw in a cast to squelch a compiler warning.Guy Harris1-1/+1
2017-03-29Qt: propagate selection from main screen to dialogPeter Wu6-3/+45
2017-03-29Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann3-7/+4
2017-03-28Reflect new default value of snaplen in man pages.Martin Sehnoutka1-1/+1
2017-03-28voip_calls_infO_model(.h): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2017-03-28Qt: update endpoint statistics column labels to match GTK onesPascal Quantin2-12/+7
2017-03-28Don't wire in 262144, use WTAP_MAX_PACKET_SIZE.Guy Harris1-2/+5
2017-03-28Qt: fix closing editor in capture interfaces dialogPeter Wu1-0/+25
2017-03-28text_import: the maximum frame length should be WTAP_MAX_PACKET_SIZEPascal Quantin1-1/+1
2017-03-28GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin3-6/+8
2017-03-28Qt: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin1-3/+7
2017-03-27Qt: fix capture statistics display in status barPascal Quantin1-1/+1
2017-03-27Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann5-19/+15
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+8
2017-03-27bluetooth_device_dialog.cpp: warning C6246: Local declaration of 'item' hides...Michael Mann1-1/+0
2017-03-26Move #if 0 up to include the now unused struct definitionJoerg Mayer1-1/+1
2017-03-26[Automatic update for 2017-03-26]Gerald Combs7-578/+868
2017-03-24Qt: add cache proxy model for Voip Calls dialogPeter Wu6-1/+184
2017-03-24Qt: refactor Voip Calls Dialog into Model/ViewPeter Wu7-285/+399
2017-03-24Rename a few variables to look more similar to the qt implementationJoerg Mayer1-18/+20
2017-03-24[RTP Analysis] Remove check for duplicated MAC (duplicated packetAndersBroman1-3/+7
2017-03-24Remove the last HAVE_PCAP_REMOTE inside HAVE_PCAP_REMOTE for this file.Joerg Mayer1-3/+1
2017-03-24Clean up gtk/capture_dlg.c insert_new_rows a bit.Joerg Mayer1-42/+40
2017-03-23Clean up updateRemoteInterfaceList a bit more.Joerg Mayer1-9/+8
2017-03-23Split interface update code into its own routineJoerg Mayer2-1/+7
2017-03-23Fix QT UI bugs in RTP dialogsErik de Jong3-5/+6
2017-03-22Restore interface selection after interface refreshPeter Wu1-21/+50
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on macOS with clang-800.0.42.1.Guy Harris1-0/+4
2017-03-19response_time_delay_dialog (Qt): fix typo reponse -> responseAlexis La Goutte1-3/+3
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6Joerg Mayer2-22/+26
2017-03-19[Automatic update for 2017-03-19]Gerald Combs7-50/+143
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-8/+8
2017-03-19Fix warning turning error:Joerg Mayer1-3/+4
2017-03-17Qt: Pluralize packet count in Size stringStig Bjørlykke2-9/+25
2017-03-16proto_dlg.c: Convert GSList into wmem_treeMichael Mann1-156/+173