aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-02-06rdps is built to run on the compile server, not on the target machine: use ↵morriss1-1/+1
CC and CFLAGS instead of CC_FOR_BUILD and CFLAGS_FOR_BUILD, respectively git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20727 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-02Fix dist.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20686 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-02Add a Windows installer icon. Remove the ARGB versions from the othergerald1-0/+1
Windows icons. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20685 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-02Add an installer icon.gerald1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20684 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-18Fix version_info.c compilationlego1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20478 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-10Add the example_snmp_users_file to the ditributionlego1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20385 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-30The stuff we were doing with {programname}_DEPENDENCIES macros was toguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20249 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-30Bring all the {programname}_* macros together into one section.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20248 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-30Regularize the setting of variables for various executable targets.guy1-28/+44
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20242 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentgerald1-3/+3
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20231 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallygerald1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20227 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-15From Olivier Jacques:martinm1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19901 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-14didier gautheron:jmayer1-1/+1
idl2wrs.sh is a generated file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19893 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-14Add SIP application AVP:s.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19890 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-07albert chin:jmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19853 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-07Get rid of more ACN plugin references.guy1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19841 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-06Add image/wiresharkdoc.ico to the EXTRA_DIST symboljake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19823 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-04Fix distcheck.gerald1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19789 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-31Robert Schwebel:jmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19753 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-30carsten.prescher@eads.com:jmayer1-0/+1
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114 @SHELL@ not replaced in idl2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19742 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML ↵martinm1-0/+1
schema. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19611 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Install the COPYING file, as the license tab in the About box needs it.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19607 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-18From Shaun Jackmanjake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19596 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-06Add the u3 packaging directory to the distribution.gerald1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19443 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-25Move the Lua interface into epan... (not a plugin anymore).lego1-14/+0
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19319 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noguy1-1/+2
guarantee that all programs using the codecs will necessarily be using GTK+. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19117 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-31don't recycle ethereal-iconsjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19102 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-31dont include config.nmake in the codecs makefile it appears it is not neededsahlberg1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19101 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-30From Alejandro Vaquero:etxrab1-1/+3
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19094 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-25add a missing icon from yesterdays commitulfl1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19024 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-24Add missing files to the distribution.gerald1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19012 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-20remove another reference to snprintfsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18772 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-19From Martin Mathieson:etxrab1-0/+1
Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18767 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-19Fix to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=333jmayer1-0/+2
The additional libs need to be added to the final linking stage of all programs using it - not just the libs that pull in the dependencies (that doesn't work on all platforms, just most). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18765 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-19Jeff Morriss:jmayer1-0/+3
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1006 "wireshark link fails on systems with no TLS library but with grypt library (missing -lgrcyprt)" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18764 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-13Under Solaris (9, at least) the "iconv.h" header supplied with GNU libiconvgerald1-0/+2
is incompatible with the iconv routines in libc. Add an aclocal macro from Bruno Haible that sorts everything out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18729 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-06Add the asn1 directory to the distribution.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18676 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-21From Christian Durrer:jake1-0/+2
I hope this is the right place to send a patch for a new dissector plugin. The telegram it dissects are for the communication between PLCs (Programmable logic controller) from the company Saia Burgess Controls Ltd. (http://www.start-controls.com, http://www.saia-burgess.com or http://www.sbc-support.ch). The protocol is named Ether-S-Bus (the PLCs are called PCD2, PCD3, PCD4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18526 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-11From Martin Mathieson:etxrab1-2/+5
This patch: - treats the variant field as a variable-length string field. This is needed for some of the more complicated protocols where the variant number of the embedded protocol is also represented - the patch to Makefile.am was not applied from http://www.wireshark.org/lists/wireshark-dev/200606/msg00009.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18427 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-10do_subst wasn't defined, so just use "cp" for now. (Is there anythingguy1-1/+1
in there that needs substitution?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18417 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-07Switch back to the 2d icons.gerald1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18385 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-07In all Wireshark images and icons, make the fin point left (whichgerald1-12/+12
signifies moving west, in case you're wondering). Convert many Ethereal icons to Wireshark, and remove a few. (Notably Ethereal.icns, for which we don't currently have a counterpart.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18376 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-06Remove more unused icons.gerald1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18365 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-05Icon cleanup.gerald1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18350 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-05Remove recently-deleted images.gerald1-22/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18337 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-02eicon3d*.xpm -> wsicon*.xpmkukosa1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18309 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-01Fix dist/distcheck.gerald1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18302 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31Add the Wireshark logos and icons to the distribution.gerald1-0/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18298 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31More ethereal -> wireshark.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18292 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31ethereal.rc -> wireshark.rcgerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18283 f5534014-38df-0310-8fa8-9805f1628bb7