aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-04-09Add missing const attribute to some char *Jakub Zawadzki2-2/+2
2012-04-05Instead of loading our coordinates from a separate text file viaGerald Combs1-37/+71
2012-04-05Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson2-2/+2
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss8-15/+15
2012-04-04Fix CID 613: item_str can't be NULL here so don't check for it being NULL.Jeff Morriss1-1/+1
2012-04-04Fix CID 614: callsinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-101/+98
2012-04-04Fix CID 615: strinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-145/+143
2012-04-04Fix CID 616: callsinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-13/+11
2012-04-04Fix CID 617: te can't be NULL here (unless si is NULL in which case we'veJeff Morriss1-3/+0
2012-04-02From Irene Ruengeler: Fix a warning when capturing.Michael Tüxen3-9/+16
2012-04-02If a comment is cleared, remove it from fdata->opt_comment.Anders Broman1-0/+6
2012-04-02Fix a couple of typos and missing return for GTK 3.Anders Broman1-2/+4
2012-04-02Introduce utility function to ease GTK3 depcrecated funktion removal.Anders Broman3-180/+42
2012-04-01More whitespace changes...Michael Tüxen1-93/+93
2012-04-01Remove waring.Michael Tüxen1-16/+16
2012-04-01From Cal Turney: IO Graph LOAD inaccuracy, intervals not displayed, wrong fra...Anders Broman1-272/+275
2012-03-31From Martin Kaiser: Fix for main_menubar.c:3874: error: set_menu_visible defi...Anders Broman1-1/+4
2012-03-30gcc 4.7 would complain that the getopt stuff was not declared.Jörg Mayer1-17/+19
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-3/+13
2012-03-30As pointed out by Alexis: remove a bunch of set-but-unused variables.Jeff Morriss1-76/+3
2012-03-30Fix the flag used in a test.Martin Mathieson1-1/+1
2012-03-29Fix a test to avoid setting an invalid display filter.Martin Mathieson1-3/+4
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
2012-03-28From Irene Ruengeler: Fix a crash.Michael Tüxen1-3/+5
2012-03-28Fix compilation.Michael Tüxen1-1/+1
2012-03-27User data is not used in capture_prepare_cb and capture_do_cb.Stig Bjørlykke1-6/+2
2012-03-27Get things compiling if we HAVE_AIRPCAP.Jeff Morriss2-8/+5
2012-03-25Give qmake a VERSION it will accept.Gerald Combs1-2/+2
2012-03-25Fix the Qt build for Win64.Gerald Combs1-2/+6
2012-03-23Only enable the OK button if we have an address and a name and name resolutionJeff Morriss1-4/+19
2012-03-23As I think Guy said a while back (quoting some HIG): anything you can do in aJeff Morriss2-9/+13
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss2-3/+13
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-16/+37
2012-03-21From Irene Ruengeler: Restore functinality of last patch.Michael Tüxen2-2/+3
2012-03-21Make the comment I added, saying what scan_local_interfaces() does, moreGuy Harris2-2/+4
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris2-0/+9
2012-03-21Handle bogus values of the error that *should* be coming fromGuy Harris1-32/+41
2012-03-21Fix 4-space tabs.Guy Harris1-35/+35
2012-03-21activate_link_cb() is only defined and used if we have GTK 2.18 or higher; on...Jeff Morriss1-0/+2
2012-03-21welcome_if_tree_load() is static and only called (and prototyped) if we HAVE_...Jeff Morriss1-5/+5
2012-03-21Well, it doesn't recurse with that code there, but it doesn't fill inGuy Harris1-2/+0
2012-03-21The chimney stuff is Windows-only (not that we shouldn't offer theGuy Harris1-1/+4
2012-03-21Recursion, n. See "recursion".Guy Harris1-0/+2
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris2-3/+2
2012-03-21#ifdef out some variables used only if we have libpcap.Guy Harris1-0/+2
2012-03-20Just put both clear_capture_box() and fill_capture_box() under oneGuy Harris1-2/+1
2012-03-20See if this fixes the OSX buildAnders Broman1-1/+2
2012-03-20See if this fixes the OSX buildAnders Broman1-2/+0
2012-03-20make it compile on Windows, \main_welcome.c(1024) : warning C4700: uninitiali...Anders Broman1-3/+7
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen2-212/+273