libcap is UN*X-only; libnl is Linux-only.
[metze/wireshark/wip.git] / Makefile.common
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-16 Jeff MorrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-16 Jeff MorrissMove u3.{h,c} and g711.{h,c} into wsutil.
2013-07-16 Jeff MorrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jeff MorrissMove some more modules into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-10 Chris MaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-06-26 Jeff MorrissMove tap-*-common.{h,c} into ui/ since that's the home...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-25 Jeff MorrissAllow the Gtk+ and Qt versions to be built simultaneous...
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-05-12 Jörg MayerTiny whitespace change
2013-04-25 Guy HarrisSend the output of the -D and -L options to the standar...
2013-02-28 Balint ReczeyAdd ws_symbol_export.h WIRESHARK_COMMON_INCLUDES to...
2013-02-02 Guy HarrisMove recent.c to the ui directory, as we did with its...
2012-12-21 Michael TüxenUse pcapio routines. This concludes the preperation for
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-09-24 Martin MathiesonFrom Jim Young, bug 7745.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisFrom Pontus Fuchs:
2012-06-24 Jörg MayerBuild Wireshark with ws80211_utils.c
2012-06-20 Jörg MayerMakefile.common:
2012-06-20 Anders BromanAdd ws80211_utils.[ch] of bug https://bugs.wireshark...
2012-03-18 Guy HarrisRemove ui/qt/main.cpp from the list of source files...
2012-03-18 Guy HarrisAdd automake support for Qt - use --with-qt as a config...
2012-03-08 Guy HarrisMove alert_box.c to the ui directory.
2012-02-19 Guy HarrisBuild the TShark taps into a static libcliui library...
2012-02-19 Guy HarrisMove dftest.c back to the top-level directory; that...
2012-02-18 Guy HarrisCreate a libui (static) library in the ui directory...
2012-02-17 Jörg MayerFix a typo that broke compilation on all platforms
2012-02-17 Jörg MayerTrying to fix the compile of ui/util.c on Windows by...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2012-02-05 Anders BromanFrom QA Cafe:
2012-01-18 Guy HarrisAdd some files that didn't get checked in.
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove alert_box.c back up to the top-level directory...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2012-01-03 Guy HarrisMove capture_sync.h as well.
2012-01-03 Guy Harriscapture_sync.c is another file common to all programs...
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-09-15 Martin MathiesonAdd a tap for showing all expert items.
2011-07-14 Martin MathiesonAdd LTE RLC stats tap to tshark.
2011-07-14 Martin MathiesonAdd LTE MAC statistics to tshark.
2011-06-21 Anders BromanFrom Stéphane Gorse:
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-11 Chris MaynardAdd conversation tracking and tshark tap support to...
2011-04-05 Chris MaynardAdd ICMP tap support, and add a tshark tap to measure...
2011-03-27 Gerald CombsAdd "-z hosts", which dumps name resolution information...
2010-11-28 Stephen FisherMove u3 code to top-level directory since it's not...
2010-11-27 Guy HarrisMove main_statusbar.h to the top-level directory; none...
2010-09-18 Jeff MorrissFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2010-06-01 Gerald CombsFrom Michael Bernhard via bug 3398 with minor fixups:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-07 Guy HarrisAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-03-06 Anders BromanFrom Andrej Kuehnal:
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-08-31 Kovarththanan Raja... Remove strcasecmp. We use g_ascii_strcasecmp exclusively
2009-07-02 Gerald CombsPull mkstemp() into tempfile.c. That's the only place...
2009-05-20 Gerald CombsFrom Vincenzo Condoleo via bug 2589:
2008-12-31 Guy HarrisAdd tap-megaco-common.h, so it'll show up in the distri...
2008-12-31 Balint ReczeyService response time statistics for MEGACO (CLI part).
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 Bill MeierRevert incorrect change which killed *nix buuilds...
2008-06-21 Bill MeierFix editcap Windows build problem.....
2008-06-21 Sake BlokFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-04-12 Ulf Lampingvarious code cleanup
2008-04-12 Stig BjørlykkeAnd remove tap_dfilter_dlg.h
2008-04-12 Stig BjørlykkeRemoved menu.h
2008-04-12 Ulf Lampingmove statusbar related code from main.c into it's own...
2008-02-16 Guy HarrisPull capture_loop.c into dumpcap.c, as dumpcap is the...
2008-02-16 Guy Harrisrawshark doesn't appear to need pcapio.c, either.
2008-02-16 Guy HarrisRemove from rawshark_SOURCES some files that rawshark...
2008-02-15 Gerald CombsAdd rawshark, a utility that, when given raw pcap-forma...
2008-02-03 Sake BlokFrom Balint Reczey (bug 2233):
2007-11-20 Gerald CombsIf libcap is present, have dumpcap use it to drop privi...
2007-09-26 Stephen FisherMove sync_pipe_write.c to WIRESHARK_COMMON_SRC since...
2007-09-25 Ulf Lampingremove trailing backslash
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-06-27 Gerald CombsPut airpcap.h back in the distribution.
2007-06-17 Luis OntanonHave editcap and capinfos compile --without-plugins
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-18 Gerald CombsFrom Dustin Johnson:
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-10-24 Anders BromanFrom Alejandro Vaquero:
2006-10-06 Gerald CombsAdd airpcap.h to the distribution.
2006-10-04 Anders BromanFinally got it to complie.
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-08-16 Gerald CombsAdd support for AirPcap, an upcoming wireless product...
2006-07-27 Gerald CombsAdd duplicate frame detection (and removal) to editcap...
2006-07-20 Ronnie Sahlbergwe dont need our own snprintf any more since we always...
2006-05-31 Gerald CombsMore ethereal -> wireshark.
2006-05-31 Gerald CombsRename the main executable to "wireshark", along with...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
next