| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename local 'pipe_input' so it doesn't shadow global 'pipe_input'; | Bill Meier | 2011-03-31 | 1 | -290/+290 |
* | Fix a couple of typos. | Chris Maynard | 2011-03-30 | 1 | -2/+2 |
* | Wrap all text lines of help at column 80. | Chris Maynard | 2011-03-30 | 1 | -1/+2 |
* | Add initial pcapng name resolution record support. Wireshark has read | Gerald Combs | 2011-03-24 | 1 | -5/+30 |
* | Added functionality for handling global profiles. | Stig Bjørlykke | 2011-02-26 | 1 | -1/+1 |
* | Sort capture file types listed by "-F" like editcap does. | Chris Maynard | 2011-02-19 | 1 | -8/+38 |
* | From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don't | Gerald Combs | 2011-02-03 | 1 | -1/+1 |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -0/+13 |
* | Avoid the need for cf_mark_frame stubs. | Jaap Keuter | 2010-12-22 | 1 | -6/+0 |
* | Rename the routines that handle dissector tables with unsigned integer | Guy Harris | 2010-12-20 | 1 | -1/+1 |
* | Bug fix: Running tshark with the following command will leave a temp file on ... | Anders Broman | 2010-11-05 | 1 | -1/+4 |
* | Fixed "Compiled with" information in the About box. | Stig Bjørlykke | 2010-10-21 | 1 | -1/+1 |
* | Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i... | Bill Meier | 2010-10-12 | 1 | -142/+142 |
* | Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy(). | Gerald Combs | 2010-09-16 | 1 | -1/+1 |
* | Make sure we call wtap_cleareof() before each read. | Gerald Combs | 2010-07-16 | 1 | -1/+1 |
* | Move the code to get version information for libraries used by | Guy Harris | 2010-07-15 | 1 | -1/+1 |
* | Add an option to print the first, the last or all occurrences of each field | Sake Blok | 2010-07-14 | 1 | -0/+1 |
* | Make 'tshark -T fields' print all values for fields with multiple occurences. | Sake Blok | 2010-07-14 | 1 | -0/+1 |
* | Get rid of no-longer-used variable. | Guy Harris | 2010-07-14 | 1 | -6/+0 |
* | From Petr Lautrbach: when capturing, return the exit status of dumpcap, | Guy Harris | 2010-07-01 | 1 | -0/+2 |
* | r32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to stop live capture) | Gerald Combs | 2010-06-25 | 1 | -0/+1 |
* | From Jim Young: | Anders Broman | 2010-06-18 | 1 | -1/+35 |
* | Alas, the stuff to see whether the standard output and error are the | Guy Harris | 2010-06-07 | 1 | -1/+5 |
* | If we get an error reading the capture file, don't give up - run the | Guy Harris | 2010-06-07 | 1 | -4/+25 |
* | Clarify an error message (and the corresponding comment). | Guy Harris | 2010-06-05 | 1 | -2/+5 |
* | Catch some cases that don't currently work. | Guy Harris | 2010-06-05 | 1 | -0/+19 |
* | capture() can, in some cases, return FALSE when the capture succeeds; | Guy Harris | 2010-06-01 | 1 | -3/+10 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -2/+2 |
* | Use return rather than exit in main(). | Guy Harris | 2010-05-28 | 1 | -53/+52 |
* | Fix bug #4735: tshark returns 0 on non-valid filter and interface. | Bill Meier | 2010-05-27 | 1 | -3/+5 |
* | Make -q not a capture option again - it's used by tshark even when not | Guy Harris | 2010-05-27 | 1 | -4/+7 |
* | Clean up the error reporting. An EOF from the sync pipe when capturing | Guy Harris | 2010-05-27 | 1 | -8/+20 |
* | Don't send ^T output to the standard error if we're a capture child. | Guy Harris | 2010-05-26 | 1 | -1/+1 |
* | If dumpcap exits abnormally, report the error. | Guy Harris | 2010-05-26 | 1 | -2/+8 |
* | Fix build without pcap. | Guy Harris | 2010-05-26 | 1 | -1/+1 |
* | Add a -q flag to dumpcap, to squelch its reporting of the packet count, | Guy Harris | 2010-05-26 | 1 | -9/+6 |
* | Fix indentation. | Guy Harris | 2010-05-19 | 1 | -17/+17 |
* | When dumpcap is run to get an interface list, interface capabilities, or | Guy Harris | 2010-05-17 | 1 | -3/+1 |
* | Um, no, the problem with the Leopard x86 build is that we first do a | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | See whether the Leopard x86 buildbot is upset because of the name | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | Fetch an indication of whether the interface supports capturing in | Guy Harris | 2010-05-13 | 1 | -14/+17 |
* | Fix a gcc -Wshadow warning. | Bill Meier | 2010-05-10 | 1 | -5/+5 |
* | The default capture buffer size is, in fact, *nominally* 1MB; however, | Guy Harris | 2010-05-08 | 1 | -1/+1 |
* | As with the list of data link types, so with the list of interfaces; move | Guy Harris | 2010-05-07 | 1 | -2/+19 |
* | Add routines vfprintf_stderr() and fprintf_stderr() to print to the | Guy Harris | 2010-05-07 | 1 | -0/+21 |
* | For TShark and Wireshark, get the list of link-layer types for an | Guy Harris | 2010-05-07 | 1 | -2/+19 |
* | Add monitor mode support to TShark. | Guy Harris | 2010-05-07 | 1 | -6/+19 |
* | Instead, say that the default is platform-dependent. | Guy Harris | 2010-05-07 | 1 | -1/+1 |
* | Now that we support -B on various UN*X platforms as well as Windows, we | Guy Harris | 2010-05-07 | 1 | -1/+1 |
* | Set the timestamp seconds type to TS_SECONDS_DEFAULT at startup so we | Gerald Combs | 2010-05-06 | 1 | -0/+1 |