aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-2/+5
2007-09-26Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also neededStephen Fisher1-1/+1
2007-09-25remove trailing backslashUlf Lamping1-1/+1
2007-09-25as "advertised" some days ago:Ulf Lamping1-11/+10
2007-06-27Put airpcap.h back in the distribution.Gerald Combs1-0/+1
2007-06-17Have editcap and capinfos compile --without-pluginsLuis Ontanon1-8/+2
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-0/+3
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-1/+12
2007-05-18From Dustin Johnson:Gerald Combs1-1/+0
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-1/+1
2006-10-24From Alejandro Vaquero:Anders Broman1-0/+1
2006-10-06Add airpcap.h to the distribution.Gerald Combs1-0/+1
2006-10-04Finally got it to complie.Anders Broman1-0/+2
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-1/+2
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+2
2006-07-27Add duplicate frame detection (and removal) to editcap. (Some switchesGerald Combs1-1/+2
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg1-3/+0
2006-05-31More ethereal -> wireshark.Gerald Combs1-2/+2
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-11/+11
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-9/+9
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-0/+3
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-0/+3
2006-02-24Add the (still unfinished) tethereal side of the funnel.Luis Ontanon1-0/+1
2006-02-15Check for getopt in the configure script, as we do for other routinesGuy Harris1-4/+4
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris1-0/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-8/+10
2006-02-11the point of no return ...Ulf Lamping1-1/+0
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-0/+1
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-4/+4
2005-12-05no more usage of Ethereal.lib in dumpcap any longer :-)Ulf Lamping1-0/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-1/+0
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-2/+5
2005-12-03forgot to checkin that file ... so buildbot became unhappy!Ulf Lamping1-0/+2
2005-11-28seems like autogen doesn't like empty lines in the makefileUlf Lamping1-1/+1
2005-11-28dumpcap.c doesn't need to link with file.c!Ulf Lamping1-10/+0
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping1-0/+25
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-0/+1
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris1-14/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-22/+10
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-0/+1
2005-08-20For AFP requests, add in the frame with the (last part of the) reply, ifGuy Harris1-0/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-2/+0
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-0/+2
2005-08-17fix a typoUlf Lamping1-1/+1
2005-07-12Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer1-2/+2
2005-05-26add log.hUlf Lamping1-0/+1
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+2
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-0/+1
2005-02-25Get stats_tree compiledLuis Ontanon1-0/+1