aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* Move u3 code to top-level directory since it's not GTK specificStephen Fisher2010-11-281-1/+3
* Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris2010-11-271-0/+1
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5223 :Jeff Morriss2010-09-181-0/+1
* From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs2010-06-011-0/+1
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-17/+0
* Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris2010-05-071-0/+1
* From Andrej Kuehnal:Anders Broman2010-03-061-0/+1
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-5/+17
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-2/+2
* Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam2009-08-311-1/+0
* Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs2009-07-021-2/+0
* From Vincenzo Condoleo via bug 2589:Gerald Combs2009-05-201-0/+1
* Add tap-megaco-common.h, so it'll show up in the distribution tarball.Guy Harris2008-12-311-0/+1
* Service response time statistics for MEGACO (CLI part).Balint Reczey2008-12-311-0/+2
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-6/+2
* Revert incorrect change which killed *nix buuilds...Bill Meier2008-06-211-6/+5
* Fix editcap Windows build problem.....Bill Meier2008-06-211-5/+6
* From Ken Smith (bug 2574): Allow editcap to parse files into even time intervalsSake Blok2008-06-211-0/+1
* various code cleanupUlf Lamping2008-04-121-1/+0
* And remove tap_dfilter_dlg.hStig Bjørlykke2008-04-121-1/+0
* Removed menu.hStig Bjørlykke2008-04-121-1/+0
* move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping2008-04-121-1/+0
* 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