summaryrefslogtreecommitdiff
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-12Fix tshark -z follow,tcp stats regression when TCP stream index is > 0Pascal Quantin1-2/+2
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-22Fix ASAN error due to invalid typePeter Wu1-7/+5
2014-04-19More name changes.Guy Harris1-16/+16
2014-04-19Some routine name changes.Guy Harris1-2/+2
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-15Fix -Wabsolute-value in TAP Compare stat (Found by Clang 3.5)Alexis La Goutte1-2/+2
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte39-78/+0
2014-02-25Remove trailing whitespaceBill Meier6-55/+55
2014-02-16Add explicit casts to fix OSX10.5 BuildbotEvan Huus1-8/+8
2014-02-16Replace last use of emem trees with GHashTablesEvan Huus1-41/+48
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann2-2/+2
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
2013-12-23From Ville Skyttä: Spelling FixesBill Meier4-7/+7
2013-12-20nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)Bill Meier1-26/+29
2013-12-14Fix some trivial warnings.Jakub Zawadzki3-6/+6
2013-12-12Create/use a number of extended value-strings;Bill Meier1-72/+73
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-1/+2
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-15/+4
2013-11-23Set a field to squelch a Coverity warning.Guy Harris1-4/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris1-11/+6
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki33-29/+61
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris2-15/+105
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-10-24Make things compile again.Jörg Mayer1-0/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman1-2/+2
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