aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-3/+3
* Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)Jörg Mayer2014-01-091-4/+1
* At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris2014-01-081-2/+2
* Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris2014-01-081-2/+2
* TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann2014-01-081-1/+9
* Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki2013-12-211-1/+0
* Add a "captype" file that just reports the type of a capture file, basedGuy Harris2013-12-131-0/+4
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-021-4/+2
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-1/+0
* Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2013-07-161-4/+1
* Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss2013-07-161-4/+0
* Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss2013-07-161-3/+1
* Move the print modules into epan.Jeff Morriss2013-07-121-8/+2
* Move disabled_protos.{h,c} into epan.Jeff Morriss2013-07-121-2/+0
* Move some more modules into epan.Jeff Morriss2013-07-111-4/+0
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-0/+2
* Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard2013-07-101-1/+2
* Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2013-06-261-4/+0
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-4/+0
* Move a couple of time-related modules into wsutil.Jeff Morriss2013-06-251-3/+0
* Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).Jeff Morriss2013-06-251-9/+9
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-0/+1
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-1/+0
* Tiny whitespace changeJörg Mayer2013-05-121-8/+8
* Send the output of the -D and -L options to the standard output ratherGuy Harris2013-04-251-1/+0
* Add ws_symbol_export.h WIRESHARK_COMMON_INCLUDES to fix failing distcheckBalint Reczey2013-02-281-1/+2
* Move recent.c to the ui directory, as we did with its header file.Guy Harris2013-02-021-1/+0
* Use pcapio routines. This concludes the preperation forMichael Tüxen2012-12-211-0/+5
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-0/+4
* From Jim Young, bug 7745.Martin Mathieson2012-09-241-0/+6
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Pontus Fuchs:Guy Harris2012-06-281-0/+2
* Build Wireshark with ws80211_utils.cJörg Mayer2012-06-241-1/+2
* Makefile.common:Jörg Mayer2012-06-201-2/+1
* Add ws80211_utils.[ch] of bug https://bugs.wireshark.org/bugzilla/show_bug.cg...Anders Broman2012-06-201-3/+6
* Remove ui/qt/main.cpp from the list of source files for Wireshark, forGuy Harris2012-03-181-1/+0
* Add automake support for Qt - use --with-qt as a configure scriptGuy Harris2012-03-181-0/+1
* Move alert_box.c to the ui directory.Guy Harris2012-03-081-1/+0
* Build the TShark taps into a static libcliui library in the ui/cliGuy Harris2012-02-191-46/+1
* Move dftest.c back to the top-level directory; that way, all of theGuy Harris2012-02-191-1/+1
* Create a libui (static) library in the ui directory, which contains theGuy Harris2012-02-181-18/+5
* Fix a typo that broke compilation on all platformsJörg Mayer2012-02-171-1/+1
* Trying to fix the compile of ui/util.c on Windows by moving theJörg Mayer2012-02-171-26/+28
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-43/+43
* From QA Cafe:Anders Broman2012-02-051-0/+1
* Add some files that didn't get checked in.Guy Harris2012-01-181-0/+1
* Restructure the recent file code so that recent.c is GUI-independent;Guy Harris2012-01-181-0/+3
* Move alert_box.c back up to the top-level directory for now, to fix theGuy Harris2012-01-161-2/+2
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-7/+7
* Rename crypt-xxx to xxxJörg Mayer2012-01-151-1/+1