aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Consolidate RTP stream structs.Gerald Combs1-6/+6
2014-11-23Presumably the intent is to dump *non*-dummy entries.Guy Harris1-2/+2
2014-11-23Newlines at the ends of lines, please.Guy Harris1-2/+2
2014-11-14The registered -z parameter string shouldn't end with a comma.Guy Harris12-12/+12
2014-11-14There's nothing GTK+ about TShark.Guy Harris4-14/+14
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris39-39/+39
2014-11-14tap_ui -> stat_tap_ui.Guy Harris38-80/+80
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris38-41/+414
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier39-2303/+2743
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-29/+29
2014-09-28Don't change the packet list column precision in taps.Guy Harris1-2/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier2-3/+3
2014-09-07Remove blank line, add newline at the end of the file.Guy Harris1-2/+1
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+1
2014-08-31Remove make-tapreg-dotc and its uses, since Python is now mandatoryРоман Донченко1-8/+3
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-16tap-iousers: fix indent and add modelines infoAlexis La Goutte1-4/+17
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-15/+1
2014-07-30Fix dist.Gerald Combs1-0/+3
2014-07-30Fix the build: add a few more G_GINT64_MODIFIER's when printing 64-bit numbers.Jeff Morriss1-1/+3
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann2-480/+75
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+15
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