WiX: Disable desktop icon and shortcut checkboxes.
[metze/wireshark/wip.git] / tshark.c
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-08-31 Guy HarrisCrashing in proto_initialize_all_prefixes()? Debugging...
2016-08-31 Guy HarrisDebugging printouts, to see why tshark -G crashes on...
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-29 Martin Kacertshark fields filter added for other outputs
2016-06-21 Martin Kacertshark JSON and Elasticsearch output fix
2016-06-21 Yang Luopcap: Add support to "new" Npcap native mode without...
2016-06-19 Michael MannAbility to invoke "Decode As..." as command-line argume...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-06-17 Martin Kacertshark JSON and Elasticsearch output
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-11 Gerald CombsTShark: Separate columns using UTF-8 arrows.
2016-05-11 Gerald CombsTShark: Add a "-E bom=" option.
2016-05-11 AndersBroman[tshark] Document -U option and create a list of tap...
2016-05-03 AndersBromanImplement Export PDU for tshark
2016-04-21 João ValverdeLink version code statically again
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-04-03 João ValverdeMove zlib version check to wsutil
2016-03-14 Gerald CombsParallelize fuzz-test.sh
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-21 Michael Manntshark: load decode_as_entries file
2016-01-27 Mike78Allow/Create an option to use "capture filter" labels...
2015-12-23 Michael MannInitialize Qt info_data_t structure in constructor.
2015-12-23 Roland Knallcapture_info: Fix initialization of packet counter
2015-12-19 Michael MannAllow "capture info data" to not be a singleton.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Gerald CombsFixup a couple of stdout checks.
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-10 Guy HarrisTreat "-" as "standard input" in the CLI, not in libwir...
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-10-05 Peter WuAllow use of variadic macros
2015-09-23 Jeff MorrissAdd a test to verify we pre-allocated enough hf entries.
2015-09-23 Jeff MorrissAdd a "fieldcount" report to tshark -G to let us easily...
2015-09-12 Matthieu CoudronDisplay the name of the invalid field when tshark is...
2015-08-30 Hadriel KaplanAdd debug printing to tshark
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-07-26 Hadriel KaplanTshark doesn't display column text as field in 2-pass...
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-07-17 Jim YoungAdd new long options to GUIs to allow arbitrary protoco...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-03 Michael MannCreate very basic "generic" stat tap API to create...
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
2015-06-23 Peter Wutshark: fix memleak from version lookup
2015-06-22 Michael MannRefactor RTD stats.
2015-06-21 Michael MannFurther refactor SRT stats.
2015-06-10 Guy HarrisUse pid_t on UN*X, and HANDLE on Windows, for the proce...
2015-06-09 Anders[MSVC 2015] Use intptr_t for "pointer stored as int...
2015-04-05 Guy HarrisHave a common routine for constructing strings listing...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-03 Guy HarrisUse g_strdup_printf(), rather than a fixed-length buffe...
2015-01-02 Michael Manntshark: Add endpoints statistics
2015-01-01 Guy HarrisDeclare read_keytab_file() in epan/dissectors/packet...
2015-01-01 Guy HarrisCall setlocale() before getting version information.
2014-12-31 Guy HarrisDon't include signal.h unless we need it.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Pascal Quantintshark: endpoints statistics are not supported for...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-27 Guy HarrisDon't use a leading - in getopt_long() option strings.
2014-12-26 Guy HarrisUse getopt_long() for the first pass through the argume...
2014-12-25 Guy HarrisOnly include <wsutil/os_version_info.h> if we need it.
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-20 Gerald CombsQt: Add a CaptureFile class.
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisReport WTAP_ERR_UNSUPPORTED correctly.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-29 Guy HarrisClean up routine names, don't pass capture_file into...
2014-11-22 Guy HarrisGet rid of another global in the print code.
2014-11-22 Guy HarrisGet rid of write_headers global variable.
2014-11-17 Guy HarrisAdd tshark -G dissector-tables to dump a list of dissec...
2014-11-15 Guy HarrisDo the "-z help" processing separately, and do it for...
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-10-18 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-27 Pascal Quantintshark: fix -H option
next