aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatGuy Harris2008-02-161-2/+0
* rawshark doesn't appear to need pcapio.c, either.Guy Harris2008-02-161-1/+0
* Remove from rawshark_SOURCES some files that rawshark doesn't appear toGuy Harris2008-02-161-6/+0
* Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs2008-02-151-0/+12
* From Balint Reczey (bug 2233):Sake Blok2008-02-031-0/+3
* If libcap is present, have dumpcap use it to drop privileges whileGerald Combs2007-11-201-2/+5
* Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also neededStephen Fisher2007-09-261-1/+1
* remove trailing backslashUlf Lamping2007-09-251-1/+1
* as "advertised" some days ago:Ulf Lamping2007-09-251-11/+10
* Put airpcap.h back in the distribution.Gerald Combs2007-06-271-0/+1
* Have editcap and capinfos compile --without-pluginsLuis Ontanon2007-06-171-8/+2
* Fix compilation under VS6 (hopefully without breaking compilationGerald Combs2007-06-111-0/+3
* Have editcap and capinfos loading the wiretap plugins.Luis Ontanon2007-05-251-1/+12
* From Dustin Johnson:Gerald Combs2007-05-181-1/+0
* Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs2007-01-021-1/+1
* From Alejandro Vaquero:Anders Broman2006-10-241-0/+1
* Add airpcap.h to the distribution.Gerald Combs2006-10-061-0/+1
* Finally got it to complie.Anders Broman2006-10-041-0/+2
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-1/+2
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-0/+2
* Add duplicate frame detection (and removal) to editcap. (Some switchesGerald Combs2006-07-271-1/+2
* we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg2006-07-201-3/+0
* More ethereal -> wireshark.Gerald Combs2006-05-311-2/+2
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-311-11/+11
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-9/+9
* name changeRonnie Sahlberg2006-05-211-2/+2
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-0/+3
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-0/+3
* Add the (still unfinished) tethereal side of the funnel.Luis Ontanon2006-02-241-0/+1
* Check for getopt in the configure script, as we do for other routinesGuy Harris2006-02-151-4/+4
* Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris2006-02-131-0/+1
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-8/+10
* the point of no return ...Ulf Lamping2006-02-111-1/+0
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-0/+1
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-4/+4
* no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping2005-12-051-0/+1
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-1/+0
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-2/+5
* forgot to checkin that file ... so buildbot became unhappy!Ulf Lamping2005-12-031-0/+2
* seems like autogen doesn't like empty lines in the makefileUlf Lamping2005-11-281-1/+1
* dumpcap.c doesn't need to link with file.c!Ulf Lamping2005-11-281-10/+0
* first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping2005-11-281-0/+25
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-0/+1
* Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2005-10-041-14/+3
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-22/+10
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-0/+1
* For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris2005-08-201-0/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-2/+0
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-0/+2
* fix a typoUlf Lamping2005-08-171-1/+1