aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...mmann1-1/+1
2012-08-08Add -A as command line option to wireshark and tshark.ruengeler1-2/+13
2012-07-22Only initialize fields in the print_args that are actually used.eapache1-4/+6
2012-07-06From Michael Mann:etxrab1-9/+10
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-25From Michael Mann:etxrab1-4/+0
2012-06-20If we're making two passes and we have a display filter applied, creategerald1-1/+5
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-7/+22
2012-02-21Use wtap_dump_open_ng() in tshark.tuexen1-11/+11
2012-02-21This should fix the buildbots...tuexen1-0/+8
2012-02-17Start moving files to ui/ and ui/cli/jmayer1-1/+1
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingguy1-0/+15
2012-02-11It is a complete mistake to have *ANY* messages during packet captureguy1-10/+6
2012-02-05From Michael Mann:etxrab1-6/+10
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-0/+1
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-1/+0
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-0/+1
2012-01-23From Michael Mann:etxrab1-1/+1
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifguy1-13/+0
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatguy1-1/+0
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()guy1-0/+1
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.wmeier1-0/+3
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-0/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-2/+2
2011-12-13Add the -H and -W options to the "tshark -h" output. Ref: http://www.wiresha...cmaynard1-0/+4
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatguy1-14/+57
2011-11-14Make exit_status volatile to avoid warning.martinm1-1/+1
2011-11-12Catch the OutOfMemoryError exception and print a message.guy1-22/+49
2011-11-11Initialize threads at program startup. Hopefully this will fix thegerald1-0/+3
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.gerald1-6/+10
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, d...cmaynard1-3/+3
2011-09-27The separator between packets is an output option, not a capture option,guy1-3/+3
2011-09-27Add a new tshark option for being able to specify an alternate line separator...cmaynard1-7/+14
2011-08-16From Yann via bug 6245:stig1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-3/+1
2011-07-05Add some additional routine variants that handle string encodings, andguy1-2/+0
2011-07-04From Michael Mann:etxrab1-1/+7
2011-06-28Replace all strerror() with g_strerror().stig1-15/+11
2011-06-28Use the filter argument as the capture filter for all interfaces.tuexen1-2/+6
2011-06-27Put variable under the correct #ifdef.tuexen1-2/+2
2011-06-27Fix the bug reported by Guy. Nowtuexen1-0/+10
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...tuexen1-2/+2
2011-06-27Use the interface description instead of the interface name whentuexen1-2/+2
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-10/+13
2011-06-20Have mergecap, tshark, and editcap write pcap-ng files by default. Thisgerald1-3/+11
2011-06-15See if this squelches some compiler warnings.guy1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optiongerald1-0/+2
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-3/+2
2011-05-24Don't print hidden columns.guy1-0/+3
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-10/+2