aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde2-6/+6
2016-01-12Fix type: strlen returns a size_tEvan Huus1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-744/+200
2016-01-12Move some definitions and declarations around.Guy Harris1-23/+0
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-0/+1
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-9/+9
2016-01-06KISS the Follow TCP functionality.Michael Mann1-7/+8
2016-01-04cli: packets / bytes conversation statistics are swappedPascal Quantin1-2/+2
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-1/+1
2015-12-29Clean up indentation.Guy Harris1-48/+48
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-2/+2
2015-11-27SMB sidsnooping: use sid as key and name as valuePeter Wu1-4/+4
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs3-13/+13
2015-10-01Fix crashes related to RTP Streams analysisPeter Wu1-1/+1
2015-09-26Fix checkapi warningsGraham Bloice2-21/+21
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo2-8/+8
2015-08-22[CLI, GTK] comparestat: Fix typos, output format, argument parsingJoão Valverde1-25/+36
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