aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+23
2017-10-29Get rid of unused #defines.Guy Harris1-3/+0
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann2-3/+3
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-25Clean up white space.Guy Harris1-3/+3
2017-10-25Use a union for the IPv4/IPv6 address.Guy Harris1-6/+8
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-2/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum9-41/+12
2017-10-06tap-flow (ui): fix no previous prototype for ‘register_tap_listener_flow’...Alexis La Goutte1-1/+1
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-2/+0
2017-09-22Add Flow Graph functionality to TSharkMichael Mann2-0/+160
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-2/+2
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