aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-18/+21
* Add support for displaying dates as year and day-of-year (1-origin).Guy Harris2013-11-061-9/+21
* Display the frame number on the packet summary line if it's one of the config...Chris Maynard2013-10-251-15/+0
* tshark: use epan_dissect_reset()Jakub Zawadzki2013-10-201-84/+120
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard2013-10-151-18/+23
* Micro-optimize print_columns(): replace g_snprintf() & g_strlcat() with memcp...Jakub Zawadzki2013-10-151-22/+53
* Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss2013-10-101-0/+1
* Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann2013-10-091-1/+1
* Fix one small memory leak.Evan Huus2013-09-041-0/+2
* Fully deprecate read filter (-R) without two-pass (-2). It does exactly the sameEvan Huus2013-08-281-16/+12
* Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman2013-08-231-0/+8
* Move a brace outside an #ifdef, it was confusing vim's folding.Evan Huus2013-08-221-2/+3
* Don't look at packet or byte limits during the second pass of two-pass analysis.Evan Huus2013-08-221-12/+0
* I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris2013-08-141-1/+1
* As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus2013-08-131-0/+1
* Don't print the packet counter when capturing if we're also printingGuy Harris2013-08-091-13/+33
* Now that we're using getopt_long(), and have some options available onlyGuy Harris2013-08-021-1/+2
* fix buildbot error on OSX-10.6-x64Martin Kaiser2013-08-011-0/+1
* pass --capture-comment from tshark to dumpcapMartin Kaiser2013-08-011-0/+15
* add --capture-comment to tshark's print_usage() functionMartin Kaiser2013-08-011-0/+3
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-0/+1
* add --capture-comment to tsharkMartin Kaiser2013-08-011-2/+10
* use getopt_long() in tsharkMartin Kaiser2013-08-011-1/+5
* simplify argument checking for tsharkMartin Kaiser2013-08-011-13/+9
* Make some functions not used outside tshark.c static.Guy Harris2013-07-231-2/+2
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-0/+1
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-211-5/+21
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-5/+36
* Some work on multi file dissectionJakub Zawadzki2013-07-211-11/+9
* Move the print modules into epan.Jeff Morriss2013-07-121-2/+2
* Move disabled_protos.{h,c} into epan.Jeff Morriss2013-07-121-1/+1
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-3/+4
* From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss2013-07-081-3/+4
* Fix the last remnant of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8160Evan Huus2013-07-061-5/+8
* get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon2013-06-271-10/+3
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-7/+9
* Allow tshark to read a pcap file and either save it as a new pcap file or for...Chris Maynard2013-06-051-3/+7
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :Jeff Morriss2013-05-241-1/+7
* No capture options if no libpcap.Guy Harris2013-05-221-1/+1
* AAAAAArgh. The capture_input_new_XXX routines are called fromGuy Harris2013-05-221-3/+4
* Another Win32-only fix.Guy Harris2013-05-221-1/+1
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-19/+23
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-3/+3
* Send the output of the -D and -L options to the standard output ratherGuy Harris2013-04-251-21/+0
* Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard2013-04-051-10/+3
* Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus2013-03-301-92/+38
* From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus2013-03-271-23/+126
* From beroset:Bill Meier2013-03-201-6/+6
* Fix the leaking of packet comments, i.e. the rest ofEvan Huus2013-03-151-2/+2