aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-0/+4
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Get rid of an extra blank line.Guy Harris1-1/+0
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-5/+61
2014-07-03Regularize the help output of programs.Guy Harris1-18/+8
2014-07-03Regularize the first line of version output.Guy Harris1-5/+5
2014-07-01Drop privileges even earlier.Guy Harris1-29/+29
2014-06-30Drop privileges very early on.Guy Harris1-34/+5
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+3
2014-06-29Move some more stuff into wsutil.Guy Harris1-23/+9
2014-06-27Check the validity of fields given to tshark with "-e": complain and exit ifJeff Morriss1-0/+8
2014-06-25Indicate tshark can read (-r) from stdin and named pipes now.Jeff Morriss1-1/+1
2014-06-24Support -w even if we're not built with pcap.Guy Harris1-3/+16
2014-06-24Load WinPcap before we get the run-time information string.Guy Harris1-14/+11
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-1/+23
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-9/+10
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-1/+2
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-20Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris1-1/+0
2014-06-20Fix build without pcap.Guy Harris1-5/+0
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-4/+5
2014-06-20Define OPTSTRING_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-1/+1
2014-06-20Add some long options for capture short options.Guy Harris1-19/+3
2014-06-20Add --help and --version long options.Guy Harris1-1/+3
2014-06-04tshark.c: 'tshark -F pcap -w ...' should create a pcap (not pcapng) file; fix...Bill Meier1-0/+1
2014-06-04tshark.c: Change "Live captures can only be saved in libpcap format" to "[......Bill Meier1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-131/+112
2014-05-23Revert "Fix some white space issues."Guy Harris1-2/+2
2014-05-23Fix some white space issues.Guy Harris1-2/+2
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-112/+131
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-40/+40
2014-05-09Refactor WiretapMichael Mann1-40/+40
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+4
2014-04-01Fix tshark.c to pass checkAPIs scriptHadriel Kaplan1-3/+3
2014-03-30Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'Hadriel Kaplan1-3/+10
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-0/+3
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-1/+34
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-4/+6
2014-02-21Force "printing" if -T is specified, even if -w is also specified.Guy Harris1-0/+1
2014-02-11Fix crash when doing "tshark -2 -r file -w newfile".Guy Harris1-4/+5
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-6/+6
2014-02-03allow tshark reading from pipesPeter Hatina1-1/+1
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-4/+33