aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-01-03tshark: dump port number when generating SCTP, TCP or UDP conversationsPascal Quantin1-16/+44
2015-01-03tshark: dump port number when generating SCTP endpoints statisticsPascal Quantin1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier4-4/+5
2015-01-02Restore another include to try to fix solaris buildMartin Mathieson1-0/+2
2015-01-02Restore inclusion of gui_utils.h to pixmap_save.cMartin Mathieson1-0/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann4-2/+143
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-2/+8
2015-01-01Remove unneeded includes from ui folderMartin Mathieson168-612/+1
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+5
2015-01-01Qt: fix crash when opening Preferences window on WindowsPascal Quantin1-2/+2
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris5-1361/+2
2015-01-01Don't include header files that we don't appear to need.Guy Harris1-44/+1
2014-12-31Qt: Convert more dialog titles.Gerald Combs21-37/+42
2014-12-31Qt: fix 'Limit to display filter' functionality in Conversations/Endpoints wi...Pascal Quantin1-1/+2
2014-12-31GTK: fix 'Limit to display filter' functionality in Conversations/Endpoints w...Pascal Quantin2-2/+2
2014-12-31We do stuff with signals only on UN*Xes.Guy Harris1-0/+2
2014-12-31And, again, no more version_info.c.Guy Harris1-2/+1
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris2-16/+10
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