summaryrefslogtreecommitdiff
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Remove check_col.Michael Mann1-1/+1
2013-09-11Get rid of some users the addrinfo_list.Anders Broman1-65/+35
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris39-175/+175
2013-08-13Add missing return (reported as missing break by coverity)Martin Mathieson1-1/+2
2013-08-09Replace tabs with spaces. Add modelines.Chris Maynard1-21/+34
2013-08-09Patch for bug 9014. If the relative time is negative, it is set to that of th...Cal Turney1-11/+21
2013-08-08Apply same changes to common stats to tshark tapMartin Mathieson1-6/+12
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki3-14/+14
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+3
2013-07-11Throw in a cast to squelch warnings about a value not fitting in aGuy Harris1-4/+2
2013-07-11Get rid of an unused variable.Guy Harris1-3/+4
2013-07-10From Cal Turney:Anders Broman1-62/+113
2013-07-10From Joe McEachern:Anders Broman1-1/+1
2013-07-06From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus1-1/+1
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2-2/+2
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss8-8/+8
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss11-11/+8
2013-05-28In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2-4/+10
2013-05-22Make routines not used outside their source files static.Guy Harris1-2/+2
2013-05-20The printf format may require 2 arguments passed and if it does, the second a...Michael Mann1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-1/+1
2013-05-03From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86...Jeff Morriss1-5/+6
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-28-Wmissing-prototypesAnders Broman1-1/+1
2013-03-20 From beroset:Bill Meier9-11/+11
2013-03-07Use explicit casts.Anders Broman3-14/+14
2013-03-07Use explicit casts.Anders Broman15-57/+57
2013-03-06Use explicit casts.Anders Broman15-77/+77
2013-03-05Use explicit casts.Anders Broman4-22/+22
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-2/+3
2013-01-30GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().Guy Harris1-1/+1
2013-01-30Use optargp, not optarg, in followSsl(), as in other routines; thisGuy Harris1-6/+6
2013-01-30Add support in TShark to follow SSL streams Michael Mann1-5/+130
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-12-26Fix a bunch of warnings.Guy Harris8-14/+14
2012-12-20Remove unused parameter from iousers_process_address_packetEvan Huus1-8/+8
2012-12-20Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann1-53/+103
2012-12-16Don't cast away const qualifier.Martin Mathieson3-5/+5
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-14/+14
2012-12-05Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson2-3/+2
2012-11-27Add %DL padding to LTE MAC stats.Martin Mathieson1-2/+16
2012-10-24Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-118/+129
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