aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
Commit message (Expand)AuthorAgeFilesLines
* Get rid of -Wshadow warning - I guess we're including something thatGuy Harris2013-08-1439-175/+175
* Add missing return (reported as missing break by coverity)Martin Mathieson2013-08-131-1/+2
* Replace tabs with spaces. Add modelines.Chris Maynard2013-08-091-21/+34
* Patch for bug 9014. If the relative time is negative, it is set to that of th...Cal Turney2013-08-091-11/+21
* Apply same changes to common stats to tshark tapMartin Mathieson2013-08-081-6/+12
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-213-14/+14
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+3
* Throw in a cast to squelch warnings about a value not fitting in aGuy Harris2013-07-111-4/+2
* Get rid of an unused variable.Guy Harris2013-07-111-3/+4
* From Cal Turney:Anders Broman2013-07-101-62/+113
* From Joe McEachern:Anders Broman2013-07-101-1/+1
* From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus2013-07-061-1/+1
* Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2013-06-262-2/+2
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-1/+1
* As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss2013-06-268-8/+8
* Move a couple of time-related modules into wsutil.Jeff Morriss2013-06-2511-11/+8
* In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2013-05-282-4/+10
* Make routines not used outside their source files static.Guy Harris2013-05-221-2/+2
* The printf format may require 2 arguments passed and if it does, the second a...Michael Mann2013-05-201-1/+1
* Add the posibillity to use a key for per-packet-data.Anders Broman2013-05-121-1/+1
* From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86...Jeff Morriss2013-05-031-5/+6
* 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