Do changes from Generalize wtap_pkthdr into a structure for packet and
[metze/wireshark/wip.git] / ui / cli /
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardocli: use SPDX identifiers.
2018-01-29 Dario Lombardocli: free memory on exit in tap-comparestat (found...
2018-01-22 Dario Lombardotap-httpstat: cast memory instead of reallocate it...
2018-01-19 Dario Lombardotap-wspstat: cast memory instead of allocate.
2017-12-11 João ValverdeFix make distcheck
2017-12-11 João ValverdeRewrite make-tap-reg.py in C
2017-11-18 João Valverdeautotools: Library build products don't need explicit...
2017-10-31 Uli HeilmeierHTTP: Update status codes
2017-10-29 Guy HarrisGet rid of unused #defines.
2017-10-29 Michael MannUse endpoint_type in conversation tables and hostlists
2017-10-29 Guy HarrisGet rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-25 Guy HarrisClean up white space.
2017-10-25 Guy HarrisUse a union for the IPv4/IPv6 address.
2017-10-15 João Valverdeautotools: make maintainer-clean should allow rerunning...
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-10-06 Alexis La Gouttetap-flow (ui): fix no previous prototype for ‘register_...
2017-09-23 Michael MannHave sequence analysis properly use filters from taps.
2017-09-22 Michael MannAdd Flow Graph functionality to TShark
2017-09-06 João Valverdeplugins: config.h must not be included by public headers
2017-09-02 João ValverdeHave a single IPv6 tap
2017-06-21 Anders[sipstat] Update the Response Codes table.
2017-06-19 Anthony CoddingtonAttempt to clean up addr_resolv flags by removing DUMMY...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-13 Alexis La Gouttetap-iostat (cli): fix this statement may fall through...
2017-02-19 Martin Kaisertap: use g_new0() instead of g_new() and memset()
2017-02-19 Dario Lombardostat_tap_ui: remove leaks.
2017-02-08 Michael MannSwitch stat tap to use wmem_tree_t instead of (sorted...
2017-02-08 Michael MannSwitch follow (tables) to use wmem_tree_t instead of...
2017-02-08 Michael MannSwitch rtd and srt tables to use wmem_tree_t instead...
2017-02-08 Michael MannSwitch export objects to use wmem_tree_t instead of...
2017-02-04 Dario Lombardotap-stats_tree: use wmem allocator.
2016-12-02 Guy HarrisPut tap-exportobject.h into the release tarball.
2016-12-02 Moshe KaplanEnable exporting objects with tshark
2016-11-10 Michael Manntcp: Fix Follow TCP tap data and when its tapped.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-10-03 Michael Manntshark: follow streams should start with chunk 1.
2016-09-15 Dario Lombardocli: use ws_strtou function.
2016-08-29 Pascal Quantintap-iostat.c: ensure that interval is set to its maximu...
2016-07-26 João ValverdeCLI/GTK: Fix compare_stat checksum to include IPv4...
2016-07-23 João ValverdeUpdate struct ws_ip with flow label and comments
2016-07-18 João ValverdeRename iph->ip_p to iph->ip_nxt
2016-07-17 Michael MannFix printf style parameters complaints from VS Code...
2016-07-17 Michael MannFix sscanf VS Code Analysis warnings.
2016-06-30 João ValverdeRemove Makefile.common files
2016-06-21 Michael MannCheck for negative nanoseconds in io,stat tap.
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-06-15 Pascal QuantinRemove Nmake build system
2016-06-15 Michael MannAllow control of individual columns to be (un)writable.
2016-06-14 Dario Lombardoaddr_resolv: change g_hash to wmem_map.
2016-05-15 Pascal Quantintshark: fix double memory free when analyzing several...
2016-05-13 Jeff Morrissautomake/nmake: run checkAPIs in ui/cli/
2016-05-10 Michael MannHave fvalue_to_string_repr always return an (wmem)...
2016-04-08 João ValverdeReplace and remove host_ip_af() function
2016-03-08 João ValverdeAdd EditorConfig settings for most C files
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-02-20 Peter WuFix various off-by-one in buffer sizes
2016-02-18 Guy HarrisDon't add the wiretap directory to the list of include...
2016-02-12 Alexis La Gouttetap-iostat: fix logical ‘or’ of equal expressions ...
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisMore pinfo->fd->abs_ts to pinfo->abs_ts.
2016-01-21 João ValverdeAvoid returning malloced memory as const [-Wcast-qual]
2016-01-12 Evan HuusFix type: strlen returns a size_t
2016-01-12 Michael MannRefactor "Follow Stream" functionality on all GUI inter...
2016-01-12 Guy HarrisMove some definitions and declarations around.
2016-01-11 Stig BjørlykkeLua: Added reload_lua_plugins
2016-01-07 João ValverdeRemove some unnecessary dependencies and cleanup some...
2016-01-06 Michael MannKISS the Follow TCP functionality.
2016-01-04 Pascal Quantincli: packets / bytes conversation statistics are swapped
2016-01-03 Michael MannPass SslPacketInfo structure directly to SSL tap instea...
2015-12-29 Guy HarrisClean up indentation.
2015-12-29 Guy HarrisRename new_stat_tap_ui to stat_tap_table_ui.
2015-12-29 Guy HarrisThere's no "old" stat_tap_table, so remove "new_" from...
2015-11-29 João ValverdeMake address_to_display() use proper (non-)constness
2015-11-27 Peter WuSMB sidsnooping: use sid as key and name as value
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in ui.
2015-10-01 Peter WuFix crashes related to RTP Streams analysis
2015-09-26 Graham BloiceFix checkapi warnings
2015-09-11 Dario Lombardolte/ui: fix 'time' var name.
2015-08-22 João Valverde[CLI, GTK] comparestat: Fix typos, output format, argum...
2015-08-18 Gerald CombsUDP multicast stream dialog.
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-04 Gerald CombsConvert Camel tap stats to new "generic stat API".
2015-08-04 Gerald CombsRemove the CLI H.225 counter.
2015-08-03 Gerald CombsMake sure per-packet tap callbacks return gbooleans.
2015-07-07 Gerald CombsAdd ResponseTimeDelayDialog.
2015-07-07 Gerald CombsQt: Add initial Lua support.
2015-07-03 Michael MannConvert BOOTP/DHCP tap stats to new "generic stat API".
2015-07-03 Michael MannCreate very basic "generic" stat tap API to create...
2015-06-27 Martin MathiesonAvoid some Visual Studio Code Anaylzer warnings
2015-06-25 Bill MeierRegenerate *-tap-register.c when associated Makefile...
next