aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Remove a now-unused variable.Jeff Morriss1-1/+0
2012-11-28Add a copy button that copies to clipboard.Anders Broman1-7/+27
2012-11-28- Allocate the correct number of elements to drawMartin Mathieson1-95/+94
2012-11-27Add more information about the capture.Anders Broman1-1/+132
2012-11-27Get rid of now unused variable.Anders Broman1-1/+0
2012-11-27Start including info from Statistics/Summary.Anders Broman5-15/+124
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte2-0/+17
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte2-1/+15
2012-11-27Add %DL padding to LTE MAC stats.Martin Mathieson2-5/+32
2012-11-26Add comment syúmmary to GUI and add Capture comment from SHB.Anders Broman2-0/+14
2012-11-26Rudimentary code to show comments summary.Anders Broman4-0/+81
2012-11-26From Jim Young:Anders Broman1-1/+1
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-26/+26
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-28/+28
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier3-469/+487
2012-11-25Fix a [-Wshadow] warning;Bill Meier1-124/+122
2012-11-25Fix several [-Wshadow] warnings;Bill Meier2-183/+208
2012-11-25Set line width 1 for the cairo context used to draw all lines (bugMartin Mathieson1-0/+3
2012-11-25Needed to match up correct element lists for data + control for tcptraceMartin Mathieson1-21/+13
2012-11-25Show ACK after data list, so grey/blue is visible when zoomed out.Martin Mathieson1-68/+75
2012-11-24From Jim Young:Martin Mathieson1-2/+5
2012-11-24Rename get_windows_interface_friendlyname() toGuy Harris1-5/+5
2012-11-23Fix bug reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8011Irene Rüngeler1-1/+0
2012-11-22Add cfutils.c + capture_unix_ifnames.c + SystemConfiguration. Sort ourGerald Combs1-8/+11
2012-11-22From Preben Guldberg:Anders Broman1-0/+47
2012-11-22Fix another reference to the "description" member of an if_info_t (inGuy Harris1-1/+1
2012-11-22Fix a reference to the "description" member of an if_info_t.Guy Harris1-2/+2
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris4-24/+32
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2-6/+8
2012-11-20Clean up white space.Guy Harris1-4/+2
2012-11-19Attempt to fix the Windows Qt builds.Jeff Morriss1-0/+1
2012-11-19Put a line of code on its own line (instead of following a comment).Jeff Morriss1-4/+6
2012-11-19From Mike Garratt:Anders Broman5-89/+184
2012-11-18Was not allocating a large enough element array for tput graphs.Martin Mathieson1-4/+5
2012-11-18Enhance error output.Anders Broman1-1/+1
2012-11-18- Make perform_zoom() quickly return if graph already fully zoomed outMartin Mathieson1-205/+212
2012-11-14After launching 'Follow stream' or one of the graphs, restore theMartin Mathieson2-0/+24
2012-11-13Try to cast away windows buildbot errors.Martin Mathieson1-5/+5
2012-11-13Zoom in on a rectangle chosen by clicking and dragging the left mouseMartin Mathieson1-68/+244
2012-11-12Initialise a variable and try to make the OSX-10.6-x64 buildbot happy.Martin Mathieson1-1/+1
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-4/+69
2012-11-11Fix compilation error (set but unused variable) and allow TCP graphs to beEvan Huus1-9/+44
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson6-45/+191
2012-11-08Remove one more instance of destroy/create cr.Anders Broman1-8/+0
2012-11-08Create cr once per axis when drawing x,y axels.Anders Broman1-37/+4
2012-11-08gdk_cairo_set_source_color() needs to be set inside the loop.Anders Broman1-1/+4
2012-11-08Create cr once when drawing the graphsAnders Broman1-31/+10
2012-11-08Reindent section.Anders Broman1-552/+552
2012-11-08Make the button box the last row in gtk3 too.Anders Broman1-1/+1
2012-11-07Get rid of an GTK warning about illegal cast.Anders Broman1-4/+2