summaryrefslogtreecommitdiff
path: root/text2pcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-22 23:59:15 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-22 23:59:15 +0000
commit1e93d53b568a8fd0769cec90ee22f85f29490ee2 (patch)
treec61b5bb801c801e54ed7a9bbe79a2ec5af2f22f7 /text2pcap.c
parent0b0ff6cdcfe0541f94d00bbfb0979a421d69deda (diff)
downloadwireshark-1e93d53b568a8fd0769cec90ee22f85f29490ee2.tar.gz
Use "svn info" to fetch the version by default. Fetch the repository path as
well. Add the repository path to the version strings. svn path=/trunk/; revision=29171
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 7168730bae..b799262c6f 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -1028,7 +1028,7 @@ usage (void)
fprintf(stderr,
"Text2pcap %s"
#ifdef SVNVERSION
- " (" SVNVERSION ")"
+ " (" SVNVERSION " from " SVNPATH ")"
#endif
"\n"
"Generate a capture file from an ASCII hexdump of packets.\n"