From: Guy Harris Date: Sun, 3 May 2015 00:19:33 +0000 (-0700) Subject: Source and destination addresses were backwards. X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0b5722abe72fa0446980fb79bbf3cc8b3ad0882e Source and destination addresses were backwards. --- diff --git a/print-802_11.c b/print-802_11.c index 697e2c92..fc3a2983 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -2400,7 +2400,7 @@ ieee802_11_print(netdissect_options *ndo, ND_PRINT((ndo, "%s", tstr)); return hdrlen; } - } else if (llc_print(ndo, p, length, caplen, dst, src, + } else if (llc_print(ndo, p, length, caplen, src, dst, &extracted_ethertype) == 0) { /* * Some kinds of LLC packet we cannot