aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-04-20From Martin Kaiser: menus, main window title, icons are not reset when captur...Anders Broman1-0/+29
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki3-3/+3
2012-04-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-20/+1
2012-04-15Get rid of the error code argument to scan_local_interfaces(); nobodyGuy Harris4-22/+19
2012-04-15From Evan Huus: fix a memory leak. Fixes bug 7097.Guy Harris1-0/+1
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte8-22/+4
2012-04-14From Even Huus: free a strduped string. Fixes bug 7094.Guy Harris1-0/+3
2012-04-14From Evan Huus: free if_string when we're done with it. Fixes bug 7093.Guy Harris1-1/+2
2012-04-14From Evan Huus: Memory leak in scan_local_interfaces. https://bugs.wireshark....Anders Broman1-7/+6
2012-04-14From Evan Huus: Memory leaks in graph_analysis.c https://bugs.wireshark.org/b...Anders Broman1-3/+7
2012-04-14If we don't even *have* a filter combo box, there's nothing we can checkGuy Harris1-8/+21
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki6-9/+9
2012-04-12Simplify r42030 expression. Thanks!Jakub Zawadzki1-1/+1
2012-04-12Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...Graham Bloice1-356/+113
2012-04-12The last bit of a byte, on its own, needs a mask of 1, rather than 256.Martin Mathieson1-1/+1
2012-04-10There's no __solaris__ predefine for Solaris; just use __sun.Guy Harris1-4/+2
2012-04-10OK, that doesn't work; on Solaris, try _XOPEN_SOURCE=500, to requestGuy Harris1-2/+4
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-09Fix 'overflow in implicit constant conversion', make it const.Jakub Zawadzki1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki2-6/+7
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