summaryrefslogtreecommitdiff
path: root/print-macsec.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-10 20:36:46 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-10 20:36:46 +0200
commit77f2fe1fd6aa3cf349e8dbe49a5710a4f18104fe (patch)
treeabd11c734be1ae0c6a5ef5e70fab07f88b6e73ad /print-macsec.c
parent3bd69345b33eaa071b9b4718becef47fbc5047e0 (diff)
downloadtcpdump-77f2fe1fd6aa3cf349e8dbe49a5710a4f18104fe.tar.gz
Fix a typo
Diffstat (limited to 'print-macsec.c')
-rw-r--r--print-macsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-macsec.c b/print-macsec.c
index 3c34e12d..cf172811 100644
--- a/print-macsec.c
+++ b/print-macsec.c
@@ -108,7 +108,7 @@ static void macsec_print_header(netdissect_options *ndo,
ND_PRINT(", ");
}
-/* returns < 0 iff the packet can be decoded completely */
+/* returns < 0 if the packet can be decoded completely */
int macsec_print(netdissect_options *ndo, const u_char **bp,
u_int *lengthp, u_int *caplenp, u_int *hdrlenp,
const struct lladdr_info *src, const struct lladdr_info *dst)