aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-14/+14
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+2
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-07-22Clean up indentation (get rid of tabs).Guy Harris1-1/+1
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-8/+3
2014-07-05Reset state when cycling ring-buffer files in tshark.Evan Huus1-5/+9
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-42/+7
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