aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some routines to wsutil to, at least on some platforms, addGuy Harris2013-01-151-9/+19
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann2012-12-201-4/+11
* Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss2012-12-121-2/+2
* Document the "-g" option to dumpcap.Jeff Morriss2012-12-121-0/+2
* Allow TShark to specify columns as fields with -e option (https://bugs.wiresh...Michael Mann2012-12-081-11/+15
* Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs2012-11-291-12/+5
* Delay the reading of the hosts file ("-H") until after cf_open() has beenJeff Morriss2012-11-271-7/+18
* Fix a number of [-Wshadow] warnings;Bill Meier2012-11-251-99/+115
* On error, have capture_opts_trim_iface() return the exit status thatGuy Harris2012-11-211-4/+4
* From Mike Garratt:Anders Broman2012-11-191-1/+2
* Don't use wtap_phdr() for getting pkthdr struct after wtap_seek_read().Jakub Zawadzki2012-10-271-1/+1
* Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard2012-10-231-9/+43
* 1) Allow for the possibility for both packet summary and packet details to beChris Maynard2012-10-221-66/+89
* Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki2012-10-201-10/+2
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-20/+16
* Unused variableEvan Huus2012-10-141-3/+3
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-4/+4
* Get rid of the always-null and unused argument toGuy Harris2012-10-021-3/+3
* Fix a comment, add another comment, and fix indentation.Guy Harris2012-10-021-6/+6
* Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki2012-09-231-8/+20
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add casts to fix compilation with GCC.Evan Huus2012-08-291-2/+2
* Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann2012-08-291-5/+26
* Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann2012-08-081-1/+1
* Add -A as command line option to wireshark and tshark.Irene RĂ¼ngeler2012-08-081-2/+13
* Only initialize fields in the print_args that are actually used.Evan Huus2012-07-221-4/+6
* From Michael Mann:Anders Broman2012-07-061-9/+10
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Michael Mann:Anders Broman2012-06-251-4/+0
* If we're making two passes and we have a display filter applied, createGerald Combs2012-06-201-1/+5
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-201-6/+8
* Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2012-05-161-0/+1
* From Evan Huus:Anders Broman2012-04-161-1/+0
* Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss2012-03-141-3/+3