aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-1/+1
2011-02-19Sort capture file types listed by "-F" like editcap does.Chris Maynard1-8/+38
2011-02-03From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs1-1/+1
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+13
2010-12-22Avoid the need for cf_mark_frame stubs.Jaap Keuter1-6/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-05Bug fix: Running tshark with the following command will leave a temp file on ...Anders Broman1-1/+4
2010-10-21Fixed "Compiled with" information in the About box.Stig Bjørlykke1-1/+1
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-142/+142
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
2010-07-16Make sure we call wtap_cleareof() before each read.Gerald Combs1-1/+1
2010-07-15Move the code to get version information for libraries used byGuy Harris1-1/+1
2010-07-14Add an option to print the first, the last or all occurrences of each fieldSake Blok1-0/+1
2010-07-14Make 'tshark -T fields' print all values for fields with multiple occurences.Sake Blok1-0/+1
2010-07-14Get rid of no-longer-used variable.Guy Harris1-6/+0
2010-07-01From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris1-0/+2
2010-06-25r32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to stop live capture)Gerald Combs1-0/+1
2010-06-18From Jim Young:Anders Broman1-1/+35
2010-06-07Alas, the stuff to see whether the standard output and error are theGuy Harris1-1/+5
2010-06-07If we get an error reading the capture file, don't give up - run theGuy Harris1-4/+25
2010-06-05Clarify an error message (and the corresponding comment).Guy Harris1-2/+5
2010-06-05Catch some cases that don't currently work.Guy Harris1-0/+19
2010-06-01capture() can, in some cases, return FALSE when the capture succeeds;Guy Harris1-3/+10
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-05-28Use return rather than exit in main().Guy Harris1-53/+52
2010-05-27Fix bug #4735: tshark returns 0 on non-valid filter and interface.Bill Meier1-3/+5
2010-05-27Make -q not a capture option again - it's used by tshark even when notGuy Harris1-4/+7
2010-05-27Clean up the error reporting. An EOF from the sync pipe when capturingGuy Harris1-8/+20
2010-05-26Don't send ^T output to the standard error if we're a capture child.Guy Harris1-1/+1
2010-05-26If dumpcap exits abnormally, report the error.Guy Harris1-2/+8
2010-05-26Fix build without pcap.Guy Harris1-1/+1
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris1-9/+6
2010-05-19Fix indentation.Guy Harris1-17/+17
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-3/+1
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-14/+17
2010-05-10Fix a gcc -Wshadow warning.Bill Meier1-5/+5
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris1-1/+1
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris1-2/+19
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris1-0/+21
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-2/+19
2010-05-07Add monitor mode support to TShark.Guy Harris1-6/+19
2010-05-07Instead, say that the default is platform-dependent.Guy Harris1-1/+1
2010-05-07Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris1-1/+1
2010-05-06Set the timestamp seconds type to TS_SECONDS_DEFAULT at startup so weGerald Combs1-0/+1
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-5/+5
2010-05-06Checking in Stigs changes fromAnders Broman1-9/+9
2010-05-06Moved command line option for seconds type to -u.Stig Bjørlykke1-1/+13
2010-04-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2742 :Jeff Morriss1-3/+11