aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Put tap-exportobject.h into the release tarball.Guy Harris1-0/+1
2016-12-02Enable exporting objects with tsharkMoshe Kaplan3-0/+336
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-2/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris2-78/+108
2016-10-03tshark: follow streams should start with chunk 1.Michael Mann1-1/+1
2016-09-15cli: use ws_strtou function.Dario Lombardo1-2/+12
2016-08-29tap-iostat.c: ensure that interval is set to its maximum value when using 0Pascal Quantin1-5/+5
2016-07-26CLI/GTK: Fix compare_stat checksum to include IPv4 offset againJoão Valverde1-1/+1
2016-07-23Update struct ws_ip with flow label and commentsJoão Valverde1-2/+2
2016-07-18Rename iph->ip_p to iph->ip_nxtJoão Valverde1-1/+1
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-4/+4
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-1/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-89/+65
2016-06-21Check for negative nanoseconds in io,stat tap.Michael Mann1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin29-82/+81
2016-06-17tap: change glib functions to wmem.Dario Lombardo29-81/+82
2016-06-15Remove Nmake build systemPascal Quantin2-65/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-1/+1
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-4/+4
2016-05-15tshark: fix double memory free when analyzing several RTP streamsPascal Quantin1-1/+0
2016-05-13automake/nmake: run checkAPIs in ui/cli/Jeff Morriss2-20/+5
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-04-08Replace and remove host_ip_af() functionJoão Valverde1-6/+18
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