aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss39-111/+33
2012-09-18Add python cache and temporary files to the list of files to clean up.Jeff Morriss1-1/+3
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss2-6/+22
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+6
2012-09-02Add default branch to try to fix buildbot [-Werror=switch]Anders Broman1-0/+2
2012-09-02From Cal Turney: Incorrect io-stat table format when unsupported -t operand i...Anders Broman1-24/+29
2012-08-31From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs...Anders Broman1-116/+124
2012-07-09From Evan Huus:Anders Broman1-0/+1
2012-07-06Take yet more care not to be dividing by zero when calculating the bitMartin Mathieson2-1/+15
2012-06-28Update Free Software Foundation address.Jakub Zawadzki41-41/+41
2012-06-13Add '*.sbr' to 'clean'Bill Meier1-1/+2
2012-05-31From Martin Kaiser via bug 7312:Gerald Combs1-0/+2
2012-05-23From Florent Drouin:Anders Broman1-7/+79
2012-05-23From Robert Bullen:Anders Broman1-17/+29
2012-05-11Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris1-628/+627
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-0/+28
2012-05-10Avoid needlessly shadowing a variable.Martin Mathieson1-1/+0
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier15-60/+0
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier18-72/+0
2012-05-03From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2-14/+16
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki2-2/+2
2012-04-12Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...Graham Bloice1-356/+113
2012-04-05Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-4/+4
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-03-06Try to make the buildbot happyAnders Broman1-1/+1
2012-03-06From Cal Turney: Try to fix the remaining warnings. https://bugs.wireshark.or...Anders Broman1-24/+24
2012-03-05From Cal Turney:Anders Broman1-529/+818
2012-02-29Revert 41240, 41239, 41234, 41233, and (finally) 41231. Every time I fix a w...Jeff Morriss1-806/+520
2012-02-29Remove the offending %s for now.Anders Broman1-1/+2
2012-02-29Don't use itoa(). It still doesn't compile due to a format warning on line 7...Jeff Morriss1-96/+100
2012-02-29Fix another couple of warnings, but not sure what to do about the rest:Martin Mathieson1-2/+2
2012-02-29Fix several compiler warnings (a few more remain though).Martin Mathieson1-43/+44
2012-02-29From Cal Turney:io,stat LOAD error, comma field ignored, zero data intervals ...Anders Broman1-525/+805
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-19(Minor): use GLIB_CFLAGS instead of GTK_CFLAGS; also put libcliui: as first t...Bill Meier1-4/+5
2012-02-19We already have GENERATED_HEADER_FILES; use that instead ofGuy Harris2-9/+5
2012-02-19A few more changes to fix the Windows build: Fix building tshark-tap-register.cBill Meier1-5/+5
2012-02-19This is 2 levels down, unlike the 1-level-down ui/Makefile.nmake IGuy Harris1-6/+6
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris3-0/+252
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris1-199/+0
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer40-0/+12314