aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2017-06-21[sipstat] Update the Response Codes table.Anders1-2/+21
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-2/+2
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-13tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallt...Alexis La Goutte1-1/+1
2017-02-19tap: use g_new0() instead of g_new() and memset()Martin Kaiser1-3/+1
2017-02-19stat_tap_ui: remove leaks.Dario Lombardo4-1/+4
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann2-5/+6
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann3-9/+11
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-5/+4
2017-02-04tap-stats_tree: use wmem allocator.Dario Lombardo1-2/+2
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