diff options
-rw-r--r-- | netsniff-ng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsniff-ng.c b/netsniff-ng.c index 91356ba..efcba74 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -249,7 +249,7 @@ static void pcap_to_xmit(struct ctx *ctx) setup_rfmon_mac80211_dev(ctx, &ctx->device_out); if (ctx->link_type != LINKTYPE_IEEE802_11 && - ctx->link_type != LINKTYPE_IEEE802_11_RADIOTAP) + ctx->link_type != LINKTYPE_IEEE802_11_RADIOTAP) panic("Wrong linktype of pcap!\n"); } |