packet-nfs: do not call g_hash_table_remove before g_hash_table_insert
[metze/wireshark/wip.git] / tshark.c
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
2014-09-25 Gerald CombsUpdate the simple dialog code.
2014-09-20 Guy HarrisFree err_info on WTAP_ERR_DECOMPRESS.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-18 Michael MannRefactor "common" hostlist/endpoint table functionality.
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-30 Michael MannApply refactored "conversation" (tap) data to TShark.
2014-07-26 Michael MannRefactor "common" Conversation table functionality.
2014-07-25 Peter WuReplace lseek/fstat by ws_lseek64/ws_fstat64
2014-07-22 Guy HarrisClean up indentation (get rid of tabs).
2014-07-22 Guy HarrisGet rid of NO_INTERFACES_FOUND - it's not an error.
2014-07-05 Evan HuusReset state when cycling ring-buffer files in tshark.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-03 Guy HarrisInclude <sys/capaibility.h> to get _LINUX_CAPABILITY_VE...
2014-07-03 Guy HarrisInclude "capture-pcap-util.h" even if we don't have...
2014-07-03 Guy HarrisGet rid of an extra blank line.
2014-07-03 Guy HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisRegularize the help output of programs.
2014-07-03 Guy HarrisRegularize the first line of version output.
2014-07-01 Guy HarrisDrop privileges even earlier.
2014-06-30 Guy HarrisDrop privileges very early on.
2014-06-30 Guy HarrisMove capture_session.h to capchild; what it declares...
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-27 Jeff MorrissCheck the validity of fields given to tshark with ...
2014-06-25 Jeff MorrissIndicate tshark can read (-r) from stdin and named...
2014-06-24 Guy HarrisSupport -w even if we're not built with pcap.
2014-06-24 Guy HarrisLoad WinPcap before we get the run-time information...
next