diff options
-rw-r--r-- | proto_80211_mac_hdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_80211_mac_hdr.c b/proto_80211_mac_hdr.c index 5fdfa97..afaabf8 100644 --- a/proto_80211_mac_hdr.c +++ b/proto_80211_mac_hdr.c @@ -1075,6 +1075,7 @@ static int8_t inf_country(struct pkt_buff *pkt, u8 *id) if (country_tripled == NULL) return 0; + tprintf("\n\t\t"); if(country_tripled->frst_ch >= 201) { tprintf("Oper Ext ID: %u, ", country_tripled->frst_ch); tprintf("Operating Class: %u, ", country_tripled->nr_ch); |