aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-26libsmi was missing from the CFLAGSLuis Ontanon1-1/+1
svn path=/trunk/; revision=22676
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-5/+15
svn path=/trunk/; revision=22672
2007-08-26Download libsmiAnders Broman1-0/+4
svn path=/trunk/; revision=22671
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-1/+0
svn path=/trunk/; revision=22635
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
svn path=/trunk/; revision=22558
2007-08-12add IANA port-numbers file as a file named "services", with some minor ↵Ulf Lamping1-0/+1
explanations from me at the top of that file add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
2007-08-10Use the latest GTK2 packagesAnders Broman1-6/+6
svn path=/trunk/; revision=22482
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-9/+12
anywhere else). Instead of using getaddrinfo() and getnameinfo(), promote inet_pton.c and inet_ntop.c to the top level and use those routines instead. (It's 2007, for crying out loud. Why is this even an issue?) svn path=/trunk/; revision=22075
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-6/+9
epan/filesystem.c have get_plugin_dir() calling init_plugin_dir() if necessary epan/epan.c and epan/report_err.c move the report_failure family into the new report_err.c file, have epan_init() calling the initializer epan/plugins.h and epan/proto.c do not have init_plugins() calling the proto_reg functions instead do it in init_proto() gtk/main.c and tshark.c init_plugin_dir() has become suprefluous capinfos.c and editcap.c load the wiretap plugins Makefiles do what's needed to build withe the above changes. svn path=/trunk/; revision=21935
2007-05-18From Dustin Johnson:Gerald Combs1-1/+1
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2007-05-14Update to the latest Win32 libraries.Gerald Combs1-12/+12
svn path=/trunk/; revision=21770
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping1-0/+1
new dissector for OPCUA protocol svn path=/trunk/; revision=21760
2007-05-09fix manifest dll errorUlf Lamping1-1/+1
svn path=/trunk/; revision=21736