| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull mkstemp() into tempfile.c. That's the only place we use it now, and | Gerald Combs | 2009-07-02 | 1 | -2/+0 |
* | From Vincenzo Condoleo via bug 2589: | Gerald Combs | 2009-05-20 | 1 | -0/+1 |
* | Add tap-megaco-common.h, so it'll show up in the distribution tarball. | Guy Harris | 2008-12-31 | 1 | -0/+1 |
* | Service response time statistics for MEGACO (CLI part). | Balint Reczey | 2008-12-31 | 1 | -0/+2 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -6/+2 |
* | Revert incorrect change which killed *nix buuilds... | Bill Meier | 2008-06-21 | 1 | -6/+5 |
* | Fix editcap Windows build problem..... | Bill Meier | 2008-06-21 | 1 | -5/+6 |
* | From Ken Smith (bug 2574): Allow editcap to parse files into even time intervals | Sake Blok | 2008-06-21 | 1 | -0/+1 |
* | various code cleanup | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | And remove tap_dfilter_dlg.h | Stig Bjørlykke | 2008-04-12 | 1 | -1/+0 |
* | Removed menu.h | Stig Bjørlykke | 2008-04-12 | 1 | -1/+0 |
* | move statusbar related code from main.c into it's own main_statusbar.c | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | Pull capture_loop.c into dumpcap.c, as dumpcap is the only program that | Guy Harris | 2008-02-16 | 1 | -2/+0 |
* | rawshark doesn't appear to need pcapio.c, either. | Guy Harris | 2008-02-16 | 1 | -1/+0 |
* | Remove from rawshark_SOURCES some files that rawshark doesn't appear to | Guy Harris | 2008-02-16 | 1 | -6/+0 |
* | Add rawshark, a utility that, when given raw pcap-formatted packets and | Gerald Combs | 2008-02-15 | 1 | -0/+12 |
* | From Balint Reczey (bug 2233): | Sake Blok | 2008-02-03 | 1 | -0/+3 |
* | If libcap is present, have dumpcap use it to drop privileges while | Gerald Combs | 2007-11-20 | 1 | -2/+5 |
* | Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also needed | Stephen Fisher | 2007-09-26 | 1 | -1/+1 |
* | remove trailing backslash | Ulf Lamping | 2007-09-25 | 1 | -1/+1 |
* | as "advertised" some days ago: | Ulf Lamping | 2007-09-25 | 1 | -11/+10 |
* | Put airpcap.h back in the distribution. | Gerald Combs | 2007-06-27 | 1 | -0/+1 |
* | Have editcap and capinfos compile --without-plugins | Luis Ontanon | 2007-06-17 | 1 | -8/+2 |
* | Fix compilation under VS6 (hopefully without breaking compilation | Gerald Combs | 2007-06-11 | 1 | -0/+3 |
* | Have editcap and capinfos loading the wiretap plugins. | Luis Ontanon | 2007-05-25 | 1 | -1/+12 |
* | From Dustin Johnson: | Gerald Combs | 2007-05-18 | 1 | -1/+0 |
* | Move epan/crypt-md5.[ch] to epan/crypt. Remove | Gerald Combs | 2007-01-02 | 1 | -1/+1 |
* | From Alejandro Vaquero: | Anders Broman | 2006-10-24 | 1 | -0/+1 |
* | Add airpcap.h to the distribution. | Gerald Combs | 2006-10-06 | 1 | -0/+1 |
* | Finally got it to complie. | Anders Broman | 2006-10-04 | 1 | -0/+2 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -1/+2 |
* | Add support for AirPcap, an upcoming wireless product from CACE. Support | Gerald Combs | 2006-08-16 | 1 | -0/+2 |
* | Add duplicate frame detection (and removal) to editcap. (Some switches | Gerald Combs | 2006-07-27 | 1 | -1/+2 |
* | we dont need our own snprintf any more since we always use g_snprintf() instead. | Ronnie Sahlberg | 2006-07-20 | 1 | -3/+0 |
* | More ethereal -> wireshark. | Gerald Combs | 2006-05-31 | 1 | -2/+2 |
* | Rename the main executable to "wireshark", along with more conversions: | Gerald Combs | 2006-05-31 | 1 | -11/+11 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -9/+9 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Put the low-level sync routines into a common file so they can be shared | Guy Harris | 2006-04-03 | 1 | -0/+3 |
* | When capturing, we only support writing to libpcap files. Given that, | Guy Harris | 2006-03-04 | 1 | -0/+3 |
* | Add the (still unfinished) tethereal side of the funnel. | Luis Ontanon | 2006-02-24 | 1 | -0/+1 |
* | Check for getopt in the configure script, as we do for other routines | Guy Harris | 2006-02-15 | 1 | -4/+4 |
* | Add tempfile.h to the list of headeer files. That was the problem, not | Guy Harris | 2006-02-13 | 1 | -0/+1 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -8/+10 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -1/+0 |
* | HUGE STEP (hopefully toward the right direction): | Ulf Lamping | 2005-12-13 | 1 | -0/+1 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -4/+4 |
* | no more usage of Ethereal.lib in dumpcap any longer :-) | Ulf Lamping | 2005-12-05 | 1 | -0/+1 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -1/+0 |
* | split some parts of the packet counting functions into their own files captur... | Ulf Lamping | 2005-12-03 | 1 | -2/+5 |