diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-05-16 00:34:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-05-16 00:34:33 +0000 |
commit | 11a979dd4ccbbf6dbf809c028d98e62b461c5c18 (patch) | |
tree | 4ee743f327a11a7188432e7640a8df65204e8dbf /wiretap/wtap.c | |
parent | 185a1f1286d6cb11fe9bb8023262ace2cf2efe97 (diff) | |
download | wireshark-11a979dd4ccbbf6dbf809c028d98e62b461c5c18.tar.gz wireshark-11a979dd4ccbbf6dbf809c028d98e62b461c5c18.tar.bz2 wireshark-11a979dd4ccbbf6dbf809c028d98e62b461c5c18.zip |
Fix a typo.
svn path=/trunk/; revision=7681
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r-- | wiretap/wtap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c index e38c5cca6a..03120cd9b6 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -1,6 +1,6 @@ /* wtap.c * - * $Id: wtap.c,v 1.82 2003/05/15 07:14:45 guy Exp $ + * $Id: wtap.c,v 1.83 2003/05/16 00:34:33 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu> @@ -171,7 +171,7 @@ static const struct encap_type_info { { "Tazmen sniffer protocol", "tzsp" }, /* WTAP_ENCAP_ENC */ - { " OpenBSD enc(4) encapsulating interface", "enc" }, + { "OpenBSD enc(4) encapsulating interface", "enc" }, /* WTAP_ENCAP_PFLOG */ { "OpenBSD PF Firewall logs", "pflog" }, |