Reflect the move of filters.c to libui.
[metze/wireshark/wip.git] / ui / cli /
2014-05-13 AndersBromanisprint() -> g_ascii_isprint()
2014-05-12 Pascal QuantinFix tshark -z follow,tcp stats regression when TCP...
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-04-22 Peter WuFix ASAN error due to invalid type
2014-04-19 Guy HarrisMore name changes.
2014-04-19 Guy HarrisSome routine name changes.
2014-04-03 Bill Meier(Pedantic): set editor modelines tab-width & etc to...
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-15 Alexis La GoutteFix -Wabsolute-value in TAP Compare stat (Found by...
2014-03-05 Alexis La GoutteFix some code remove by 296591399f90a9d89be958d91047aa7...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-16 Evan HuusAdd explicit casts to fix OSX10.5 Buildbot
2014-02-16 Evan HuusReplace last use of emem trees with GHashTables
2013-12-30 Michael MannMove tcap and camel "persistent data" functionality...
2013-12-30 Bill MeierUse G_GUINT64_CONSTANT(nn) instead of nnULL in a few...
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-12-20 Bill Meiernnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-12-12 Bill MeierCreate/use a number of extended value-strings;
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-11-29 Michael MannStats_tree enhancements for sorting, averages and burst...
2013-11-23 Guy HarrisSet a field to squelch a Coverity warning.
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-14 Anders BromanGet rid of Warinings [-Wmissing-prototypes]
2013-11-12 Guy HarrisReplace fvalue_ftype() with a fvalue_type_ftenum()...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-10-27 Michael MannRemove iplen and iphdrlen from struct _packet_info.
2013-10-24 Jörg MayerMake things compile again.
2013-10-10 Anders BromanFlag the addresses used in the trace which has been...
2013-10-01 Michael MannRemove check_col.
2013-09-11 Anders BromanGet rid of some users the addrinfo_list.
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2013-08-13 Martin MathiesonAdd missing return (reported as missing break by coverity)
2013-08-09 Chris MaynardReplace tabs with spaces. Add modelines.
2013-08-09 Cal TurneyPatch for bug 9014. If the relative time is negative...
2013-08-08 Martin MathiesonApply same changes to common stats to tshark tap
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-11 Guy HarrisThrow in a cast to squelch warnings about a value not...
2013-07-11 Guy HarrisGet rid of an unused variable.
2013-07-10 Anders BromanFrom Cal Turney:
2013-07-10 Anders BromanFrom Joe McEachern:
2013-07-06 Evan HuusFrom Peter Hatina via https://bugs.wireshark.org/bugzil...
2013-06-26 Jeff MorrissMove tap-*-common.{h,c} into ui/ since that's the home...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-26 Jeff MorrissAs pointed out by Guy: timestats uses packet_info so...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-05-28 Evan HuusIn ICMP taps, don't use g_slist_insert_sorted (which...
2013-05-22 Guy HarrisMake routines not used outside their source files static.
2013-05-20 Michael MannThe printf format may require 2 arguments passed and...
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-05-03 Jeff MorrissFrom Niels de Vos via https://bugs.wireshark.org/bugzi...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-28 Anders Broman-Wmissing-prototypes
2013-03-20 Bill Meier From beroset:
2013-03-07 Anders BromanUse explicit casts.
2013-03-07 Anders BromanUse explicit casts.
2013-03-06 Anders BromanUse explicit casts.
2013-03-05 Anders BromanUse explicit casts.
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-01-30 Guy HarrisGPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().
2013-01-30 Guy HarrisUse optargp, not optarg, in followSsl(), as in other...
2013-01-30 Michael MannAdd support in TShark to follow SSL streams
2013-01-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-20 Evan HuusRemove unused parameter from iousers_process_address_packet
2012-12-20 Michael MannAdd absolute date options (-ad) for start date/time...
2012-12-16 Martin MathiesonDon't cast away const qualifier.
2012-12-06 Bill MeierFix [-Wshadow] warnings.
2012-12-05 Martin MathiesonUse g_malloc0() to initialize the counters. MAC was...
2012-11-27 Martin MathiesonAdd %DL padding to LTE MAC stats.
2012-10-24 Chris MaynardAllow <interval> to be successfully sscanf'd no matter...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-18 Jeff MorrissAdd python cache and temporary files to the list of...
2012-09-18 Jeff MorrissIf we have PYTHON use make-tap-reg.py (in both autofoo...
2012-09-15 Evan HuusFrom Niels Widger via https://bugs.wireshark.org/bugzil...
2012-09-02 Anders BromanAdd default branch to try to fix buildbot [-Werror...
2012-09-02 Anders BromanFrom Cal Turney: Incorrect io-stat table format when...
2012-08-31 Anders BromanFrom Cal Turney: Fix Performance regression in tshark...
2012-07-09 Anders BromanFrom Evan Huus:
2012-07-06 Martin MathiesonTake yet more care not to be dividing by zero when...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-13 Bill MeierAdd '*.sbr' to 'clean'
2012-05-31 Gerald CombsFrom Martin Kaiser via bug 7312:
2012-05-23 Anders BromanFrom Florent Drouin:
2012-05-23 Anders BromanFrom Robert Bullen:
2012-05-11 Guy HarrisClean up indentation. (HT should not be assumed to...
2012-05-11 Guy Harrisproto_registrar_get_ftype() returns an FT_ value; make...
2012-05-10 Martin MathiesonAvoid needlessly shadowing a variable.
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-05-03 Chris MaynardFrom Klaus Heckelmann via https://bugs.wireshark.org...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-12 Graham BloiceAdded Rel. Start and Duration to tshark -z conv,xxx...
2012-04-05 Martin MathiesonFix test to avoid dividing by 0.0 (was displaying as...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-10 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
next