]> The Tcpdump Group git mirrors - tcpdump/blob - win32/prj/WinDump.dsp
add support for the olsr protocol as per rfc3626 plus the LQ extensions from olsr.org
[tcpdump] / win32 / prj / WinDump.dsp
1 # Microsoft Developer Studio Project File - Name="WinDump" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=WinDump - Win32 Debug
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "WinDump.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "WinDump.mak" CFG="WinDump - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "WinDump - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "WinDump - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 1
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF "$(CFG)" == "WinDump - Win32 Release"
32
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "../../"
41 # PROP Intermediate_Dir "Release"
42 # PROP Ignore_Export_Lib 0
43 # PROP Target_Dir ""
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD CPP /nologo /W3 /GX /O2 /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "NDEBUG" /D "INET6" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "WPCAP" /D HAVE_ADDRINFO=1 /D HAVE_SOCKADDR_STORAGE=1 /D HAVE_PCAP_LIST_DATALINKS=1 /D HAVE_PCAP_SET_DATALINK=1 /D HAVE_PCAP_DATALINK_NAME_TO_VAL=1 /D HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION=1 /D HAVE_PCAP_DUMP_FTELL=1 /D HAVE_BPF_DUMP=1 /D HAVE_PCAP_DUMP_FLUSH=1 /D HAVE_PCAP_FINDALLDEVS=1 /D HAVE_PCAP_IF_T=1 /D HAVE_PCAP_LIB_VERSION=1 /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "HAVE_REMOTE" /D _U_= /YX /FD /c
46 # ADD BASE RSC /l 0x410 /d "NDEBUG"
47 # ADD RSC /l 0x410 /d "NDEBUG"
48 BSC32=bscmake.exe
49 # ADD BASE BSC32 /nologo
50 # ADD BSC32 /nologo
51 LINK32=link.exe
52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
53 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib wpcap.lib /nologo /subsystem:console /machine:I386 /out:"release/WinDump.exe" /libpath:"../../../winpcap/wpcap/lib"
54
55 !ELSEIF "$(CFG)" == "WinDump - Win32 Debug"
56
57 # PROP BASE Use_MFC 0
58 # PROP BASE Use_Debug_Libraries 1
59 # PROP BASE Output_Dir "WinDump_"
60 # PROP BASE Intermediate_Dir "WinDump_"
61 # PROP BASE Target_Dir ""
62 # PROP Use_MFC 0
63 # PROP Use_Debug_Libraries 1
64 # PROP Output_Dir "../../"
65 # PROP Intermediate_Dir "Debug"
66 # PROP Ignore_Export_Lib 0
67 # PROP Target_Dir ""
68 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
69 # ADD CPP /nologo /W3 /Gm /Gi /GX /ZI /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "_DEBUG" /D "_WINDOWS" /D "INET6" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "WPCAP" /D HAVE_ADDRINFO=1 /D HAVE_SOCKADDR_STORAGE=1 /D HAVE_PCAP_LIST_DATALINKS=1 /D HAVE_PCAP_SET_DATALINK=1 /D HAVE_PCAP_DATALINK_NAME_TO_VAL=1 /D HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION=1 /D HAVE_PCAP_DUMP_FTELL=1 /D HAVE_BPF_DUMP=1 /D HAVE_PCAP_DUMP_FLUSH=1 /D HAVE_PCAP_FINDALLDEVS=1 /D HAVE_PCAP_IF_T=1 /D HAVE_PCAP_LIB_VERSION=1 /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "HAVE_REMOTE" /D _U_= /FR /YX /FD /c
70 # ADD BASE RSC /l 0x410 /d "_DEBUG"
71 # ADD RSC /l 0x410 /d "_DEBUG"
72 BSC32=bscmake.exe
73 # ADD BASE BSC32 /nologo
74 # ADD BSC32 /nologo
75 LINK32=link.exe
76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
77 # ADD LINK32 wpcap.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /map /debug /debugtype:both /machine:I386 /out:"debug/WinDump.exe" /pdbtype:sept /libpath:"../../../winpcap/wpcap/lib"
78 # SUBTRACT LINK32 /pdb:none
79
80 !ENDIF
81
82 # Begin Target
83
84 # Name "WinDump - Win32 Release"
85 # Name "WinDump - Win32 Debug"
86 # Begin Source File
87
88 SOURCE=..\..\addrtoname.c
89 # End Source File
90 # Begin Source File
91
92 SOURCE=..\..\af.c
93 # End Source File
94 # Begin Source File
95
96 SOURCE=..\..\bpf_dump.c
97 # End Source File
98 # Begin Source File
99
100 SOURCE=..\..\cpack.c
101 # End Source File
102 # Begin Source File
103
104 SOURCE=..\..\missing\datalinks.c
105 # End Source File
106 # Begin Source File
107
108 SOURCE=..\..\missing\dlnames.c
109 # End Source File
110 # Begin Source File
111
112 SOURCE=..\Src\getopt.c
113 # End Source File
114 # Begin Source File
115
116 SOURCE=..\..\gmpls.c
117 # End Source File
118 # Begin Source File
119
120 SOURCE=..\..\gmt2local.c
121 # End Source File
122 # Begin Source File
123
124 SOURCE=..\..\missing\inet_aton.c
125 # End Source File
126 # Begin Source File
127
128 SOURCE=..\..\missing\inet_ntop.c
129 # End Source File
130 # Begin Source File
131
132 SOURCE=..\..\missing\inet_pton.c
133 # End Source File
134 # Begin Source File
135
136 SOURCE=..\..\ipproto.c
137 # End Source File
138 # Begin Source File
139
140 SOURCE=..\..\l2vpn.c
141 # End Source File
142 # Begin Source File
143
144 SOURCE=..\..\machdep.c
145 # End Source File
146 # Begin Source File
147
148 SOURCE=..\..\nlpid.c
149 # End Source File
150 # Begin Source File
151
152 SOURCE=..\..\oui.c
153 # End Source File
154 # Begin Source File
155
156 SOURCE=..\..\parsenfsfh.c
157 # End Source File
158 # Begin Source File
159
160 SOURCE="..\..\print-802_11.c"
161 # End Source File
162 # Begin Source File
163
164 SOURCE="..\..\print-ah.c"
165 # End Source File
166 # Begin Source File
167
168 SOURCE="..\..\print-aodv.c"
169 # End Source File
170 # Begin Source File
171
172 SOURCE="..\..\print-ap1394.c"
173 # End Source File
174 # Begin Source File
175
176 SOURCE="..\..\print-arcnet.c"
177 # End Source File
178 # Begin Source File
179
180 SOURCE="..\..\print-arp.c"
181 # End Source File
182 # Begin Source File
183
184 SOURCE="..\..\print-ascii.c"
185 # End Source File
186 # Begin Source File
187
188 SOURCE="..\..\print-atalk.c"
189 # End Source File
190 # Begin Source File
191
192 SOURCE="..\..\print-atm.c"
193 # End Source File
194 # Begin Source File
195
196 SOURCE="..\..\print-beep.c"
197 # End Source File
198 # Begin Source File
199
200 SOURCE="..\..\print-bfd.c"
201 # End Source File
202 # Begin Source File
203
204 SOURCE="..\..\print-bgp.c"
205 # End Source File
206 # Begin Source File
207
208 SOURCE="..\..\print-bootp.c"
209 # End Source File
210 # Begin Source File
211
212 SOURCE="..\..\print-cdp.c"
213 # End Source File
214 # Begin Source File
215
216 SOURCE="..\..\print-chdlc.c"
217 # End Source File
218 # Begin Source File
219
220 SOURCE="..\..\print-cip.c"
221 # End Source File
222 # Begin Source File
223
224 SOURCE="..\..\print-cnfp.c"
225 # End Source File
226 # Begin Source File
227
228 SOURCE="..\..\print-dccp.c"
229 # End Source File
230 # Begin Source File
231
232 SOURCE="..\..\print-decnet.c"
233 # End Source File
234 # Begin Source File
235
236 SOURCE="..\..\print-dhcp6.c"
237 # End Source File
238 # Begin Source File
239
240 SOURCE="..\..\print-domain.c"
241 # End Source File
242 # Begin Source File
243
244 SOURCE="..\..\print-dvmrp.c"
245 # End Source File
246 # Begin Source File
247
248 SOURCE="..\..\print-eap.c"
249 # End Source File
250 # Begin Source File
251
252 SOURCE="..\..\print-egp.c"
253 # End Source File
254 # Begin Source File
255
256 SOURCE="..\..\print-eigrp.c"
257 # End Source File
258 # Begin Source File
259
260 SOURCE="..\..\print-enc.c"
261 # End Source File
262 # Begin Source File
263
264 SOURCE="..\..\print-esp.c"
265 # End Source File
266 # Begin Source File
267
268 SOURCE="..\..\print-ether.c"
269 # End Source File
270 # Begin Source File
271
272 SOURCE="..\..\print-fddi.c"
273 # End Source File
274 # Begin Source File
275
276 SOURCE="..\..\print-fr.c"
277 # End Source File
278 # Begin Source File
279
280 SOURCE="..\..\print-frag6.c"
281 # End Source File
282 # Begin Source File
283
284 SOURCE="..\..\print-gre.c"
285 # End Source File
286 # Begin Source File
287
288 SOURCE="..\..\print-hsrp.c"
289 # End Source File
290 # Begin Source File
291
292 SOURCE="..\..\print-icmp.c"
293 # End Source File
294 # Begin Source File
295
296 SOURCE="..\..\print-icmp6.c"
297 # End Source File
298 # Begin Source File
299
300 SOURCE="..\..\print-igmp.c"
301 # End Source File
302 # Begin Source File
303
304 SOURCE="..\..\print-igrp.c"
305 # End Source File
306 # Begin Source File
307
308 SOURCE="..\..\print-ip.c"
309 # End Source File
310 # Begin Source File
311
312 SOURCE="..\..\print-ip6.c"
313 # End Source File
314 # Begin Source File
315
316 SOURCE="..\..\print-ip6opts.c"
317 # End Source File
318 # Begin Source File
319
320 SOURCE="..\..\print-ipcomp.c"
321 # End Source File
322 # Begin Source File
323
324 SOURCE="..\..\print-ipfc.c"
325 # End Source File
326 # Begin Source File
327
328 SOURCE="..\..\print-ipx.c"
329 # End Source File
330 # Begin Source File
331
332 SOURCE="..\..\print-isakmp.c"
333 # End Source File
334 # Begin Source File
335
336 SOURCE="..\..\print-isoclns.c"
337 # End Source File
338 # Begin Source File
339
340 SOURCE="..\..\print-juniper.c"
341 # End Source File
342 # Begin Source File
343
344 SOURCE="..\..\print-krb.c"
345 # End Source File
346 # Begin Source File
347
348 SOURCE="..\..\print-l2tp.c"
349 # End Source File
350 # Begin Source File
351
352 SOURCE="..\..\print-lane.c"
353 # End Source File
354 # Begin Source File
355
356 SOURCE="..\..\print-ldp.c"
357 # End Source File
358 # Begin Source File
359
360 SOURCE="..\..\print-llc.c"
361 # End Source File
362 # Begin Source File
363
364 SOURCE="..\..\print-lmp.c"
365 # End Source File
366 # Begin Source File
367
368 SOURCE="..\..\print-lspping.c"
369 # End Source File
370 # Begin Source File
371
372 SOURCE="..\..\print-lwres.c"
373 # End Source File
374 # Begin Source File
375
376 SOURCE="..\..\print-mobile.c"
377 # End Source File
378 # Begin Source File
379
380 SOURCE="..\..\print-mobility.c"
381 # End Source File
382 # Begin Source File
383
384 SOURCE="..\..\print-mpls.c"
385 # End Source File
386 # Begin Source File
387
388 SOURCE="..\..\print-msdp.c"
389 # End Source File
390 # Begin Source File
391
392 SOURCE="..\..\print-netbios.c"
393 # End Source File
394 # Begin Source File
395
396 SOURCE="..\..\print-nfs.c"
397 # End Source File
398 # Begin Source File
399
400 SOURCE="..\..\print-ntp.c"
401 # End Source File
402 # Begin Source File
403
404 SOURCE="..\..\print-null.c"
405 # End Source File
406 # Begin Source File
407
408 SOURCE="..\..\print-olsr.c"
409 # End Source File
410 # Begin Source File
411
412 SOURCE="..\..\print-ospf.c"
413 # End Source File
414 # Begin Source File
415
416 SOURCE="..\..\print-ospf6.c"
417 # End Source File
418 # Begin Source File
419
420 SOURCE="..\..\print-pflog.c"
421 # End Source File
422 # Begin Source File
423
424 SOURCE="..\..\print-pgm.c"
425 # End Source File
426 # Begin Source File
427
428 SOURCE="..\..\print-pim.c"
429 # End Source File
430 # Begin Source File
431
432 SOURCE="..\..\print-ppp.c"
433 # End Source File
434 # Begin Source File
435
436 SOURCE="..\..\print-pppoe.c"
437 # End Source File
438 # Begin Source File
439
440 SOURCE="..\..\print-pptp.c"
441 # End Source File
442 # Begin Source File
443
444 SOURCE="..\..\print-radius.c"
445 # End Source File
446 # Begin Source File
447
448 SOURCE="..\..\print-raw.c"
449 # End Source File
450 # Begin Source File
451
452 SOURCE="..\..\print-rip.c"
453 # End Source File
454 # Begin Source File
455
456 SOURCE="..\..\print-ripng.c"
457 # End Source File
458 # Begin Source File
459
460 SOURCE="..\..\print-rsvp.c"
461 # End Source File
462 # Begin Source File
463
464 SOURCE="..\..\print-rt6.c"
465 # End Source File
466 # Begin Source File
467
468 SOURCE="..\..\print-rx.c"
469 # End Source File
470 # Begin Source File
471
472 SOURCE="..\..\print-sctp.c"
473 # End Source File
474 # Begin Source File
475
476 SOURCE="..\..\print-sip.c"
477 # End Source File
478 # Begin Source File
479
480 SOURCE="..\..\print-sl.c"
481 # End Source File
482 # Begin Source File
483
484 SOURCE="..\..\print-sll.c"
485 # End Source File
486 # Begin Source File
487
488 SOURCE="..\..\print-slow.c"
489 # End Source File
490 # Begin Source File
491
492 SOURCE="..\..\print-smb.c"
493 # End Source File
494 # Begin Source File
495
496 SOURCE="..\..\print-snmp.c"
497 # End Source File
498 # Begin Source File
499
500 SOURCE="..\..\print-stp.c"
501 # End Source File
502 # Begin Source File
503
504 SOURCE="..\..\print-sunatm.c"
505 # End Source File
506 # Begin Source File
507
508 SOURCE="..\..\print-sunrpc.c"
509 # End Source File
510 # Begin Source File
511
512 SOURCE="..\..\print-symantec.c"
513 # End Source File
514 # Begin Source File
515
516 SOURCE="..\..\print-syslog.c"
517 # End Source File
518 # Begin Source File
519
520 SOURCE="..\..\print-tcp.c"
521 # End Source File
522 # Begin Source File
523
524 SOURCE="..\..\print-telnet.c"
525 # End Source File
526 # Begin Source File
527
528 SOURCE="..\..\print-tftp.c"
529 # End Source File
530 # Begin Source File
531
532 SOURCE="..\..\print-timed.c"
533 # End Source File
534 # Begin Source File
535
536 SOURCE="..\..\print-token.c"
537 # End Source File
538 # Begin Source File
539
540 SOURCE="..\..\print-udp.c"
541 # End Source File
542 # Begin Source File
543
544 SOURCE="..\..\print-vjc.c"
545 # End Source File
546 # Begin Source File
547
548 SOURCE="..\..\print-vrrp.c"
549 # End Source File
550 # Begin Source File
551
552 SOURCE="..\..\print-wb.c"
553 # End Source File
554 # Begin Source File
555
556 SOURCE="..\..\print-zephyr.c"
557 # End Source File
558 # Begin Source File
559
560 SOURCE=..\..\setsignal.c
561 # End Source File
562 # Begin Source File
563
564 SOURCE=..\..\smbutil.c
565 # End Source File
566 # Begin Source File
567
568 SOURCE=..\..\strcasecmp.c
569 # End Source File
570 # Begin Source File
571
572 SOURCE=..\..\missing\strlcat.c
573 # End Source File
574 # Begin Source File
575
576 SOURCE=..\..\missing\strlcpy.c
577 # End Source File
578 # Begin Source File
579
580 SOURCE=..\..\missing\strsep.c
581 # End Source File
582 # Begin Source File
583
584 SOURCE=..\..\Tcpdump.c
585 # End Source File
586 # Begin Source File
587
588 SOURCE=..\..\util.c
589 # End Source File
590 # End Target
591 # End Project