aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use explicit casts.Anders Broman2013-03-061-4/+4
* Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss2013-03-051-1/+1
* Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard2013-03-051-1/+1
* Fix case where we were leaking frame_data if, during 2-pass analysis,Evan Huus2013-03-031-0/+3
* Fix bug #8101: tshark -2 -r fragments.pcap -R snmp -w out.pcap segmentation f...Jakub Zawadzki2013-02-241-1/+1
* Fix bug #8160, one case left where delta of previously captured frame is inco...Jakub Zawadzki2013-02-241-8/+11
* From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard2013-02-201-0/+5
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* Run epan_cleanup after printing the version information in tshark,Evan Huus2013-01-231-0/+6