aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Jose Pedro Oliveira:Anders Broman2012-03-131-1/+3
* A modified version of "pcapng: shd_userappl in newly created files"Anders Broman2012-03-131-0/+5
* Free idb_inf and shb_hdr when done.Anders Broman2012-03-121-0/+6
* Use wtap_dump_open_ng() in tshark.Michael Tüxen2012-02-211-11/+11
* This should fix the buildbots...Michael Tüxen2012-02-211-0/+8
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-1/+1
* With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris2012-02-161-0/+15
* It is a complete mistake to have *ANY* messages during packet captureGuy Harris2012-02-111-10/+6
* From Michael Mann:Anders Broman2012-02-051-6/+10
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-0/+1
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-1/+0
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-0/+1
* From Michael Mann:Anders Broman2012-01-231-1/+1
* Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris2011-12-291-13/+0
* Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris2011-12-291-1/+0
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-291-0/+1
* Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier2011-12-281-0/+3
* Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs2011-12-271-0/+3
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Add the -H and -W options to the "tshark -h" output. Ref: http://www.wiresha...Chris Maynard2011-12-131-0/+4
* When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris2011-11-191-14/+57
* Make exit_status volatile to avoid warning.Martin Mathieson2011-11-141-1/+1
* Catch the OutOfMemoryError exception and print a message.Guy Harris2011-11-121-22/+49
* Initialize threads at program startup. Hopefully this will fix theGerald Combs2011-11-111-0/+3
* Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs2011-11-091-6/+10
* Rather than complain and quit if -V is missing when -O <protocols> is used, d...Chris Maynard2011-09-281-3/+3
* The separator between packets is an output option, not a capture option,Guy Harris2011-09-271-3/+3
* Add a new tshark option for being able to specify an alternate line separator...Chris Maynard2011-09-271-7/+14
* From Yann via bug 6245:Stig Bjørlykke2011-08-161-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* Add some additional routine variants that handle string encodings, andGuy Harris2011-07-051-2/+0
* From Michael Mann:Anders Broman2011-07-041-1/+7
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-15/+11
* Use the filter argument as the capture filter for all interfaces.Michael Tüxen2011-06-281-2/+6
* Put variable under the correct #ifdef.Michael Tüxen2011-06-271-2/+2