aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* Rename local 'pipe_input' so it doesn't shadow global 'pipe_input';Bill Meier2011-03-311-290/+290
* Fix a couple of typos.Chris Maynard2011-03-301-2/+2
* Wrap all text lines of help at column 80.Chris Maynard2011-03-301-1/+2
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-241-5/+30
* Added functionality for handling global profiles.Stig Bjørlykke2011-02-261-1/+1
* Sort capture file types listed by "-F" like editcap does.Chris Maynard2011-02-191-8/+38
* From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs2011-02-031-1/+1
* On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs2011-01-061-0/+13
* Avoid the need for cf_mark_frame stubs.Jaap Keuter2010-12-221-6/+0
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Bug fix: Running tshark with the following command will leave a temp file on ...Anders Broman2010-11-051-1/+4
* Fixed "Compiled with" information in the About box.Stig Bjørlykke2010-10-211-1/+1
* Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier2010-10-121-142/+142
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-1/+1
* Make sure we call wtap_cleareof() before each read.Gerald Combs2010-07-161-1/+1
* Move the code to get version information for libraries used byGuy Harris2010-07-151-1/+1
* Add an option to print the first, the last or all occurrences of each fieldSake Blok2010-07-141-0/+1
* Make 'tshark -T fields' print all values for fields with multiple occurences.Sake Blok2010-07-141-0/+1
* Get rid of no-longer-used variable.Guy Harris2010-07-141-6/+0
* From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris2010-07-011-0/+2
* r32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to stop live capture)Gerald Combs2010-06-251-0/+1
* From Jim Young:Anders Broman2010-06-181-1/+35
* Alas, the stuff to see whether the standard output and error are theGuy Harris2010-06-071-1/+5
* If we get an error reading the capture file, don't give up - run theGuy Harris2010-06-071-4/+25
* Clarify an error message (and the corresponding comment).Guy Harris2010-06-051-2/+5
* Catch some cases that don't currently work.Guy Harris2010-06-051-0/+19
* capture() can, in some cases, return FALSE when the capture succeeds;Guy Harris2010-06-011-3/+10
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-2/+2
* Use return rather than exit in main().Guy Harris2010-05-281-53/+52
* Fix bug #4735: tshark returns 0 on non-valid filter and interface.Bill Meier2010-05-271-3/+5
* Make -q not a capture option again - it's used by tshark even when notGuy Harris2010-05-271-4/+7
* Clean up the error reporting. An EOF from the sync pipe when capturingGuy Harris2010-05-271-8/+20
* Don't send ^T output to the standard error if we're a capture child.Guy Harris2010-05-261-1/+1
* If dumpcap exits abnormally, report the error.Guy Harris2010-05-261-2/+8
* Fix build without pcap.Guy Harris2010-05-261-1/+1
* Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris2010-05-261-9/+6
* Fix indentation.Guy Harris2010-05-191-17/+17
* When dumpcap is run to get an interface list, interface capabilities, orGuy Harris2010-05-171-3/+1
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-1/+1
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-1/+1
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-14/+17
* Fix a gcc -Wshadow warning.Bill Meier2010-05-101-5/+5
* The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris2010-05-081-1/+1
* As with the list of data link types, so with the list of interfaces; moveGuy Harris2010-05-071-2/+19
* Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris2010-05-071-0/+21
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-2/+19
* Add monitor mode support to TShark.Guy Harris2010-05-071-6/+19
* Instead, say that the default is platform-dependent.Guy Harris2010-05-071-1/+1
* Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris2010-05-071-1/+1
* Set the timestamp seconds type to TS_SECONDS_DEFAULT at startup so weGerald Combs2010-05-061-0/+1