summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris5-7/+3
2014-12-30Qt: More WiresharkDialog conversions.Gerald Combs7-80/+73
2014-12-30Qt: Continue using the new window title format.Gerald Combs10-20/+16
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs13-133/+85
2014-12-29Add ability to follow UDP stream by indexPascal Quantin3-17/+50
2014-12-29Wireshark Dialog (Qt): Add Modelines infoAlexis La Goutte2-0/+26
2014-12-29capture_file.h (Qt): missing ]Alexis La Goutte1-1/+1
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs20-94/+212
2014-12-28Create FT_FCWWN field type.Michael Mann1-2/+3
2014-12-28Qt Follow window: keep data representation when switching between streamsPascal Quantin1-3/+3
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann7-25/+17
2014-12-28If we can't open the GeoIP database, close and unlink the map file.Guy Harris1-0/+6
2014-12-28Removed duplicated #include linesDario Lombardo15-15/+1
2014-12-26Fix building of color conversation filterPascal Quantin1-12/+20
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris2-105/+164
2014-12-26UDP: fix 'Follow Stream' button from conversations tabPascal Quantin1-5/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann11-29/+56
2014-12-25VoIP Calls: Missing break in switch (CID 1155515)Alexis La Goutte1-0/+1
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+1
2014-12-25Check for getopt_long(), not getopt().Guy Harris2-5/+7
2014-12-24Qt (pref.gui_layout_type): Missing break in switch (CID 1159202 & 1159203)Alexis La Goutte1-0/+2
2014-12-24Qt (KeyPressEvent): Missing break in switch (CID 1159205, 1159206, 1159208, 1...Alexis La Goutte4-0/+7
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher2-31/+2
2014-12-23Qt (emitAppSignal): Missing break in switch (CID 1159204)Alexis La Goutte1-0/+1
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs11-87/+137
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-12-22Qt: Fix status bar signal.Gerald Combs2-2/+2
2014-12-21Do not use packet scoped memory in GUIPascal Quantin7-19/+19
2014-12-21Qt: rename SummaryDialog class to CaptureFilePropertiesDialogPascal Quantin3-5/+5
2014-12-21Qt: Better accordion frame layout.Gerald Combs1-9/+9
2014-12-21Qt: keep "Copy to clipboard" button active when closing the capture_file_prop...Pascal Quantin1-4/+0
2014-12-21Qt: Don't clear the capture file properties.Gerald Combs1-2/+0
2014-12-21Qt: Fix accordion frame height calculation.Gerald Combs3-12/+41
2014-12-21Qt: fix a crash when closing a file while capture file properties window is openPascal Quantin2-5/+14
2014-12-21Qt: disable Capture File Properties toolbar icon by defaultPascal Quantin1-1/+2
2014-12-20Qt: Use an accordion frame in the welcome screen.Gerald Combs3-15/+52
2014-12-20Remove debugging code.Gerald Combs1-6/+0
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke1-1/+1
2014-12-20Qt: Revert back to an all-in-one main window.Gerald Combs3-230/+197
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki4-3/+28
2014-12-20Qt: Add a CaptureFile class.Gerald Combs14-358/+534
2014-12-20Consolidate RTP stream structs.Gerald Combs7-246/+169
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris1-1/+1
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris1-1/+3
2014-12-20Change more variables from si_code to mtp3_si_code to avoid conflictsStephen Fisher3-9/+9
2014-12-20Another missing change, to include floor.hStephen Fisher1-0/+2
2014-12-19Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher1-2/+0
2014-12-19Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher1-0/+2
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann3-34/+4
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-736/+296