aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
1999-12-15Bring it somewhat up to date; "register.c" could be a pain, as you'dGuy Harris1-8/+71
either need to use tools native to Windows, supply a canned version with a distribution (and require people to update it by hand), require people to have "grep" and "sed" handy and whip up a ".bat" file to run them, or require them to have "grep" and "sed" *and* a Bourne-compatible shell. svn path=/trunk/; revision=1343
1999-08-22Put "packet-atm.c" in.Guy Harris1-0/+1
svn path=/trunk/; revision=547
1999-08-18Changes to compile in win32.Gilbert Ramirez1-5/+7
svn path=/trunk/; revision=515
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-1/+2
SDLC-derived protocols such as HDLC and derivatives of it such as LAPB, IEEE 802.2 LLC, and so on. Have the LLC and LAPB dissectors use it. Make "dissect_numeric_bitfield()" put the low-order bit of the bitfield in the low-order bit of an integer when printing it, so that the right value is printed. svn path=/trunk/; revision=436
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1-3/+5
initial #ifdef changes to capture.c to support the win32 version of libpcap. svn path=/trunk/; revision=428
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-13/+49
allowing users to filter on the existence of these protocols. I also added packet-clip.c to the Nmake makefile. svn path=/trunk/; revision=402
1999-07-21Finally got the win32 ethereal to link properly with MSVC.Gilbert Ramirez1-11/+16
svn path=/trunk/; revision=374
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-0/+53
but does not link. Perhaps someone who understands the MS tools can help out. I made it link a few months ago, but with different version of glib/gtk+. I can't remember how I made it link. Most of the compatibility issues were resolved with adding #ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all future code. svn path=/trunk/; revision=359