aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
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-14Add SIP application AVP:s.Anders Broman1-0/+1
svn path=/trunk/; revision=19890
2006-11-12Update to use the latest gtk 2.8 glib and pango libraries.Anders Broman1-2/+3
Note from a mail on gtk dev list: -rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll -rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll -rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll (That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where the module(s) are built-in into the DLLs, so no lib/pango/1.5.0/modules folder is needed.) svn path=/trunk/; revision=19880
2006-11-07Get rid of another ACN reference.Guy Harris1-1/+0
svn path=/trunk/; revision=19843
2006-11-07Get rid of another ACN reference.Guy Harris1-1/+1
svn path=/trunk/; revision=19842
2006-11-06Remove the references to acnAnders Broman1-1/+0
svn path=/trunk/; revision=19833
2006-11-04Update to U3 packaging to:Graeme Lunt2-3/+6
*) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device) *) Include version number in U3 program name to allow user to differentiate versions *) Catch up with packaging changes svn path=/trunk/; revision=19790
2006-11-03don't forget to uninstall pango\1.5.0, we might want to have something like ↵Ulf Lamping1-0/+3
this checked by the buildbot to prevent such problems svn path=/trunk/; revision=19787
2006-11-03Update the Windows icons. Use the document icon for capture files.Gerald Combs1-1/+1
svn path=/trunk/; revision=19784
2006-11-02we don't support 95/98/ME any longer, and indeed WS doesn't work on these ↵Ulf Lamping1-0/+12
versions. Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer. svn path=/trunk/; revision=19776
2006-10-27fix the GTK-WIMP paths for GTK2.8 - both source and destination paths ↵Ulf Lamping3-12/+10
completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO svn path=/trunk/; revision=19715
2006-10-21remove two packaging warnings - could this be applied to 0.99.4?Ulf Lamping1-3/+2
svn path=/trunk/; revision=19651
2006-10-20don't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined ↵Ulf Lamping2-3/+7
(both optional) svn path=/trunk/; revision=19642
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-18From Shaun JackmanJaap Keuter3-3/+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-17Have console.lua and dtd_gen.lua installed by nsisLuis Ontanon1-0/+4
svn path=/trunk/; revision=19580
2006-10-16If the user has a WinPcap 4.0 beta installed, force them to uninstallGerald Combs1-1/+12
it by hand before we'll install 3.1. This avoids problems with users accidentally downgrading WinPcap. svn path=/trunk/; revision=19565
2006-10-14Set SVN properties.Gerald Combs3-3/+3
svn path=/trunk/; revision=19521
2006-09-30Update for latest lua changes.Graeme Lunt1-4/+5
svn path=/trunk/; revision=19380
2006-09-28Add lua5.1.dll to the installer.Gerald Combs1-0/+3
svn path=/trunk/; revision=19344
2006-09-27Make the NSIS distclean target be a bit more thorough about cleaning up oldGerald Combs1-0/+3
installers. svn path=/trunk/; revision=19337
2006-09-26Lua 5.1.1 for windowsLuis Ontanon2-12/+1
svn path=/trunk/; revision=19324
2006-09-23fix a typo, the comment char is ; not !Ulf Lamping1-1/+1
svn path=/trunk/; revision=19307
2006-09-22remove AUTHOS-SHORT-FORMAT from NSIS and U3 installationUlf Lamping2-2/+1
svn path=/trunk/; revision=19281
2006-08-30remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now ↵Ulf Lamping2-11/+0
so there's no need for this setting any longer (removing some unnecessary complexity) svn path=/trunk/; revision=19096
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to ↵Graeme Lunt4-0/+643
be run from a U3 USB device. For more details see packaging/u3/win32/README.txt svn path=/trunk/; revision=19046
2006-08-10As reported by Chris Maynard:Jörg Mayer1-6/+5
wireshark was located in /usr/X11R6/bin while dumpcap int /usr/bin. That way wireshark couldn't find dumpcap. Install wireshark in the same path as dumpcap and tshark. svn path=/trunk/; revision=18874
2006-08-07Add GNUTLS to the Windows build. Gerald Combs2-0/+11
In packet-ssl.c, move ssl_set_debug() up a bit so that we can debug key file parsing. svn path=/trunk/; revision=18850
2006-08-05make nsis build aware of kerberos for windows if it is availableRonnie Sahlberg2-0/+7
svn path=/trunk/; revision=18840
2006-07-25Fix update URL in Win32 installerJaap Keuter1-1/+1
svn path=/trunk/; revision=18792
2006-07-19From Martin Mathieson:Anders Broman1-0/+1
Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). svn path=/trunk/; revision=18767
2006-07-04copy over the files from the Ethereal user profile directory, if the ↵Ulf Lamping1-0/+11
Wireshark dir currently doesn't exist svn path=/trunk/; revision=18659
2006-06-21From Christian Durrer:Jaap Keuter2-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). svn path=/trunk/; revision=18526
2006-06-08From Martin Mathieson:Anders Broman1-0/+3
new DTD files for the dtds folder. They are for: - poc-settings (RFC 4354) - presence (RFC 3863) - watcherinfo (RFC 3858) svn path=/trunk/; revision=18394
2006-06-06Ethereal -> WiresharkGerald Combs3-4/+4
svn path=/trunk/; revision=18370
2006-06-06Add a missing dtd.Anders Broman1-0/+1
svn path=/trunk/; revision=18359
2006-06-05Icon cleanup.Gerald Combs1-5/+5
svn path=/trunk/; revision=18350
2006-06-02eth -> wsUlf Lamping1-1/+1
svn path=/trunk/; revision=18316
2006-06-01Fix dist/distcheck.Gerald Combs1-1/+1
svn path=/trunk/; revision=18302
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs4-15/+15
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs2-12/+12
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2-4/+4
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-30ethereal.nsi -> wireshark.nsiGerald Combs3-3/+3
svn path=/trunk/; revision=18254
2006-05-30Transform ethereal.ico to wireshark.ico. Update references accordingly.Gerald Combs2-100/+100
Change the name of the Windows package to "wireshark-setup-..." Other Ethereal -> Wireshark updates. We _really_ need a better Wireshark icon. svn path=/trunk/; revision=18253
2006-05-22ethereal->wireshark updatesRonnie Sahlberg3-11/+11
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2006-04-20if HHC_DIR is defined in config.nmake, include the user-guide.chm file into ↵Ulf Lamping2-0/+15
the Win32 installer svn path=/trunk/; revision=17936
2006-03-30Delete init.lua when asked to delete global settings.Luis Ontanon1-0/+1
svn path=/trunk/; revision=17775
2006-03-12This time, should be the good one!Luis Ontanon1-1/+1
svn path=/trunk/; revision=17607
2006-03-12is that what you meant?Ulf Lamping1-1/+1
svn path=/trunk/; revision=17606