aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-3/+3
svn path=/trunk/; revision=22934
2007-08-30Fixed a typo: setuid-root.in -> setuid-root.pl.inStig Bjørlykke1-1/+1
Added setuid-root.pl to svn:ignore svn path=/trunk/; revision=22744
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+1
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733
2007-08-27Get smi_modules in the distribLuis Ontanon1-1/+2
svn path=/trunk/; revision=22694
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-2/+1
svn path=/trunk/; revision=22635
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
svn path=/trunk/; revision=22558
2007-08-13Add etsie2e4.xml to Makefile.amMartin Mathieson1-0/+1
svn path=/trunk/; revision=22495
2007-08-12as noted by Stig Bjørlykke: Also adding "services" to pkgdata_DATA will ↵Ulf Lamping1-2/+2
install the services file correctly. svn path=/trunk/; revision=22488
2007-08-12add IANA port-numbers file as a file named "services", with some minor ↵Ulf Lamping1-0/+1
explanations from me at the top of that file add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-0/+1
Makefile.nmake files; currently, it has the (F)lex-to-C rule and a .SUFFIXES pseudo-rule to add .l to the list of suffixes. Have Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get that rule. The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the right names for the files in question. Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate". svn path=/trunk/; revision=22437
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-0/+1
Makefile.am files; currently, it has the (F)lex-to-C rule. Have Makefile.am files with .l.c rules include Makefile.am.inc to get that rule. svn path=/trunk/; revision=22436
2007-07-13Add some missing files from the doc directory, and sort them in theGuy Harris1-4/+10
order that "ls" produces them. svn path=/trunk/; revision=22302
2007-06-21Add DTD file for xcap-error (RFC 4825)Martin Mathieson1-0/+1
svn path=/trunk/; revision=22148
2007-06-17Have editcap and capinfos compile --without-pluginsLuis Ontanon1-2/+9
Should go in 0.99.6 svn path=/trunk/; revision=22116
2007-06-12Diameter update:Martin Mathieson1-0/+1
- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces) - other small corrections svn path=/trunk/; revision=22079
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-0/+3
anywhere else). Instead of using getaddrinfo() and getnameinfo(), promote inet_pton.c and inet_ntop.c to the top level and use those routines instead. (It's 2007, for crying out loud. Why is this even an issue?) svn path=/trunk/; revision=22075
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-1/+3
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping1-0/+1
new dissector for OPCUA protocol svn path=/trunk/; revision=21760
2007-04-14even this repo contains code generated by lex!Sebastien Tandel1-3/+0
svn path=/trunk/; revision=21434
2007-03-26Remove references to the megaco plugin from the top level Makefiles.Jeff Morriss1-1/+0
svn path=/trunk/; revision=21198
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
(Temporarily disable the warnings as errors default on Unix to get to get the buildbots and people with gcc40 going again until those additional warnings gcc40 generates can be fixed-I'm working on it ASAP) Patch for configure.in which disables by default the treatment of warnings as errors. It can be enabled with './configure --with-warnings-as-errors'. The macro will test first if GCC is present. If it's the case, HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced by HAVE_WARNINGS_AS_ERRORS. With this switch, people won't suffer from unexpected warnings when downloading svn sources during the transition time ;) svn path=/trunk/; revision=21153
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
directory and most of the plugins to match the same command put in the Makefile.nmake files for Windows compliations. Fix a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create new automake file variable called USING_GCC in configure.in and wiretap/configure.in to acomplish the above -Werror addition. svn path=/trunk/; revision=21127
2007-02-06rdps is built to run on the compile server, not on the target machine: use ↵Jeff Morriss1-1/+1
CC and CFLAGS instead of CC_FOR_BUILD and CFLAGS_FOR_BUILD, respectively svn path=/trunk/; revision=20727
2007-02-02Fix dist.Gerald Combs1-1/+1
svn path=/trunk/; revision=20686
2007-02-02Add a Windows installer icon. Remove the ARGB versions from the otherGerald Combs1-0/+1
Windows icons. svn path=/trunk/; revision=20685
2007-02-02Add an installer icon.Gerald Combs1-0/+2
svn path=/trunk/; revision=20684
2007-01-18Fix version_info.c compilationLuis Ontanon1-0/+2
svn path=/trunk/; revision=20478
2007-01-10Add the example_snmp_users_file to the ditributionLuis Ontanon1-0/+1
svn path=/trunk/; revision=20385
2006-12-30The stuff we were doing with {programname}_DEPENDENCIES macros was toGuy Harris1-111/+33
work around a deficiency in older versions of automake; we now require automake 1.6, which doesn't have that deficiency, so we get rid of that stuff and simplify things. svn path=/trunk/; revision=20249
2006-12-30Bring all the {programname}_* macros together into one section.Guy Harris1-79/+85
Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in the same order as the corresponding {programname}_* macro sections. Get rid of the separate {programname}_DEPENDENCIES macros in cases where they can be constructed from the corresponding {programname}_LDADD macro, and explain why they're different in cases where they can't be. svn path=/trunk/; revision=20248
2006-12-30Regularize the setting of variables for various executable targets.Guy Harris1-28/+44
svn path=/trunk/; revision=20242
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-3/+3
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. svn path=/trunk/; revision=20231
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs1-3/+4
move the files until these changes are checked in). Add an AC_DEFINE for airpdcap (which will be removed once the changes have settled). Update the airpdcap code to compile on non-Windows systems. Fix up comments and whitespace to conform more closely to the rest of the code base. Verified to compile under Windows and OS X. svn path=/trunk/; revision=20227
2006-11-15From Olivier Jacques:Martin Mathieson1-0/+1
Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from. I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML svn path=/trunk/; revision=19901
2006-11-14didier gautheron:Jörg Mayer1-1/+1
idl2wrs.sh is a generated file. svn path=/trunk/; revision=19893
2006-11-14Add SIP application AVP:s.Anders Broman1-0/+1
svn path=/trunk/; revision=19890
2006-11-07albert chin:Jörg Mayer1-1/+3
version_info.c has: #ifdef HAVE_LIBGCRYPT #include <gcrypt.h> #endif /* HAVE_LIBGCRYPT */ #ifdef HAVE_LIBGNUTLS #include <gnutls/gnutls.h> #endif /* HAVE_LIBGNUTLS */ However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to resolve symbols from the above. Patch attached. Note: dumpcap should not need to be linked to gnutls, but that's a problem with the version infrastructure. svn path=/trunk/; revision=19853
2006-11-07Get rid of more ACN plugin references.Guy Harris1-2/+0
svn path=/trunk/; revision=19841
2006-11-06Add image/wiresharkdoc.ico to the EXTRA_DIST symbolJaap Keuter1-0/+1
svn path=/trunk/; revision=19823
2006-11-04Fix distcheck.Gerald Combs1-2/+4
svn path=/trunk/; revision=19789
2006-10-31Robert Schwebel:Jörg Mayer1-1/+1
Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view cross compilation fails With the following change: Use only AC_CANONICAL_TARGET From the autoconf manual: The user is encouraged to use either `AC_CANONICAL_BUILD', or `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the needs. Using `AC_CANONICAL_TARGET' is enough to run the two other macros. svn path=/trunk/; revision=19753
2006-10-30carsten.prescher@eads.com:Jörg Mayer1-0/+1
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114 @SHELL@ not replaced in idl2wrs svn path=/trunk/; revision=19742
2006-10-19Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML ↵Martin Mathieson1-0/+1
schema. svn path=/trunk/; revision=19611
2006-10-19Install the COPYING file, as the license tab in the About box needs it.Guy Harris1-1/+1
svn path=/trunk/; revision=19607
2006-10-18From Shaun JackmanJaap Keuter1-2/+0
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. At the same time it is promoted to a build-in dissector. svn path=/trunk/; revision=19596
2006-10-06Add the u3 packaging directory to the distribution.Gerald Combs1-0/+4
svn path=/trunk/; revision=19443
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-14/+0
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris1-1/+2
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
2006-08-31don't recycle ethereal-iconsJörg Mayer1-1/+1
svn path=/trunk/; revision=19102
2006-08-31dont include config.nmake in the codecs makefile it appears it is not neededRonnie Sahlberg1-1/+0
dont link with libcodec.a 1, this should be a shared library not a static one? 2, its not built on unix so it is missing making unix/linux build work again svn path=/trunk/; revision=19101