From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
[metze/wireshark/wip.git] / wiretap / Makefile.nmake
2013-03-02 Pascal QuantinTry to fix LNK4217 (locally defined symbol imported...
2013-02-28 Balint ReczeyAdd -DWS_BUILD_DLL to wiretap Windows builds
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2012-06-19 Gerald Combsascend_scanner.c includes ascend.h. Add corresponding...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2009-07-16 Anders BromanMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-06-15 Jörg MayerRename all of the ascend files:
2009-06-04 Bill MeierFix Windows build warning:
2009-04-08 Gerald CombsDisable warnings-as-errors for Flex-generated output...
2009-03-11 Gerald CombsFlex doesn't generate LLP64-compilable output. For...
2009-03-02 Gerald CombsMore Windows compiler flag cleanups. Fix a problem...
2008-08-21 Gerald Combs_MSC_VERs 1400 and greater require manifests. Check...
2008-08-04 Gerald CombsFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-17 Bill MeierRemove -g abort from checkAPIs (for now) since existing...
2008-07-02 Guy HarrisThis directory needs some checkapi love; it's not yet...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-07-01 Guy HarrisThe intended argument for "-g" was presumably "abort...
2008-07-01 Guy HarrisUnless I've misread the GetOptions documentation, the...
2008-06-26 Gerald CombsWiretap code probably shouldn't abort the application...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-20 Jeff MorrissUse the correct name for libwsutil
2008-05-20 Jeff MorrissCreate a new "Wireshark utility" library and move the...
2008-05-14 Tomas Kukosado not use * wildcard which is not supported by Windows...
2008-05-13 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-05-08 Martin MathiesonFrom Anders: Checkapi enabled for wiretap and more...
2008-05-06 Anders BromanAdd checkapi target.
2007-12-08 Guy HarrisAdd .. to the directory in which to look for headers...
2007-12-07 Guy HarrisDelete the *right* config.h.win32.
2007-12-07 Guy HarrisRun runlex.sh from the tools directory. Get rid of...
2007-08-04 Guy Harrisrunlex.sh is in tools, not the top-level directory.
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-08-01 Guy HarrisAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 Guy HarrisUse a common .l.c rule for running Flex on .l files...
2007-05-09 Ulf Lampingfix manifest error: for dll's mt.exe must be given ;2
2007-05-06 Ulf Lampinginstead of copying the MSVC 2005 manifest files around...
2007-05-02 Luis Ontanonadd support for the text export format of textronix...
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2007-03-18 Bill MeierFix Windows Makefiles so clean removes all pdb files...
2007-01-31 Ulf Lampinginstead of putting the MSC_VER_REQUIRED test into the...
2007-01-12 Ulf Lampingsecond try for file_util.c ... (at least OS X didn...
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 Ulf Lampingremove the PDB_FILE setting from config.nmake - there...
2006-02-22 Anders BromanAdd makefile.nmake
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2004-09-12 Ulf Lampingto prevent problems reported by David Richards, don...
2004-07-26 Guy HarrisAdd a Makefile.common for Wiretap, and have Makefile...
2004-07-23 Guy HarrisFrom Graham Bloice: add resources to wiretap.dll.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-11 Guy HarrisFrom Rolf Fiedler: support for reading EyeSDN USB S0...
2003-12-02 Guy HarrisFrom Martijn Schipper: support for reading AiroPeek...
2003-11-07 Guy HarrisLet people configure whether to build with Zlib or...
2003-10-31 Guy HarrisFrom Scott Emberley: support for reading Network Instru...
2003-10-30 Guy HarrisFrom Marcel Holtmann: support for reading Linux Bluez...
2003-10-10 Guy HarrisGive every Makefile.nmake file a "distclean" rule,...
2003-08-26 Guy HarrisFrom Jesper Peterson: support for Endace ERF file format.
2003-08-23 Guy HarrisUse "file_access.c", not "file_io.c", as the latter...
2003-08-22 Guy HarrisRename "wiretap/file.c" to "wiretap/file_io.c", as...
2003-07-29 Guy HarrisFrom Thierry Martin: support for reading files from...
2003-06-14 Guy HarrisDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 Guy HarrisDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2002-07-31 Guy HarrisFrom Motonori Shindo: support for reading CoSine L2...
2002-06-13 Guy HarrisAdd /I$(PCAP_DIR)/include to the list of directories...
2002-04-30 Guy HarrisMove the code to guess the traffic type based on the...
2002-02-27 Guy HarrisFrom Joerg Mayer:
2001-12-12 Guy HarrisFrom Motonori Shindo:
2001-12-04 Guy HarrisSupport for reading Visual Networks traffic capture...
2001-10-19 Guy HarrisDBS Etherwatch wiretap module, from Marc Milgram.
2001-10-18 Guy HarrisVMS TCPIPtrace wiretap module, from Marc Milgram.
2001-04-12 Gilbert RamirezImprovement of 'make clean' targets.
2001-04-06 Gilbert RamirezBuild with zlib.
2001-04-05 Gilbert RamirezUse sed in the Win32 build to place the version in...
2001-03-23 Gilbert RamirezThe Win32 build builds wiretap as a DLL and requires...
2001-02-22 Guy HarrisEtherpeek version 5, 6, and 7 support, from Daniel...
2000-09-19 Gilbert RamirezAdd pppdump.obj to win32 makefile.
2000-08-08 Mike HallAdded wiretap support to read the Cisco Secure Intrusio...
2000-05-29 Guy HarrisGraham Bloice's Win32 Makefile changes to build in...
2000-04-29 Guy HarrisGraham Bloice's changes to, on Win32 using Microsoft...
2000-04-12 Gilbert RamirezBuild tethereal and editcap on Win32.
2000-04-06 Guy HarrisUse the "-o" flag, rather than using the "-t" flag...
2000-04-04 Guy HarrisThe Win32 port of libpcap requires that programs with...
2000-02-09 Gilbert RamirezUpdate Makefiles for win32. Move local configuration...
2000-01-15 Gilbert RamirezMerge in the final code to make Ethereal run on Win32...
2000-01-13 Guy HarrisAdd "file_wrappers.c" to the list of things to compile...
1999-12-15 Guy HarrisBring it somewhat up to date.
1999-08-18 Gilbert RamirezChanges to compile in win32.
1999-08-03 Gilbert RamirezUpdate version numbers to 0.7.0, and update win32 Makef...
1999-07-21 Gilbert RamirezFinally got the win32 ethereal to link properly with...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...