summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-15 05:31:46 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-15 05:31:46 +0000
commit22535011e271412bd01fdc081f6ab7e8fcbadb0e (patch)
treee371c789c7a19be0b96e8586028594da940adb6c /source3/Makefile.in
parentaa39cc37dab9c4f8c3295d872bb8cc143890b378 (diff)
downloadsamba-22535011e271412bd01fdc081f6ab7e8fcbadb0e.tar.gz
samba-22535011e271412bd01fdc081f6ab7e8fcbadb0e.tar.bz2
samba-22535011e271412bd01fdc081f6ab7e8fcbadb0e.zip
Add ability to output native pcap files without the requirement for text2pcap.
IP and TCP checksums are not calculated, but that should not matter. (This used to be commit aa96f780015c031e0c5a0e8773f192502c10c919)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4e3daa50a2..b49249a1ed 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -870,7 +870,7 @@ bin/smbiconv@EXEEXT@: $(SMBICONV_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @POPTLIBS@
-bin/log2pcaphex@EXEEXT@: $(LOG2PCAP_OBJ) @BUILD_POPT@ bin/.dummy
+bin/log2pcap@EXEEXT@: $(LOG2PCAP_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(LOG2PCAP_OBJ) $(LDFLAGS) @POPTLIBS@ $(LIBS)