File tree Expand file tree Collapse file tree 2 files changed +12
-117
lines changed
Expand file tree Collapse file tree 2 files changed +12
-117
lines changed Original file line number Diff line number Diff line change 11$Id$
22
3308/03/2006: Version 3.0.beta10
4- - flowreplay doesn't compile against libnids 1.21 (#55)
4+ - Remove libnids dependancy for flowreplay (#55)
55 - tcpprep & tcprewrite shouldn't require root access (#3)
6- - Replace libnet with new generic API (#4, #24, #29)
7- - Rewrite tcpreplay sleep to support looping for better accuracy (#6)
6+ - Replace libnet requirement with new generic API (#4, #24, #29)
7+ - Enhance do_sleep() to support looping for better accuracy (#6)
88 - Prefer inet_pton over older, deprecated routines (#26)
99 - Optionally don't rewrite broadcast/multicast IP/MAC addresses (#38)
1010 - Fix build issues when libpcapnav is installed (#56)
1111 - Fix truncate feature not putting correct packet length in IP header (#59)
1212 - Internal error reporting fixes in libtcpedit (#60)
1313 - Support --enable-debug when building under gcc 3.x (#62)
1414 - tcpedit_stub.h wasn't being generated automatically from SVN (#63)
15+ - Fix 'make doxygen' (#67)
1516
161707/17/2006: Version 3.0.beta9
1718 - Fix compile issue for users not having AutoOpts installed (#54)
Original file line number Diff line number Diff line change @@ -455,120 +455,14 @@ WARN_LOGFILE =
455455# with spaces.
456456
457457INPUT = \
458- lib/queue.h \
459- lib/sll.h \
460- lib/strlcat.c \
461- lib/strlcpy.c \
462- lib/strlcpy.h \
463- lib/tree.h \
464- libopts/autoopts.c \
465- libopts/autoopts.h \
466- libopts/boolean.c \
467- libopts/configfile.c \
468- libopts/cook.c \
469- libopts/enumeration.c \
470- libopts/environment.c \
471- libopts/genshell.c \
472- libopts/genshell.h \
473- libopts/libopts.c \
474- libopts/load.c \
475- libopts/makeshell.c \
476- libopts/nested.c \
477- libopts/numeric.c \
478- libopts/pgusage.c \
479- libopts/proto.h \
480- libopts/putshell.c \
481- libopts/restore.c \
482- libopts/save.c \
483- libopts/sort.c \
484- libopts/stack.c \
485- libopts/streqvcmp.c \
486- libopts/text_mmap.c \
487- libopts/tokenize.c \
488- libopts/usage.c \
489- libopts/version.c \
490- scripts/man2html.c \
491- src/bridge.c \
492- src/bridge.h \
493- src/common.h \
494- src/defines.h \
495- src/dlt.h \
496- src/dlt_names.h \
497- src/edit_packet.c \
498- src/edit_packet.h \
499- src/flowbuff.c \
500- src/flowbuff.h \
501- src/flowkey.c \
502- src/flowkey.h \
503- src/flownode.c \
504- src/flownode.h \
505- src/flowreplay.c \
506- src/flowreplay.h \
507- src/flowreplay_opts.c \
508- src/flowreplay_opts.h \
509- src/flowstate.c \
510- src/flowstate.h \
511- src/mac.c \
512- src/mac.h \
513- src/portmap.c \
514- src/portmap.h \
515- src/rewrite_l2.c \
516- src/rewrite_l2.h \
517- src/send_packets.c \
518- src/send_packets.h \
519- src/signal_handler.c \
520- src/signal_handler.h \
521- src/tcpbridge.c \
522- src/tcpbridge.h \
523- src/tcpbridge_opts.c \
524- src/tcpbridge_opts.h \
525- src/tcpprep.c \
526- src/tcpprep.h \
527- src/tcpprep_opts.c \
528- src/tcpprep_opts.h \
529- src/tcpreplay.c \
530- src/tcpreplay.h \
531- src/tcpreplay_opts.c \
532- src/tcpreplay_opts.h \
533- src/tcprewrite.c \
534- src/tcprewrite.h \
535- src/tcprewrite_opts.c \
536- src/tcprewrite_opts.h \
537- src/tree.c \
538- src/tree.h \
539- libopts/compat/pathfind.c \
540- src/common/abort.c \
541- src/common/cache.c \
542- src/common/cidr.c \
543- src/common/err.c \
544- src/common/fakepcap.c \
545- src/common/fakepcapnav.c \
546- src/common/fakepoll.c \
547- src/common/get.c \
548- src/common/list.c \
549- src/common/services.c \
550- src/common/svn_version.c \
551- src/common/tcpdump.c \
552- src/common/timer.c \
553- src/common/utils.c \
554- src/common/xX.c \
555- libopts/autoopts/options.h \
556- libopts/autoopts/usage-txt.h \
557- libopts/compat/compat.h \
558- src/common/abort.h \
559- src/common/cache.h \
560- src/common/cidr.h \
561- src/common/err.h \
562- src/common/fakepcap.h \
563- src/common/fakepcapnav.h \
564- src/common/fakepoll.h \
565- src/common/get.h \
566- src/common/list.h \
567- src/common/services.h \
568- src/common/tcpdump.h \
569- src/common/timer.h \
570- src/common/utils.h \
571- src/common/xX.h
458+ lib \
459+ libopts \
460+ libopts/compat \
461+ libopts/autoopts \
462+ src \
463+ src/common \
464+ src/tcpedit \
465+ src/flow
572466
573467# If the value of the INPUT tag contains directories, you can use the
574468# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
You can’t perform that action at this time.
0 commit comments