summaryrefslogtreecommitdiff
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-26Tshark doesn't display column text as field in 2-pass modeHadriel Kaplan1-1/+2
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+8
2015-04-06Have a common routine for constructing strings listing interfaces.Guy Harris1-25/+2
2014-12-27Don't use a leading - in getopt_long() option strings.Guy Harris1-4/+9
2014-12-27Add an (empty) list of long options to tfshark.Guy Harris1-1/+1
2014-12-27Use getopt_long() for the first pass through the argument list.Guy Harris1-13/+48
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-17Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris1-2/+2
2014-09-28tshark: fix -H optionPascal Quantin1-7/+6
2014-09-20Free err_info on WTAP_ERR_DECOMPRESS.Guy Harris1-0/+1
2014-09-04Indicate tshark can read (-r) from stdin and named pipes now.Jeff Morriss1-1/+1
2014-06-27Check the validity of fields given to tshark with "-e": complain and exit ifJeff Morriss1-0/+8
2014-06-24Support -w even if we're not built with pcap.Guy Harris1-3/+16
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
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-4/+1
2014-01-08Explicitly reject two-pass live capture, it doesn't work anyways.Evan Huus1-0/+8
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-12-11Improve tshark command-line error help. Fixes https://bugs.wireshark.org/bug...Chris Maynard1-24/+43
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-3/+5
2013-12-03Don't forget to test even the simplest fixes.Chris Maynard1-2/+2
2013-12-03Wrap usage text at column 80.Chris Maynard1-2/+4
2013-12-02Don't assume we have Lua just because we have plugin support.Guy Harris1-2/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-2/+23
2013-11-26Report the interface when an open or an attempt to set the link-layerGuy Harris1-2/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-18/+21
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-9/+21