aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Add tap-megaco-common.h, so it'll show up in the distribution tarball.Guy Harris1-0/+1
2008-12-31Service response time statistics for MEGACO (CLI part).Balint Reczey1-0/+2
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-6/+2
2008-06-21Revert incorrect change which killed *nix buuilds...Bill Meier1-6/+5
2008-06-21Fix editcap Windows build problem.....Bill Meier1-5/+6
2008-06-21From Ken Smith (bug 2574): Allow editcap to parse files into even time intervalsSake Blok1-0/+1
2008-04-12various code cleanupUlf Lamping1-1/+0
2008-04-12And remove tap_dfilter_dlg.hStig Bjørlykke1-1/+0
2008-04-12Removed menu.hStig Bjørlykke1-1/+0
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-1/+0
2008-02-16Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatGuy Harris1-2/+0
2008-02-16rawshark doesn't appear to need pcapio.c, either.Guy Harris1-1/+0
2008-02-16Remove from rawshark_SOURCES some files that rawshark doesn't appear toGuy Harris1-6/+0
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-0/+12
2008-02-03From Balint Reczey (bug 2233):Sake Blok1-0/+3
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