aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2003-11-04Fix a typo in the filter documentation link.Gerald Combs1-2/+2
svn path=/trunk/; revision=8874
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris2-2/+4
given a type-table from "snacc" as a protocol description. svn path=/trunk/; revision=8799
2003-10-27From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=8790
2003-10-14From Erwin Rol: ACN support.Guy Harris2-3/+5
svn path=/trunk/; revision=8686
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-2/+3
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-10-02Fix document creation under Windows, add ethereal-filter.html to the NSISGerald Combs2-3/+6
package. svn path=/trunk/; revision=8596
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris2-2/+4
svn path=/trunk/; revision=8133
2003-07-22From Lars Roland: Updates to support linking against Glib 2.2 plus GTK+ 1.3Gerald Combs2-4/+64
on Windows. svn path=/trunk/; revision=8066
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris2-3/+5
svn path=/trunk/; revision=7839
2003-06-05From Lars Roland: Replace bcmp() with memcmp(), add a missing quote to theGerald Combs1-2/+2
NSIS definition file. svn path=/trunk/; revision=7793
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-1/+6
remove the Start menu entries and desktop icon. svn path=/trunk/; revision=7772
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs1-1/+2
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769
2003-04-21From Erwin Rol: ArtNET support.Guy Harris2-3/+5
svn path=/trunk/; revision=7518
2003-04-18From Stephen Shelley: in the NSIS installer build, use the NET_SNMP_DIRGuy Harris2-6/+4
definition in config.nmake, rather than force the builder to update the NSIS config file by hand. svn path=/trunk/; revision=7488
2003-04-09Update for NSIS 2.0Gerald Combs1-5/+10
svn path=/trunk/; revision=7431
2003-01-28Add the MEGACO and PCLI plugins.Guy Harris2-3/+7
svn path=/trunk/; revision=7024
2002-12-07Add (and remove upon uninstallation) SNMP MIBs.Gerald Combs1-1/+13
svn path=/trunk/; revision=6753
2002-09-30Be more heavy-handed about deleting things during the uninstall process.Gerald Combs1-17/+6
svn path=/trunk/; revision=6361
2002-09-29Change "Home Page" to "Web Site".Gerald Combs1-3/+3
svn path=/trunk/; revision=6355
2002-08-30From Ulf Lamping:Gerald Combs1-3/+8
a: display of the currently installed ethereal version in "add/remove software panel", e.g. "Ethereal 0.9.6" instead of "Ethereal" only. b: added a link to the ethereal homepage "http://www.ethereal.com/" in Start->Programs->Ethereal c: added a link to the ethereal program directory in Start->Programs->Ethereal svn path=/trunk/; revision=6146
2002-08-20Forgot the RPMS directory in the .cvsignore.Jörg Mayer1-0/+1
svn path=/trunk/; revision=6030
2002-08-20Small cleanups to the rpm building process:Jörg Mayer1-0/+3
- Don't fail if the intermediate directories BUILD, SOURCE, SRPMS already exist. - Add these directories to .cvsignore. svn path=/trunk/; revision=6029
2002-08-20Add the FAQ to the packages.Jörg Mayer3-3/+6
svn path=/trunk/; revision=6028
2002-08-19Fixups after replacement of ethereal.nsi.in by ethereal.nsiJörg Mayer2-2/+1
svn path=/trunk/; revision=6024
2002-08-19From Ulf Lamping:Gerald Combs2-24/+27
Generalize paths and get rid of sed-dependent ethereal.nsi.in. Remove ethereal.nsi.in, and re-add ethereal.nsi with Ulf's changes. Modify Makefile.nmake to use it. Note: You'll have to add "COMMON_FILES_GNU" path to your config.nmake that points to a directory with all of Ethereal's required DLLs. Be obnixious and set "SetShellVarContext all" so that we install for every user, like most standard Windows apps. svn path=/trunk/; revision=6020
2002-08-18Tweak the Solaris/SVR4 packaging a bit. Change "make install-strip" toGerald Combs1-1/+9
"make install"; even though the resulting files are huge it's probably better to have the debugging symbols intact. Set file and directory permissions in /usr/local to match those in /usr. svn path=/trunk/; revision=6016
2002-07-12From Anand V. Narwani:Guy Harris2-7/+11
DOCSIS support, including support for "Ethernet" captures where the raw frame is a DOCSIS frame rather than an Ethernet frame (some Cisco cable-modem head-end gear can send out a trace of all traffic on an Ethernet, but what it sends are the raw bytes of DOCSIS frames, not Ethernet frames) Get rid of second AUTHORS entry for Devin Heitmueller, merging its item into the older entry. Clean up the order of some lists of plugin items. svn path=/trunk/; revision=5861
2002-06-01Install the Diameter DTD and XML files in the "diameter" subdirectoryGuy Harris1-1/+8
of the directory for Ethereal configuration files, not the configuration file directory, as the Diameter dissector looks for them in the subdirectory. svn path=/trunk/; revision=5607
2002-04-08Fix the transparency on each 16-color image in ethereal.ico.Gerald Combs1-1/+5
Add our own checkbox images to the NSIS installer. svn path=/trunk/; revision=5121
2002-03-20Produce ethereal-setup-$VERSION.exe instead of ethereal-setup.exe.Gilbert Ramirez2-5/+5
From Andrew C. Feren <aferen@cetacean.com> svn path=/trunk/; revision=4993
2002-01-21From Andrew Feren:Guy Harris1-3/+14
The original checkinstall assumed /usr/local as the GTK+ install install directory even if an alternate directory directory was specified when configure was run. checkinstall now checks for GTK+ in the configured directory and punts (checks if gtk-config is in the path) if it doesn't find GTK+ in the configured location. svn path=/trunk/; revision=4595
2002-01-21From Andrew Feren - don't use what is presumably a GNU find-specificGuy Harris1-1/+1
option in the find command in mkpkg, to make it work with the Solaris find. svn path=/trunk/; revision=4594
2002-01-21"ethereal.spec" is now in the "packaging/rpm/SPECS" directory, so removeGuy Harris1-1/+0
it from the .cvsignore file in the "packaging/rpm" directory. svn path=/trunk/; revision=4585
2002-01-21Add a .cvsignore file.Guy Harris1-0/+3
svn path=/trunk/; revision=4584
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs3-1/+4
"--define", we now build the RPM and SRPM packages in packages/rpm. As a result, one need not be root to build RPM-based packages. Move the specfile to packaging/rpm/SPECS. Update the INSTALL document to include the various packaging makefile targets. svn path=/trunk/; revision=4581
2002-01-04From Hamish Moffatt:Guy Harris1-2/+12
Additional Windows Makefile dependencies, so more stuff gets built as needed. Additional stuff cleaned up by "make clean" (well, "nmake -f makefile.nmake clean", anyway) Make PDB_FILE be "vc*.pdb", so it referes to the PDB files either for VC++ 5.0 or VC++ 6.0. svn path=/trunk/; revision=4481
2002-01-04From Hamish Moffatt:Guy Harris1-4/+4
Add some missing files in the "clean" targets. Use pod2html rather than man2html to build HTML man pages. Fix ethereal.nsi.in for recent versions of NSIS, and fix a typo. svn path=/trunk/; revision=4475
2001-12-19From Motonori Shindo: don't put the PDB files into the release, asGuy Harris2-16/+3
they're not built and the executables already contain debugging information, and update the README.win32 file appropriately and add Text2Pcap and Mergecap to it. svn path=/trunk/; revision=4425
2001-12-12Add the Diameter dictionary stuff to the list of installed files.Guy Harris1-0/+10
Also mark those files as configuration files; "dictionary.xml" should definitely be one, as it could be modified by the administrator if other XML dictionary files are added to the list at the end, and the other ones might be modified if there are any protocol changes. svn path=/trunk/; revision=4389
2001-12-12From Motonori Shindo: delete installed data files on a WindowsGuy Harris1-1/+7
uninstallation. svn path=/trunk/; revision=4388
2001-12-12From Motonori Shindo:Guy Harris2-3/+6
fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. svn path=/trunk/; revision=4385
2001-11-01Install the files for the XML Diameter dictionary.Guy Harris1-1/+6
svn path=/trunk/; revision=4123
2001-10-11Install the "manuf" file.Guy Harris1-1/+2
svn path=/trunk/; revision=4013
2001-08-20Make sure the GIOP plugins are removed if Ethereal is uninstalled.Guy Harris1-1/+3
svn path=/trunk/; revision=3854
2001-08-20Add the GIOP plugins.Guy Harris1-1/+3
svn path=/trunk/; revision=3853
2001-07-12Package mergecap.exe and its HTML documentation.Gilbert Ramirez2-4/+20
Update NSIS syntax for newest NSIS. That fix from David O'Shea. Set config.nmake to get non-cygwin version of Python.exe; cygwin version is fouling up on me and I'm not sure why. svn path=/trunk/; revision=3705
2001-06-18From Craig Rodrigues: changes to handle current versions of RPM, whichGuy Harris1-3/+3
compress man pages. svn path=/trunk/; revision=3567
2001-05-22Win32: build text2pcap doco and package it.Gilbert Ramirez2-3/+12
svn path=/trunk/; revision=3435
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=3297
2001-04-10Fix automake packaging of win32-only files.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=3285