aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Get rid of an unused structure member.Guy Harris38-40/+0
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-25/+25
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-8/+35
2015-02-18Eliminate some DIRTY_ file lists.Guy Harris1-4/+1
2015-02-09Use G_GINT64_MODIFIER when formatting g{u}int64 values.Guy Harris1-1/+1
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier15-30/+31
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann8-27/+86
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann4-10/+24
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-3/+1
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-0/+1
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-3/+13
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+3
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann1-2/+5
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann2-8/+12
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann2-13/+18
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann3-12/+23
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2015-01-03tshark: dump port number when generating SCTP, TCP or UDP conversationsPascal Quantin1-16/+44
2015-01-03tshark: dump port number when generating SCTP endpoints statisticsPascal Quantin1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann3-0/+142
2015-01-01Remove unneeded includes from ui folderMartin Mathieson21-37/+0
2014-12-29Add ability to follow UDP stream by indexPascal Quantin1-10/+28
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