aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-30Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus1-92/+38
2013-03-27From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus1-23/+126
2013-03-20 From beroset:Bill Meier1-6/+6
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-2/+2
2013-03-06Use explicit casts.Anders Broman1-4/+4
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-03-03Fix case where we were leaking frame_data if, during 2-pass analysis,Evan Huus1-0/+3
2013-02-24Fix bug #8101: tshark -2 -r fragments.pcap -R snmp -w out.pcap segmentation f...Jakub Zawadzki1-1/+1
2013-02-24Fix bug #8160, one case left where delta of previously captured frame is inco...Jakub Zawadzki1-8/+11
2013-02-20From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-0/+5
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-01-23Run epan_cleanup after printing the version information in tshark,Evan Huus1-0/+6
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-9/+19
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann1-4/+11
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-2/+2
2012-12-12Document the "-g" option to dumpcap.Jeff Morriss1-0/+2
2012-12-08Allow TShark to specify columns as fields with -e option (https://bugs.wiresh...Michael Mann1-11/+15
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-12/+5
2012-11-27Delay the reading of the hosts file ("-H") until after cf_open() has beenJeff Morriss1-7/+18
2012-11-25Fix a number of [-Wshadow] warnings;Bill Meier1-99/+115
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-4/+4
2012-11-19From Mike Garratt:Anders Broman1-1/+2
2012-10-27Don't use wtap_phdr() for getting pkthdr struct after wtap_seek_read().Jakub Zawadzki1-1/+1
2012-10-23Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard1-9/+43
2012-10-221) Allow for the possibility for both packet summary and packet details to beChris Maynard1-66/+89
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-10/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-20/+16
2012-10-14Unused variableEvan Huus1-3/+3
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-4/+4
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-3/+3
2012-10-02Fix a comment, add another comment, and fix indentation.Guy Harris1-6/+6
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-8/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-29Add casts to fix compilation with GCC.Evan Huus1-2/+2
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-5/+26
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-1/+1
2012-08-08Add -A as command line option to wireshark and tshark.Irene RĂ¼ngeler1-2/+13
2012-07-22Only initialize fields in the print_args that are actually used.Evan Huus1-4/+6
2012-07-06From Michael Mann:Anders Broman1-9/+10
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-06-20If we're making two passes and we have a display filter applied, createGerald Combs1-1/+5
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-6/+8
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-0/+1
2012-04-16From Evan Huus:Anders Broman1-1/+0
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-3/+3
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+3
2012-03-13A modified version of "pcapng: shd_userappl in newly created files"Anders Broman1-0/+5