aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
Commit message (Expand)AuthorAgeFilesLines
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-1/+1
* -Wmissing-prototypesAnders Broman2013-03-281-1/+1
* From beroset:Bill Meier2013-03-209-11/+11
* Use explicit casts.Anders Broman2013-03-073-14/+14
* Use explicit casts.Anders Broman2013-03-0715-57/+57
* Use explicit casts.Anders Broman2013-03-0615-77/+77
* Use explicit casts.Anders Broman2013-03-054-22/+22
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-012-2/+3
* GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().Guy Harris2013-01-301-1/+1
* Use optargp, not optarg, in followSsl(), as in other routines; thisGuy Harris2013-01-301-6/+6
* Add support in TShark to follow SSL streams Michael Mann2013-01-301-5/+130
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-01-061-1/+0
* Fix a bunch of warnings.Guy Harris2012-12-268-14/+14
* Remove unused parameter from iousers_process_address_packetEvan Huus2012-12-201-8/+8
* Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann2012-12-201-53/+103
* Don't cast away const qualifier.Martin Mathieson2012-12-163-5/+5
* Fix [-Wshadow] warnings.Bill Meier2012-12-061-14/+14
* Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson2012-12-052-3/+2
* Add %DL padding to LTE MAC stats.Martin Mathieson2012-11-271-2/+16
* Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard2012-10-241-118/+129
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-2039-111/+33
* Add python cache and temporary files to the list of files to clean up.Jeff Morriss2012-09-181-1/+3
* If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss2012-09-182-6/+22
* From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2012-09-151-0/+6
* Add default branch to try to fix buildbot [-Werror=switch]Anders Broman2012-09-021-0/+2
* From Cal Turney: Incorrect io-stat table format when unsupported -t operand i...Anders Broman2012-09-021-24/+29
* From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs...Anders Broman2012-08-311-116/+124
* From Evan Huus:Anders Broman2012-07-091-0/+1
* Take yet more care not to be dividing by zero when calculating the bitMartin Mathieson2012-07-062-1/+15
* Update Free Software Foundation address.Jakub Zawadzki2012-06-2841-41/+41
* Add '*.sbr' to 'clean'Bill Meier2012-06-131-1/+2
* From Martin Kaiser via bug 7312:Gerald Combs2012-05-311-0/+2
* From Florent Drouin:Anders Broman2012-05-231-7/+79
* From Robert Bullen:Anders Broman2012-05-231-17/+29
* Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris2012-05-111-628/+627
* proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris2012-05-111-0/+28
* Avoid needlessly shadowing a variable.Martin Mathieson2012-05-101-1/+0
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-0515-60/+0
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-0518-72/+0
* From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2012-05-032-14/+16
* Remove doubled semicolons and semicolons outside function.Jakub Zawadzki2012-04-132-2/+2
* Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...Graham Bloice2012-04-121-356/+113
* Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson2012-04-051-1/+1
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-4/+4
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-101-1/+0
* Try to make the buildbot happyAnders Broman2012-03-061-1/+1
* From Cal Turney: Try to fix the remaining warnings. https://bugs.wireshark.or...Anders Broman2012-03-061-24/+24
* From Cal Turney:Anders Broman2012-03-051-529/+818
* Revert 41240, 41239, 41234, 41233, and (finally) 41231. Every time I fix a w...Jeff Morriss2012-02-291-806/+520
* Remove the offending %s for now.Anders Broman2012-02-291-1/+2