summaryrefslogtreecommitdiff
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13Create a manifest for rawshark.exe.Gerald Combs1-0/+3
svn path=/trunk/; revision=26437
2008-10-01Use LUA 5.1.4Anders Broman1-2/+2
svn path=/trunk/; revision=26329
2008-09-29Windows Vista: Fix so 'touch --reference ...' file mod time is always gt ↵Bill Meier1-2/+4
Makefile.nmake time svn path=/trunk/; revision=26292
2008-09-25Yet another GTK+ update...Anders Broman1-10/+10
Overview of Changes from GTK+ 2.14.2 to 2.14.3 ============================================== * Revert problematic GtkAdjustment changes * Bugs fixed: 552837 mem leak in gtkimmulticontext 553000 incorrect i18n header in gtkfilesystem.c 553135 eog crash: assertion failed 552545 leaks GpImage svn path=/trunk/; revision=26273
2008-09-23Use the latest GTK packages, changes:Anders Broman1-4/+4
Overview of Changes from GLib 2.18.0 to GLib 2.18.1 =================================================== * Bugs fixed: 550433 g_test_init doesn't recognize --help 523463 Core dump in gmain.c:2482:IA__g_main_context_check 551228 G_STRFUNC on recent Sun compiler should be expanded... 551410 gtestutils.c: using printf without prototype 551731 g_date_set_time[_t] docs should mention what timezone 548321 <string.h> is not included in gi18n-lib.h 551149 xdgmime mem leak 550647 synchronous pipe I/O when reading mount reply 551887 Docs for g_desktop_app_info_new_from_filename aren't... 551681 g_content_type_guess() too naive with filenames 552352 g_app_info_launch doesn't work if "Path" key... 551408 gmodule.def generated to builddir... 552359 g_file_info_get_icon should return GThemedIcon, and... Overview of Changes from GTK+ 2.14.1 to 2.14.2 ============================================== * Don't use XRRGetScreenResources, since it doesn't work well * Bugs fixed: 551063 deprecated marking without a link to what new code should use 319849 gtkcalendar look in RTL locales 550989 gdk_display_put_event should call g_main_context_wakeup 550062 Small update in gdk/gdkkeysyms.h 551325 Reference to wrong parameter in gtk_editable_insert_text 551386 gtk_printer_set_is_default() always sets TRUE 550676 Memory leak, update keyboard layout data structure 551699 gtk_scrolled_window_destroy() is broken 551567 DND mark broken 551378 Print dialog: should try UDS when fetching PPD for localhost 536542 gtk_list_store_set() documentation doesn't say whether... 552153 GtkModules loading with XSettings doesn't work... 552001 gtkimcontextsimple.c: variable is declared at middle... 551987 GtkPaned redrawing problem 551722 gtk_widget_set_scroll_adjustments() should check... 552107 Small libtool fixes 552500 GtkPrintSettings API doc not precise enough 408154 Change GtkEntryCompletion max-items to style property 329593 Entering characters on a line very cpu intensive and slow 552667 gtkimage containing gicon leaks memory 552668 format not a string literal and no format arguments... 346903 gtk_enumerate_printers needs events to complete 550969 fix a typo which breaks the static build 517233 Calling gdk_pixbuf_loader_close causes "GError set over... 551063 deprecated marking without a link to what new code should use 540967 docs build slowly because of entities svn path=/trunk/; revision=26255
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-5/+8
of Visual C++. (How did this "feature" ever see the light of day?) Make sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with building a usable installer under Visual Studio 2008 SP1. Add comments with links to Visual C++'s idiotic handling of assemblies and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove all of our manifests in epan and packaging/u3/tools. svn path=/trunk/; revision=26219
2008-09-08Add libgail.dllAnders Broman1-4/+6
svn path=/trunk/; revision=26165
2008-09-06Fix a typo.Anders Broman1-2/+2
svn path=/trunk/; revision=26150
2008-09-06Use GTK+ 2.14.1Anders Broman1-28/+29
What's new in GTK+ 2.14 ======================= GTK+ 2.14 adds new functionality while maintaining source and binary compatibility with GTK+ 2.12. Highlights of new features and improvements in GTK+ 2.14 are: New widgets and objects * GdkAppLaunchContext, provides startup notification with g_app_info_launch() * GtkMountOperation, can ask for passwords when mounting volumes with g_volume_mount() * GtkToolShell, an interface for containers of GtkToolItems Noteworthy new APIs * gtk_show_uri(), a replacement for gnome_vfs_url_show() and gnome_url_show() * gtk_widget_get_snapshot(), using pixmap redirection to render snapshots of widgets Changes in the file chooser The file chooser uses GIO directly, loadable backends are no longer supported. Autocompletion in the file chooser entry has been improved. Changes in printing support The print dialog displays printer status information. Support for rearranging pages when printing multiple pages per sheet has been added to the cups backend. Accessibility support The gail module is shipped with GTK+, GtkBuilder supports accessibility attributes and GtkStatusIcon supports keyboard navigation. Internationalization support The compose sequences understood by GTK+'s builtin input method have been synchronized with recent X.org compose sequences, adding a large number of new sequences. GTK+ no longer uses translations when an application is not translated to the current locale. gdk-pixbuf changes * Support loading OS X icns format * Support loading JPEG 2000 images * Support loading and saving to GIO streams * Use GIO for mime information GDK changes GDK uses Xrandr instead of Xinerama to provide more (and dynamic) monitor information. Font configuration changes are now picked up at runtime, without an application restart. For more details and lists of fixed bugs, see the announcements for the 2.13.x development releases: http://mail.gnome.org/archives/gtk-devel-list/2008-February/msg00079.html http://mail.gnome.org/archives/gtk-devel-list/2008-May/msg00112.html http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00033.html http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00158.html http://mail.gnome.org/archives/gtk-devel-list/2008-July/msg00044.html http://mail.gnome.org/archives/gtk-devel-list/2008-July/msg00182.html http://mail.gnome.org/archives/gtk-devel-list/2008-August/msg00023.html http://mail.gnome.org/archives/gtk-devel-list/2008-August/msg00153.html svn path=/trunk/; revision=26148
2008-09-05Use latest glib.Anders Broman1-2/+2
svn path=/trunk/; revision=26141
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstGerald Combs1-11/+11
MSC_VER_REQUIRED when we run mt.exe instead of checking for each individual MSVC_VARIANT. This fixes the current buildbot test failures on Windows, which resulted from a missing check for MSVC2008. This also keeps us from having to mess with a bunch of makefiles when we add support for new Visual C++ versions. svn path=/trunk/; revision=26052
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-0/+1
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-2/+16
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
2008-08-05Add --settag and --checktag arguments to win32-setup.sh, which respectivelyGerald Combs1-0/+6
save and verify the current download tag. Add --settag and --checktag calls to the process_libs target. (This should automatically notify everyone when wireshark-win32-libs is updated, which I tend to forget to do.) svn path=/trunk/; revision=25931
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-15/+15
From me: Instead of adding adns_config.h, place it a custom adns package in wireshark-win32-libs. Update tools/win32-setup.sh accordingly. Split the MSVC2008EE variant into MSVC2008 and MSVC2008EE, similar to MSVC2005 and MSVC2005EE. We have to worry about vcredist_x86.exe in both cases. Add Pascal to AUTHORS. Update the Developer's Guide. svn path=/trunk/; revision=25921
2008-07-21Use the latest GTK libraries for GTK+ 2.12.11Anders Broman1-6/+6
svn path=/trunk/; revision=25777
2008-07-15Use the latest wireshark-win32-libs tag (updated zlib).Gerald Combs1-1/+1
svn path=/trunk/; revision=25745
2008-07-03From: Kovarththanan Rajaratnam; Add Windows browse file makefile target Bill Meier1-1/+9
svn path=/trunk/; revision=25665
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-11/+10
capinfos and dumpcap don't need to depend on libwireshark nor directly pull in those modules). Because capinfos and editcap were only being linked with privileges.c if we had plugins, this allows those programs to be linked when someone is compiling --without-plugins. svn path=/trunk/; revision=25640
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs1-6/+0
GTK+ since version 2.8, when its name was changed to the "GTK MS Windows-Engine." Simplify the Windows installer by removing the GTK-Wimp option (which means the "Wireshark" item can be an entry instead of a group). Move Rawshark to the "Tools" group. (If anyone wants to disable the MS Windows Engine they can still do so after installation by disabling or removing libwimp.dll.) svn path=/trunk/; revision=25611
2008-06-24Add TurboCap-related changes from /trunk-1.0:Gerald Combs1-0/+2
From Dustin Johnson: Add support for TurboCap. - packet-ppi.c: Add aggregation and 802.3 extended information. - capture-wpcap.c: Add support for pcap_list_datalinks and pcap_set_datalink. Make pcap_list_datalinks and pcap_set_datalink mandatory on Windows. svn path=/trunk/; revision=25593
2008-06-22Use editcap_SOURCES and capinfos_SOURCES in Windows MakefileBill Meier1-4/+18
svn path=/trunk/; revision=25524
2008-06-21Fix editcap Windows build problem.....Bill Meier1-2/+2
svn path=/trunk/; revision=25501
2008-06-10Use GTK+ 2.12.10Anders Broman1-9/+10
svn path=/trunk/; revision=25437
2008-06-03Fix run checkapi for more targets.Anders Broman1-2/+11
svn path=/trunk/; revision=25414
2008-05-26Fix run checkapi for more targets.Anders Broman1-4/+3
svn path=/trunk/; revision=25380
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+2
svn path=/trunk/; revision=25368
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-6/+6
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-21Let the buildbot run a some of the checkapi targets.Anders Broman1-9/+13
svn path=/trunk/; revision=25348
2008-05-20Create temporary empty checkapi target so no Windows buildbo build error Bill Meier1-2/+15
svn path=/trunk/; revision=25334
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-5/+26
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa1-4/+5
svn path=/trunk/; revision=25309
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25285
2008-05-12Update to WpdPack 4.0.2 and NASM 2.02Tomas Kukosa1-2/+3
svn path=/trunk/; revision=25278
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+1
Attached to this post you find a patch for integration into wireshark that adds a dissector for SERCOS III, ethertype 0x88cd. svn path=/trunk/; revision=25270
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-0/+5
svn path=/trunk/; revision=25248
2008-04-24Use cairo-1.6.4-1 and pango-dev-1.20.2Anders Broman1-4/+4
svn path=/trunk/; revision=25165
2008-04-22Use Libsmi 0.4.8Anders Broman1-1/+2
svn path=/trunk/; revision=25147
2008-04-21Use latest Glib version.Anders Broman1-4/+4
svn path=/trunk/; revision=25136
2008-04-15try to fix adns build on MSVC2003 and alikeUlf Lamping1-1/+1
svn path=/trunk/; revision=25051
2008-04-13as we can't easily (re)build adns on msvc6, create and use compiler specific ↵Ulf Lamping1-3/+7
dirs (e.g. MSVC2005EE/adns) to place the compiler specific dll/lib files into svn path=/trunk/; revision=25000
2008-04-13we can't easily (re)build ADNS on MSVC6, because iphlpapi.h is needed (sic!)Ulf Lamping1-2/+8
-> so don't do the delete/rebuild on MSVC6 machines svn path=/trunk/; revision=24997
2008-04-13attempt to build ADNS on none MSVC6 systems - with the same mechanism as ↵Ulf Lamping1-24/+28
done with ZLIB Unfortunately, both dep and rc files need to be patched, so I added the patched files It's an ugly solution but it seems to work ... svn path=/trunk/; revision=24996
2008-04-13disable ADNS stuff for nowUlf Lamping1-3/+2
svn path=/trunk/; revision=24981
2008-04-13first preparations to build ADNS_DLLUlf Lamping1-1/+28
svn path=/trunk/; revision=24978
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping1-92/+64
svn path=/trunk/; revision=24854
2008-04-05remove more GTK1 stuff from the Win32 build process (incomplete)Ulf Lamping1-116/+12
svn path=/trunk/; revision=24780
2008-03-21Use the latest GTK libraries.Anders Broman1-9/+9
svn path=/trunk/; revision=24711
2008-03-20Get the Windows build going again.Anders Broman1-2/+2
svn path=/trunk/; revision=24705
2008-03-20Use libgmodule-2.0-0.dll 2.14.5 for the GTK+1 version of Wireshark.Gerald Combs1-1/+7
svn path=/trunk/; revision=24703