aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2018-03-09When looking up response codes, just keep the key on the stack.Guy Harris1-10/+10
2018-02-28rtspstat: use integer cast in g_hash_table.Dario Lombardo1-16/+13
2018-02-20Squelch some casting-away-constness warnings.Guy Harris5-9/+17
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-16/+16
2018-02-17Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo34-34/+34
2018-02-02cli: use SPDX identifiers.Dario Lombardo34-473/+34
2018-01-29cli: free memory on exit in tap-comparestat (found by clang).Dario Lombardo1-2/+5
2018-01-22tap-httpstat: cast memory instead of reallocate it in glib hash table.Dario Lombardo1-14/+11
2018-01-19tap-wspstat: cast memory instead of allocate.Dario Lombardo1-7/+5
2017-12-11Fix make distcheckJoão Valverde1-22/+8
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde2-22/+3
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