aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-05-231.11.4 → 1.99.0.Gerald Combs1-1/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-151.11.3 → 1.11.4.Gerald Combs1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann1-1/+0
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-07-12Avoid building ascend.h and ascend.c in parallel (2 bison's running at the sa...Jeff Morriss1-1/+3
2013-04-221.9.3 → 1.11.0.Gerald Combs1-1/+1
2013-03-281.9.2 → 1.9.3.Gerald Combs1-1/+1
2013-03-181.9.1 → 1.9.2.Gerald Combs1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-6/+6
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-1/+1
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19ascend_scanner.c includes ascend.h. Add corresponding makefileGerald Combs1-1/+3
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
2012-06-04There doesn't appear to be a way to convey the message "This library isGerald Combs1-1/+1
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2011-06-07Add more missing files.Anders Broman1-0/+1
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-02-04(As in the Windows builds) don't have checkapi check the 'abort' group in wir...Jeff Morriss1-1/+3
2010-12-07Fill out libwiretap's DEPENDENCIES line with the rest of the dependencies (fr...Jeff Morriss1-2/+1
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-1/+4
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer1-1/+1
2009-06-15Rename all of the ascend files:Jörg Mayer1-3/+3
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss1-2/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-05-23file_util.c isn't part of Wiretap any more.Guy Harris1-1/+0
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+2
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2008-03-01All our programs link against glib so don't there's no need to link our libra...Jeff Morriss1-1/+1
2008-02-22From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw...Jeff Morriss1-1/+1
2007-12-17_SOURCE has magic meaning and isn't to be used by non-wizards.Jörg Mayer1-1/+1
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris1-7/+2
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notGuy Harris1-2/+2
2007-09-24Add ascend-grammar.h explicitely to the generation rules, otherwiseJörg Mayer1-1/+1
2007-08-09Fix for bug 1704:Jaap Keuter1-2/+2
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+7
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+2
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-5/+2
2007-05-18include generator sources in EXTRA_DISTSebastien Tandel1-0/+1
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-3/+24