aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-06-29Some of the documentation files don't depend on [t]ethereal any more. Removegerald1-5/+5
the dependencies, since it was messing up builds on systems without GTK. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11262 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-25doxygen changes:jmayer1-2/+2
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11238 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-23Build and install the HTMLized man pages on UN*X.guy1-2/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11217 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11208 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-18Add the kerberos linking options to the right magic variablejmayer1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11178 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-17Link the Kerberos into the main app, not libetherealjmayer1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11164 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-31split doxygen.cfg into common Ethereal things and module specificsulfl1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11044 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22Make "ethereal.1" depend on "AUTHORS-SHORT", so that "AUTHORS-SHORT"guy1-2/+2
(which is built in the top-level directory) is built before we try to build "ethereal.1" (which is built in the "doc" directory). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10966 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22Put "make-authors-short.pl" into the release tarball.guy1-3/+11
Use it to generate the "AUTHORS-SHORT" file, put that file into the release tarball, and install it in the data directory. Add "AUTHORS-SHORT" to the .cvsignore file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10953 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+2
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10834 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29added pane layout icons coming from pan (gnome newsreader)ulfl1-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10728 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-30From Albert Chin: on IRIX, if -la depends on -lb, you must link with -lbguy1-2/+2
-la. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10526 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Managementguy1-1/+10
support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10480 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-22Back out previous accidentally-committed change.gerald1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10435 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-22Handle null RADIUS attribute information without crashing. Found bygerald1-1/+2
Jonathan Heusser. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10434 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-17Correctly spell REAMDE.macosjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10397 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-17Experimental Heimdal Kerberos detection.jmayer1-1/+2
As this is experimental and does not yet work reliably this feature is off by default. Enable it by using --with-krb5 during configure. Please do not yet make use of this feature (i.e. please do not *use* the defines provided by this option), until it has received further testing and fixing. Please run and check what the configure says. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10395 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-14Whitespace changejmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10378 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-13Make libethereal and libwiretap shared libs.jmayer1-25/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10368 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-12Add cvsversion.h, x11-declarations.h, and x11-register-info.h togerald1-1/+2
CLEANFILES so that "make distcheck" will work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10364 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-04Move the x11 generation into epan.jmayer1-9/+1
aclocal-missing isn't needed any more. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10299 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-03Remove generation of register.c from toplevel - it's in epan nowjmayer1-54/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10292 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-03Return of the .PHONY target (aka cvsversion.h)jmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10284 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-03Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things ↵jmayer1-4/+1
work again git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10283 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):jmayer1-48/+3
- Create epan/Makefile.common - Move dissector_src and helper files from Makefile.common to epan/Makefile.common - Create register.c in epan/ - link all the files into libethereal - put plugin_src into epan/Makefile.am Try to make rpms build with rpm v4 again (sorry, I've forgotten who to attribute this to). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10273 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-24Add "make-version.pl" to the distribution.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10228 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-22build randpkt similar to dftestjmayer1-6/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10177 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-22make the Makefile.common really common between automake and nmake,ulfl1-1/+3
as lot's of definitions were used in the automake process only git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10176 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-20Add a few more new toolbar icons.guy1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10130 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-19added missing distribution filesulfl1-1/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10110 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-10Undo last change for cvsversion.h generation. It causes make to loop on some ↵jmayer1-3/+1
systems git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10020 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-10Run make-version.pl on every make (at least with gnu make)jmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10019 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-01Move sourcelists into Makefile.commonjmayer1-342/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9941 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-01Add the new dialog images to the distribution.gerald1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9936 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9919 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-27From Alastair Maw: IAX2 support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9875 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themguy1-1/+2
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9864 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptiongerald1-2/+2
to README.image. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9846 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9805 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andjmayer1-403/+3
Makefile.nmake into a shared file named Makefile.common git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9772 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-19Put $(srcdir) in front of "make-version.pl", as is done for otherguy1-2/+2
scripts. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9737 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18Add README.capture to the list of files.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9707 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18Add a Mac OS X icon file, for possible future use.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9705 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-17Integrate the "find . -name Entries" into make-version.pl, to make thisjmayer1-2/+2
work with nmake too. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9694 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16CVS isn't letting me check in the icons file, so back the Makefile.amguy1-2/+1
change out for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9682 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16Add a Mac OS X icon file, for possible future use.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9681 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16In case of CVS sources, add the date of the last change to the versionjmayer1-2/+9
number. 2do: Add support to Makefile.nmake Enforce the generation of cvsversion.h on each run of make git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9679 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing Protocolgerald1-1/+2
(OLSR) support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9673 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16Add support for MIME multipart dissection.obiot1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9670 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-13From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.guy1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9649 f5534014-38df-0310-8fa8-9805f1628bb7