aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2008-03-18Update to the latest User's Guide.Gerald Combs1-1/+1
svn path=/trunk/; revision=24684
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs1-0/+1
svn path=/trunk/; revision=24634
2008-02-28From Chris Maynard: Add missing clean_setup items;Bill Meier1-1/+3
svn path=/trunk/; revision=24497
2008-02-18Add rawhark_OBJECTS to clean: targetBill Meier1-2/+2
svn path=/trunk/; revision=24375
2008-02-16Clean-up: remove obsolete references to GTK libraries, ETHEREAL_EUG_DIR, etcBill Meier1-20/+4
svn path=/trunk/; revision=24365
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman1-8/+9
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-40/+74
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-0/+4
svn path=/trunk/; revision=24330
2008-01-29For Windows: Update to use Gtk+ 2.12.6; Use latest Glib 2.14.5 again;Bill Meier1-4/+4
Gtk 2.12.6 fixes bugzilla.gnome.org bug #503326 which thus means that Wireshark no longer needs a work-around for Wireshark bug #2066. (See svn #24219). svn path=/trunk/; revision=24221
2008-01-29Revert GTK+/GLIB to GTK+ 2.12.1 with GLib 2.14.3 for Windows installsSake Blok1-4/+4
as a workaround for bug 2066. We should stick to these versions until bug report #503326 on bugzilla.gnome.org has been fixed. svn path=/trunk/; revision=24219
2008-01-27New gettext-runtimeAnders Broman1-1/+2
svn path=/trunk/; revision=24206
2008-01-16dumpcap link: remove duplicate epan/unicode-utils.obj Bill Meier1-1/+1
svn path=/trunk/; revision=24111
2008-01-15Use New GTK packages:Anders Broman1-8/+8
Overview of Changes from GLib 2.14.4 to GLib 2.14.5 =================================================== * Bugs fixed: 482313 gregex: no way to tell why compilation failed 315437 extern inline -> static inline 480122 g_module_open fails to open modules with ".la" extension 495589 gspawn.c failing to set FD_CLOEXEC 500638 gkeyfile speedup ... 503029 g_time_val_from_iso8601 parse non-ISO8601 dates 503420 gkeyfile leaks a hash table Overview of Changes from GTK+ 2.12.3 to 2.12.4 ============================================== * Bugs fixed: 494667 gdkpixloader jpeg loader problems with some files 496546 Tooltips may crashe because a window is destroyed 503824 gtk_paned_find_neighbours aborts with assertion failure 388321 gtk_notebook_remove_tab_label 503190 Doesn't build with directfb >= 1.0 491847 gtk-builder-convert --root option doesn't work for GtkWin... 492977 Setup autorelease pool automatically in each mainloop ite... 499951 GtkAssistant remove_page may leave current_page as a dang... 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons() 503569 Leak in GtkTreeViewColumn 504753 Destroyed subviews are not removed from the view hierarchy 504804 Typo in TEST_EXPAND_ROW signal 504984 Problems with hiding/showing transient windows 505708 compatibility macros for signals has wrong type. 506107 mem leak in print dialogue 502850 gtk-builder-convert program not found 504749 gtk-builder-convert and GtkMenu GTK+ 2.12.5 This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. svn path=/trunk/; revision=24101
2008-01-14Added copy of ethercat.dll, as pointed out by Peter Johansson.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24088
2007-12-25Build with assembler support (NASM).Anders Broman1-1/+4
svn path=/trunk/; revision=23947
2007-12-14Ensure we make $(INSTALL_DIR)/plugins on windows.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=23864
2007-12-05Use:Anders Broman1-2/+2
GTK+ 2.13.3 Overview of Changes from GTK+ 2.12.2 to 2.12.3 ============================================== * Win32: - Respect viewable drive restrictions * Bugs fixed: 499868 fix for crash during DnD on Quartz 500804 null pointer dereference in quartz drawing function 144269 GtkHPaned flickers and leaves widgets in child panels unr... 495124 Valgrind error with windows of type GTK_WINDOW_POPUP 501583 Root window not fully initialized * Updated translations: Estonian (et) French (fr) Irish (ga) svn path=/trunk/; revision=23771
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+7
- retrieving the list of remote PCAP interfaces - password authentication support - UDP data fransfer - packet sampling (available in WinPcap 4.x) etc. fix problem if non-default rpcap port is used svn path=/trunk/; revision=23750
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-0/+3
svn path=/trunk/; revision=23691
2007-11-29Update to gtk+ 2.14.2 and glib glib-2.14.4Anders Broman1-5/+5
svn path=/trunk/; revision=23674
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-4/+8
svn path=/trunk/; revision=23651
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-0/+1
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional) proto.c - do not look up in filed tree and inserts in two steps but do it at once - next few small speedups - some often called elementary functions can be optionally implemented in assembler - dispart some functions to see more exact result from profiling packet-tpnc.c - do not reallocate memory for each filed svn path=/trunk/; revision=23643
2007-11-24Support for the automatic configuration of the UPX dll/exe packer.Graeme Lunt1-1/+6
config.nmake - default UPX to the downloaded version in $WIRESHARK_LIBS win32-setup.sh - updated to also add executables bit to exes - and also use new tag Makefile.nmake - to download UPX (and also use new version of user-guide) svn path=/trunk/; revision=23562
2007-11-13Use glib-2.14.3Anders Broman1-2/+2
svn path=/trunk/; revision=23440
2007-11-11From Valery Sigalov:Anders Broman1-0/+2
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 svn path=/trunk/; revision=23428
2007-11-02Initial Portable Apps (www.portableapps.com) packaging to produce a ↵Graeme Lunt1-0/+15
"Wireshark Portable" (WSP) distribution. This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device. The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions. It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive. I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. svn path=/trunk/; revision=23340
2007-10-28Fix Windows build error if not using LUA; Bug #1950Bill Meier1-2/+4
svn path=/trunk/; revision=23296
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs1-2/+2
pipe instead of stdin. Add an argument (currently the parent PID) back to the "-Z" flag and use it to construct the pipe name. This lets us pass the parent's stdin handle to dumpcap, which lets us capture from stdin on Windows. Add a comment about checking for the parent process. In capture_loop.c, remove the wait_forever argument from cap_pipe_select() since it was always FALSE. Set the timeout under Windows to 250 ms instead of 250000 ms. svn path=/trunk/; revision=23279
2007-10-22Allow wimaxasncp plugin to be found in Windows dev build.Martin Mathieson1-0/+3
svn path=/trunk/; revision=23235
2007-10-18Use gtk 2.12.1Anders Broman1-6/+6
svn path=/trunk/; revision=23229
2007-10-18Oops: Backout the library updates until libraries configured for download... ↵Bill Meier1-6/+6
(??) svn path=/trunk/; revision=23228
2007-10-18Updated GTK/Glib/Pango LibrariesBill Meier1-6/+6
svn path=/trunk/; revision=23227
2007-10-16text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows. ↵Jeff Morriss1-2/+6
Make it depend on libwiretap on *NIX, too, only to keep things in sync. svn path=/trunk/; revision=23209
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman1-1/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only ↵Bill Meier1-3/+9
once (instead of worst-case 1+2+3 times) svn path=/trunk/; revision=23187
2007-10-11fix 'nmake ... clean' to include dumpcap specific objectsBill Meier1-2/+2
svn path=/trunk/; revision=23144
2007-09-25Use GTK+ 2.12Anders Broman1-70/+38
svn path=/trunk/; revision=22955
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-18/+3
svn path=/trunk/; revision=22934
2007-09-10Fix my earlier typo.Bill Meier1-1/+1
svn path=/trunk/; revision=22835
2007-09-09don't try to put a ## comment after the touch call, this will end up in a ↵Ulf Lamping1-1/+2
few strange new files generated svn path=/trunk/; revision=22830
2007-09-05- "quote" source dir of packaging_zip1 and packaging_zip2, so it also works ↵Ulf Lamping1-6/+7
with spaces in this path - epan now depends on zlib and wiretap, add dependencies accordingly svn path=/trunk/; revision=22799
2007-09-02Verify existence of required downloaded library packages during make after ↵Bill Meier1-78/+105
Makefile.nmake updated svn path=/trunk/; revision=22769
2007-08-28always compile zlib.dll from source (even on MSVC6 now), this simplifies the ↵Ulf Lamping1-9/+0
makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch svn path=/trunk/; revision=22714
2007-08-27Get smi_modules in the distribLuis Ontanon1-0/+1
svn path=/trunk/; revision=22694