aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-25Display the frame number on the packet summary line if it's one of the config...Chris Maynard1-15/+0
2013-10-20tshark: use epan_dissect_reset()Jakub Zawadzki1-84/+120
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard1-18/+23
2013-10-15Micro-optimize print_columns(): replace g_snprintf() & g_strlcat() with memcp...Jakub Zawadzki1-22/+53
2013-10-10Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss1-0/+1
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-1/+1
2013-09-04Fix one small memory leak.Evan Huus1-0/+2
2013-08-28Fully deprecate read filter (-R) without two-pass (-2). It does exactly the sameEvan Huus1-16/+12
2013-08-23Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman1-0/+8
2013-08-22Move a brace outside an #ifdef, it was confusing vim's folding.Evan Huus1-2/+3
2013-08-22Don't look at packet or byte limits during the second pass of two-pass analysis.Evan Huus1-12/+0
2013-08-14I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris1-1/+1
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus1-0/+1
2013-08-09Don't print the packet counter when capturing if we're also printingGuy Harris1-13/+33
2013-08-02Now that we're using getopt_long(), and have some options available onlyGuy Harris1-1/+2
2013-08-01fix buildbot error on OSX-10.6-x64Martin Kaiser1-0/+1
2013-08-01pass --capture-comment from tshark to dumpcapMartin Kaiser1-0/+15
2013-08-01add --capture-comment to tshark's print_usage() functionMartin Kaiser1-0/+3
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-08-01add --capture-comment to tsharkMartin Kaiser1-2/+10
2013-08-01use getopt_long() in tsharkMartin Kaiser1-1/+5
2013-08-01simplify argument checking for tsharkMartin Kaiser1-13/+9
2013-07-23Make some functions not used outside tshark.c static.Guy Harris1-2/+2
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-5/+21
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-5/+36
2013-07-21Some work on multi file dissectionJakub Zawadzki1-11/+9
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+2