aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
Commit message (Expand)AuthorAgeFilesLines
...
* [CLI, GTK] comparestat: Fix typos, output format, argument parsingJoão Valverde2015-08-221-25/+36
* UDP multicast stream dialog.Gerald Combs2015-08-181-1/+1
* Added Reload Lua plugins.Stig Bjørlykke2015-08-111-0/+1
* Convert Camel tap stats to new "generic stat API".Gerald Combs2015-08-042-149/+0
* Remove the CLI H.225 counter.Gerald Combs2015-08-042-428/+0
* Make sure per-packet tap callbacks return gbooleans.Gerald Combs2015-08-033-19/+19
* Add ResponseTimeDelayDialog.Gerald Combs2015-07-072-2/+2
* Qt: Add initial Lua support.Gerald Combs2015-07-071-0/+1
* Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann2015-07-032-204/+0
* Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann2015-07-034-183/+172
* Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson2015-06-271-1/+1
* Regenerate *-tap-register.c when associated Makefile.common is updated (*nix)Bill Meier2015-06-251-1/+1
* Regenerate *-tap-register.c when associated Makefile.common is updatedBill Meier2015-06-231-1/+1
* Use RTD functionality for H.225Michael Mann2015-06-232-267/+0
* Refactor RTD stats.Michael Mann2015-06-226-675/+172
* Remove now unneeded tap-srt.hMichael Mann2015-06-213-47/+3
* Further refactor SRT stats.Michael Mann2015-06-2114-2062/+242
* tshark: fix computation of iostat table width when specifying an intervalPascal Quantin2015-06-101-1/+1
* tshark: add ability to display streams in EBCDICPascal Quantin2015-06-091-0/+13
* tap-macltestat.c: fix some V523 warnings reported by PVS-StudioPascal Quantin2015-06-081-2/+7
* Clean up stats_tree_presentation.Gerald Combs2015-06-051-2/+2
* Add tshark -z "ncp,srt"Michael Mann2015-05-012-0/+441
* cli_service_response_time_table.h: fix api referenceAlexis La Goutte2015-04-291-0/+2
* Bugfix string compare lengthMichael Mann2015-04-281-1/+1
* Add service_response_time_table for TShark srt stats.Michael Mann2015-04-288-518/+359
* Add tshark -z "smb2,srt"Michael Mann2015-04-282-0/+145
* Add tshark -z "ldap,srt"Michael Mann2015-04-272-0/+191
* Get rid of an unused structure member.Guy Harris2015-03-0738-40/+0
* Eliminate e_uuid_t in favor of e_guid_t.Guy Harris2015-03-031-25/+25
* Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren2015-02-211-8/+35
* Eliminate some DIRTY_ file lists.Guy Harris2015-02-181-4/+1
* Use G_GINT64_MODIFIER when formatting g{u}int64 values.Guy Harris2015-02-091-1/+1
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-0915-30/+31
* Convert val_to_str -> val_to_str_wmem.Michael Mann2015-02-048-27/+86
* Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann2015-02-034-10/+24
* Qt: Add the RTP Streams dialog.Gerald Combs2015-01-301-3/+1
* Convert proto_construct_match_selected_string to use wmem.Michael Mann2015-01-171-0/+1
* Replace se alloced memory in compare stat tap.Michael Mann2015-01-161-3/+13
* Replace some "low hanging fruit" uses of emem.Michael Mann2015-01-111-2/+3
* Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann2015-01-081-2/+5
* ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann2015-01-082-8/+12
* Replace ep_address_to_str with address_to_str.Michael Mann2015-01-062-13/+18
* Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann2015-01-053-12/+23
* Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann2015-01-041-1/+1
* tshark: dump port number when generating SCTP, TCP or UDP conversationsPascal Quantin2015-01-031-16/+44
* tshark: dump port number when generating SCTP endpoints statisticsPascal Quantin2015-01-031-1/+1
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+1
* tshark: Add endpoints statisticsMichael Mann2015-01-023-0/+142
* Remove unneeded includes from ui folderMartin Mathieson2015-01-0121-37/+0
* Add ability to follow UDP stream by indexPascal Quantin2014-12-291-10/+28