aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-09-11From Graeme Hewson: translate accented UTF-8 characters to Pod E<>Guy Harris1-1/+2
escapes so they turn into *roff escapes and HTML entities in the output, in case raw UTF-8 doesn't work. svn path=/trunk/; revision=11975
2004-08-22It looks like Debian, Fedora and Suse all use ethereal.desktop instead of ↵Jörg Mayer1-1/+1
Ethereal.desktop svn path=/trunk/; revision=11808
2004-08-12Add capinfo.rc.in and wiretap.rc.in to the distribution.Gerald Combs1-0/+2
svn path=/trunk/; revision=11729
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot1-5/+18
svn path=/trunk/; revision=11555
2004-07-21reverse part of jmayer's last patch to make tethereal build againRonnie Sahlberg1-0/+18
svn path=/trunk/; revision=11456
2004-07-21From Laurent Rabret: OPSI support.Guy Harris1-0/+3
svn path=/trunk/; revision=11454
2004-07-20make "make dist" work again. Well, almost: currently youJörg Mayer1-25/+1
need to run STCHECK_CONFIGURE_FLAGS=--with-ssl=/usr make distcheck at least on my system. svn path=/trunk/; revision=11442
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris1-0/+1
svn path=/trunk/; revision=11388
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-2/+2
definition to Subversion. "svn info" prints out the last changed date of the repository, so we don't have to go hunting through "CVS/Entries" files anymore. svn path=/trunk/; revision=11379
2004-06-29Some of the documentation files don't depend on [t]ethereal any more. RemoveGerald Combs1-5/+5
the dependencies, since it was messing up builds on systems without GTK. svn path=/trunk/; revision=11262
2004-06-25doxygen changes:Jörg Mayer1-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. svn path=/trunk/; revision=11238
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-2/+32
svn path=/trunk/; revision=11217
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.Guy Harris1-2/+2
svn path=/trunk/; revision=11208
2004-06-18Add the kerberos linking options to the right magic variableJörg Mayer1-7/+7
svn path=/trunk/; revision=11178
2004-06-17Link the Kerberos into the main app, not libetherealJörg Mayer1-4/+4
svn path=/trunk/; revision=11164
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping1-1/+2
svn path=/trunk/; revision=11044
2004-05-22Make "ethereal.1" depend on "AUTHORS-SHORT", so that "AUTHORS-SHORT"Guy Harris1-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). svn path=/trunk/; revision=10966
2004-05-22Put "make-authors-short.pl" into the release tarball.Guy Harris1-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. svn path=/trunk/; revision=10953
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-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". svn path=/trunk/; revision=10834
2004-04-29added pane layout icons coming from pan (gnome newsreader)Ulf Lamping1-1/+7
svn path=/trunk/; revision=10728
2004-03-30From Albert Chin: on IRIX, if -la depends on -lb, you must link with -lbGuy Harris1-2/+2
-la. svn path=/trunk/; revision=10526
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris1-1/+10
support. svn path=/trunk/; revision=10480
2004-03-22Back out previous accidentally-committed change.Gerald Combs1-2/+1
svn path=/trunk/; revision=10435
2004-03-22Handle null RADIUS attribute information without crashing. Found byGerald Combs1-1/+2
Jonathan Heusser. svn path=/trunk/; revision=10434
2004-03-17Correctly spell REAMDE.macosJörg Mayer1-2/+2
svn path=/trunk/; revision=10397
2004-03-17Experimental Heimdal Kerberos detection.Jörg Mayer1-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. svn path=/trunk/; revision=10395
2004-03-14Whitespace changeJörg Mayer1-3/+3
svn path=/trunk/; revision=10378
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-25/+20
svn path=/trunk/; revision=10368
2004-03-12Add cvsversion.h, x11-declarations.h, and x11-register-info.h toGerald Combs1-1/+2
CLEANFILES so that "make distcheck" will work. svn path=/trunk/; revision=10364
2004-03-04Move the x11 generation into epan.Jörg Mayer1-9/+1
aclocal-missing isn't needed any more. svn path=/trunk/; revision=10299
2004-03-03Remove generation of register.c from toplevel - it's in epan nowJörg Mayer1-54/+1
svn path=/trunk/; revision=10292
2004-03-03Return of the .PHONY target (aka cvsversion.h)Jörg Mayer1-1/+3
svn path=/trunk/; revision=10284
2004-03-03Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things ↵Jörg Mayer1-4/+1
work again svn path=/trunk/; revision=10283
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):Jörg Mayer1-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). svn path=/trunk/; revision=10273
2004-02-24Add "make-version.pl" to the distribution.Guy Harris1-1/+2
svn path=/trunk/; revision=10228
2004-02-22build randpkt similar to dftestJörg Mayer1-6/+9
svn path=/trunk/; revision=10177
2004-02-22make the Makefile.common really common between automake and nmake,Ulf Lamping1-1/+3
as lot's of definitions were used in the automake process only svn path=/trunk/; revision=10176
2004-02-20Add a few more new toolbar icons.Guy Harris1-1/+4
svn path=/trunk/; revision=10130
2004-02-19added missing distribution filesUlf Lamping1-1/+8
svn path=/trunk/; revision=10110
2004-02-10Undo last change for cvsversion.h generation. It causes make to loop on some ↵Jörg Mayer1-3/+1
systems svn path=/trunk/; revision=10020
2004-02-10Run make-version.pl on every make (at least with gnu make)Jörg Mayer1-1/+3
svn path=/trunk/; revision=10019
2004-02-01Move sourcelists into Makefile.commonJörg Mayer1-342/+1
svn path=/trunk/; revision=9941
2004-02-01Add the new dialog images to the distribution.Gerald Combs1-1/+5
svn path=/trunk/; revision=9936
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.Guy Harris1-1/+2
svn path=/trunk/; revision=9919
2004-01-27From Alastair Maw: IAX2 support.Guy Harris1-1/+2
svn path=/trunk/; revision=9875
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris1-1/+2
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. svn path=/trunk/; revision=9864
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptionGerald Combs1-2/+2
to README.image. svn path=/trunk/; revision=9846
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris1-1/+2
svn path=/trunk/; revision=9805
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer1-403/+3
Makefile.nmake into a shared file named Makefile.common svn path=/trunk/; revision=9772