diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-10-31 22:05:04 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-10-31 22:05:04 +0000 |
commit | b046584c3ec7816c9040ff2e4a2a3fc8bf1cdd3b (patch) | |
tree | 615e7e6251874bb97575ea21bb0eec4f824f131a /pcap2tzsp.c | |
parent | 6736e3006802429f78c3c3bd593e06ad8e95263c (diff) | |
download | 2012-tzsp-b046584c3ec7816c9040ff2e4a2a3fc8bf1cdd3b.tar.gz 2012-tzsp-b046584c3ec7816c9040ff2e4a2a3fc8bf1cdd3b.tar.bz2 2012-tzsp-b046584c3ec7816c9040ff2e4a2a3fc8bf1cdd3b.zip |
Commit du soir pour une mauvaise phrase en anglais ^^
git-svn-id: file:///var/svn/2012-tzsp/trunk@16 147d2d3d-d0bd-48ea-923a-d90ac20f5906
Diffstat (limited to 'pcap2tzsp.c')
-rw-r--r-- | pcap2tzsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap2tzsp.c b/pcap2tzsp.c index 656e84a..4c1ff03 100644 --- a/pcap2tzsp.c +++ b/pcap2tzsp.c @@ -302,7 +302,7 @@ void start_capture_loop(char *pcap_filter) { if (opt_iface == NULL) { /* Get the name of the first device suitable for capture */ if ( (pcap_device = pcap_lookupdev(pcap_errbuf)) == NULL){ - fprintf(stderr, "ERROR: %s (maybe you forget start this as root)\n", pcap_errbuf); + fprintf(stderr, "ERROR: %s (maybe you have to start this program as root)\n", pcap_errbuf); exit(20); } } else { |