Skip to content

Commit 30bab97

Browse files
committed
Add $Id$
refs appneta#34
1 parent 3c6da18 commit 30bab97

File tree

9 files changed

+10
-2
lines changed

9 files changed

+10
-2
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
AUTOMAKE_OPTIONS = foreign
23

34
include $(top_srcdir)/libopts/MakeDefs.inc

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$Id$
12
[Please note that licensing, compiling, usage and other documentation can be
23
found in the docs subdirectory.]
34

docs/NOTES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$Id$
12
1) There seems to be some wierd issue (on Intel at least) where
23
if you overlay a Layer 2 header (eth_hdr_t, etc) over the
34
packet buffer, the protocol field comes across as
@@ -11,4 +12,4 @@ I should investigate better alternatives for common libnet functions such as
1112
calculating IP/L4 checksums.
1213

1314
4) Why is SunFreeware.com shipping tcpreplay 1.0? Damn. Need to give them a
14-
new package.
15+
new package.

doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# $Id$
22
# Copyright 2005
33
# Dorr H. Clark - Santa Clara University
44
#

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
SUBDIRS = common tcpedit
23

34
if SYSTEM_STRLCPY

src/common/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
noinst_LIBRARIES = libcommon.a
23

34
BUILT_SOURCES = svn_version.c

src/tcpedit/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
noinst_LIBRARIES = libtcpedit.a
23

34
libtcpedit_a_SOURCES = tcpedit.c parse_args.c edit_packet.c \

tcpreplay.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
Summary: A tool to replay captured network traffic.
23
Name: tcpreplay
34
Version: @TCPREPLAY_VERSION@

test/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $Id$
12
MAKEFLAGS=-s -k
23
PRINTF = @PRINTF@
34
HOST = @host@

0 commit comments

Comments
 (0)