aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2015-08-18UDP multicast stream dialog.Gerald Combs1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+1
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs2-149/+0
2015-08-04Remove the CLI H.225 counter.Gerald Combs2-428/+0
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs3-19/+19
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs2-2/+2
2015-07-07Qt: Add initial Lua support.Gerald Combs1-0/+1
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann2-204/+0
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann4-183/+172
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson1-1/+1
2015-06-25Regenerate *-tap-register.c when associated Makefile.common is updated (*nix)Bill Meier1-1/+1
2015-06-23Regenerate *-tap-register.c when associated Makefile.common is updatedBill Meier1-1/+1
2015-06-23Use RTD functionality for H.225Michael Mann2-267/+0
2015-06-22Refactor RTD stats.Michael Mann6-675/+172
2015-06-21Remove now unneeded tap-srt.hMichael Mann3-47/+3
2015-06-21Further refactor SRT stats.Michael Mann14-2062/+242
2015-06-10tshark: fix computation of iostat table width when specifying an intervalPascal Quantin1-1/+1
2015-06-09tshark: add ability to display streams in EBCDICPascal Quantin1-0/+13
2015-06-08tap-macltestat.c: fix some V523 warnings reported by PVS-StudioPascal Quantin1-2/+7
2015-06-05Clean up stats_tree_presentation.Gerald Combs1-2/+2
2015-05-01Add tshark -z "ncp,srt"Michael Mann2-0/+441
2015-04-29cli_service_response_time_table.h: fix api referenceAlexis La Goutte1-0/+2
2015-04-28Bugfix string compare lengthMichael Mann1-1/+1
2015-04-28Add service_response_time_table for TShark srt stats.Michael Mann8-518/+359
2015-04-28Add tshark -z "smb2,srt"Michael Mann2-0/+145
2015-04-27Add tshark -z "ldap,srt"Michael Mann2-0/+191
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