aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2012-06-11Add TGPPS9.xml to makefile and NSIS installerPascal Quantin1-0/+1
svn path=/trunk/; revision=43202
2012-06-01No more GIOP plugins, no more GIOP loadable DLL.Guy Harris2-2/+0
svn path=/trunk/; revision=42981
2012-05-30Replace IDL generated dissector with common dllAnders Broman2-8/+2
svn path=/trunk/; revision=42926
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs2-0/+6
svn path=/trunk/; revision=42905
2012-05-14Try using an OBS-derived Gtk2 bundle, second try.Gerald Combs2-33/+69
svn path=/trunk/; revision=42623
2012-04-29Add .ntar as a suffix (some pcap-ng files use it).Guy Harris1-2/+4
Sort the suffixes alphabetically. svn path=/trunk/; revision=42329
2012-04-29Make the extension lower case.Guy Harris1-2/+15
Say "Pcap" rather than "Libpcap" - pcap format is used by WinPcap as well (and it's also read and written by this library called Wiretap :-)). Add an additional entry for pcap-NG. svn path=/trunk/; revision=42328
2012-04-20Switch back to the gtk.org version of the GTK+ bundle since its CairoGerald Combs2-67/+31
doesn't crash. svn path=/trunk/; revision=42171
2012-04-19Switch to our custom GTK+ bundles derived from openSUSE Build ServiceGerald Combs2-31/+67
packages. Sort and normalize our DLL lists. Add several new required DLLs. svn path=/trunk/; revision=42143
2012-04-04Add and update a bunch of Programs and Features-related registryGerald Combs2-10/+38
keys. Sort the keys by name. Calculate the installation size after all of the files have been installed and add that in the "EstimatedSize" key. Fix the display icon. Add a hint about our target platform. Add version information. We now look like a grown-up application in the Programs and Features control panel. svn path=/trunk/; revision=41914
2012-03-29Update a couple of keys.Gerald Combs1-2/+2
svn path=/trunk/; revision=41832
2012-03-20Now, isn't that swell! Leopard's dseditgroup doesn't return a failureGuy Harris1-1/+1
exit status if the group in question doesn't exist, so we can't use dseditgroup on Leopard to check whether the access_bpf group exists. Instead, as per Martin Williams' suggestion in bug 6526, use "dscl . -read /groups/{group}" instead; the suggestion came from the addgroup.sh script in https://developer.apple.com/library/mac/documentation/OpenSource/Conceptual/ShellScripting/ShellScripting.pdf svn path=/trunk/; revision=41680
2012-03-16Capitalize "Wireshark" in various package names.Gerald Combs2-2/+2
svn path=/trunk/; revision=41621
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris4-1/+6
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2012-03-10Rename the Xylan dictionnary to Alcatel-Lucent Xylan dictionnaryAlexis La Goutte1-1/+1
Alcatel (now Alcatel-Lucent) buy Xylan in 1999... And now Attributs RADIUS is used in Alcatel-Lucent Omniswitch Product. svn path=/trunk/; revision=41474
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2012-02-16As suggested on the -dev list today, add Wireshark_package.pmdoc to the sourceJeff Morriss9-2/+10
distribution. To do this, however, requires renaming that directory because automake can't handle files with spaces in their names. svn path=/trunk/; revision=41040
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2012-01-01Happy New Year!Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=40353
2011-12-28Remove some NSIS 1.x cruft.Gerald Combs1-5/+0
svn path=/trunk/; revision=40318
2011-12-28Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2Gerald Combs1-45/+40
directory. This picks up any DEP/ASLR-related changes. Run peflags on more DLLs. svn path=/trunk/; revision=40317
2011-11-15Add svn:executable to propsBill Meier2-0/+0
svn path=/trunk/; revision=39858
2011-11-02Requiescat in pace, osx-build.sh.Guy Harris1-1/+0
svn path=/trunk/; revision=39714
2011-11-02Remove osx-build.sh. It was never fully ported to the Wireshark buildGerald Combs1-335/+0
environment and has been unused for 3 years. svn path=/trunk/; revision=39713
2011-08-31Remove the obsolete files fom the installerAnders Broman1-2/+0
svn path=/trunk/; revision=38816
2011-08-28I guess this is the right thing to do with the "ui" directory to put itGuy Harris1-0/+1
into the U3 package. svn path=/trunk/; revision=38764
2011-08-28Add the main menubar UI description.Anders Broman1-0/+1
svn path=/trunk/; revision=38762
2011-08-28Add the treeView popup UI description.Anders Broman1-0/+1
svn path=/trunk/; revision=38760
2011-08-28Install the GUI xml files. I'm not sure about the Makefile.am changes pkease ↵Anders Broman1-0/+10
check. svn path=/trunk/; revision=38756
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-8/+8
so do so. Add ZeroMemory to checkAPIs.pl. svn path=/trunk/; revision=38584
2011-08-10Add some distclean / clean targets.Gerald Combs1-0/+1
svn path=/trunk/; revision=38457
2011-07-28Add a cast to avoid "conversion from size_t to int, possible loss of data" ↵Chris Maynard1-1/+1
warning found when attempting to create the U3 package on Windows 7-x64. Hmm, why doesn't the Window 7-x64 buildbot build U3 or portableapps packages? svn path=/trunk/; revision=38237
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs2-6/+6
use WIRESHARK_LIB_DIR for the location of our external libraries. svn path=/trunk/; revision=38119
2011-07-17We don't have an "--enable-osxapp" configure option; update a comment.Guy Harris1-3/+7
svn path=/trunk/; revision=38075
2011-07-17Get rid of the .pkg and .dmg with "make clean".Guy Harris1-1/+2
svn path=/trunk/; revision=38074
2011-07-17Handle versions of GTK+ where gdk-pixbuf is a separate library.Guy Harris1-2/+31
svn path=/trunk/; revision=38072
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-3/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs1-13/+7
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs2-11/+3
likely to add it back to wireshark-win32-libs and it was never available in wireshark-win64-libs. svn path=/trunk/; revision=37778
2011-06-10Make the U3 and PortableApps "clean" and "distclean" targets moreGerald Combs2-1/+3
consistent with the NSIS targets. svn path=/trunk/; revision=37649
2011-06-09From Madhusudhan M:Anders Broman1-0/+2
Cisco and Vodafone Diameter AVP:s I have axtracted the relevant vendor AVP:s and separated them out in Vendor specific xml files. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5972 svn path=/trunk/; revision=37627
2011-06-08From Michael Mann:Anders Broman2-2/+0
Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman2-2/+0
svn path=/trunk/; revision=37597
2011-06-07Add files to distribution.Anders Broman2-1/+5
svn path=/trunk/; revision=37589
2011-05-25Add new dictionary from freeradius.org: GIT 2.1.x branch.Bill Meier1-0/+1
svn path=/trunk/; revision=37385
2011-05-24Remove blank line added by mistake ...Bill Meier1-1/+0
svn path=/trunk/; revision=37381
2011-05-24Update list of radius dictionary files to reflect adds/deletes.Bill Meier1-2/+13
svn path=/trunk/; revision=37380
2011-05-20Fix annoying typo.Guy Harris1-1/+1
svn path=/trunk/; revision=37318
2011-05-20In at least some versions of OS X SystemStarter gets cranky if theGuy Harris1-0/+1
startup item is group-writable. svn path=/trunk/; revision=37316
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-0/+2
My attachment adds a link to a XSLT file to the preamble of the PDML. The XSLT will transform the PDML to a HTML page, and the HTML page features a look similar to Wireshark. See http://cubic.org/~doj/ebay/a.pdml for an example. The patch also contains a small perl program which converts the Wireshark colortable into javascript code which is used in the XSLT file. If you want to use a different color scheme you would execute the perl program and insert the generated javascript function into your XSLT file. To view the HTML you could either place the PDML and XSLT file on your webserver and verify that your webserver sends the PDML file as "text/xml". Then your webbrowser will find the linked XSLT file, download that as well and convert the PDML to HTML on the fly. You could also use an XSLT processor like xsltproc to convert the PDML and XSLT into a static HTML file. From me: Minor fixups. svn path=/trunk/; revision=37298