summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2007-12-08Add .. to the directory in which to look for headers, just as is doneGuy Harris1-1/+2
2007-12-07Delete the *right* config.h.win32.Guy Harris1-1/+1
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris1-8/+1
2007-08-04runlex.sh is in tools, not the top-level directory.Guy Harris1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-2/+6
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-7/+1
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-5/+6
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ....Ulf Lamping1-0/+3
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon1-0/+2
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping1-1/+1
2007-01-12second try for file_util.c ... (at least OS X didn't liked it)Ulf Lamping1-1/+1
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-1/+2
2006-02-22Add makefile.nmakeAnders Broman1-3/+3
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-1/+12
2004-09-12to prevent problems reported by David Richards, don't depend on the cvarsdll ...Ulf Lamping1-1/+3
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris1-34/+4
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-1/+2
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-2/+3
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris1-5/+7
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris1-1/+2
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris1-1/+2
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-3/+6
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris1-1/+2
2003-08-23Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris1-2/+2
2003-08-22Rename "wiretap/file.c" to "wiretap/file_io.c", as some tools, such asGuy Harris1-2/+2
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris1-2/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-2/+2
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-1/+2
2002-06-13Add /I$(PCAP_DIR)/include to the list of directories in which to lookGuy Harris1-2/+3
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris1-1/+2
2002-02-27From Joerg Mayer:Guy Harris1-2/+2
2001-12-12From Motonori Shindo:Guy Harris1-4/+4
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-1/+2
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris1-1/+2
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris1-1/+2
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-2/+3
2001-04-06Build with zlib.Gilbert Ramirez1-7/+5
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez1-2/+2
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-6/+28
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris1-1/+2
2000-09-19Add pppdump.obj to win32 makefile.Gilbert Ramirez1-1/+2
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-1/+2
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris1-1/+4