aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-12Free idb_inf and shb_hdr when done.Anders Broman1-0/+6
2012-02-21Use wtap_dump_open_ng() in tshark.Michael Tüxen1-11/+11
2012-02-21This should fix the buildbots...Michael Tüxen1-0/+8
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-1/+1
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris1-0/+15
2012-02-11It is a complete mistake to have *ANY* messages during packet captureGuy Harris1-10/+6
2012-02-05From Michael Mann:Anders Broman1-6/+10
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-0/+1
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-1/+0
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-0/+1
2012-01-23From Michael Mann:Anders Broman1-1/+1
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris1-13/+0