Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
[metze/wireshark/wip.git] / tfshark.c
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
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-23 Gerald CombsFix an uninitialized variable warning.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
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 HarrisWrong function name.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
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 HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-01 Guy HarrisFix compile error.
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-29 Guy HarrisFix tfshark.c to match changes to epan/print.[ch].
2014-11-22 Guy HarrisGet rid of another global in the print code.
2014-11-22 Guy HarrisPass a capture_file * to write_psml_preamble() in tfsha...
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-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-04 Evan HuusRip out the filetap code
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-26 Michael MannRefactor "common" Conversation table functionality.
2014-07-25 Peter WuReplace lseek/fstat by ws_lseek64/ws_fstat64
2014-07-03 Guy HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisMore getopt_long(), for --help and --version.
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-29 Guy HarrisPut in missing forward declaration.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-22 Guy HarrisFix build errors for tfshark and echld.
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-14 Evan HuusDisable tfshark taps for now.
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-01-11 Chris MaynardClean up OPTSTRING, removing ':'s from options that...
2014-01-10 Anders BromanFix
2014-01-08 Guy HarrisSorry, the bytes-to-read argument to file_read() is...
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...