aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+88
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-3/+3
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+2
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-10/+10
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-3/+2
2016-02-12tap-iostat: fix logical ‘or’ of equal expressions [-Werror=logical-op] fo...Alexis La Goutte1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-3/+3
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-3/+3
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-10/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris14-28/+57
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-6/+6
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris4-5/+5
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