aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wifi-nan.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-03Wi-Fi NAN: fix infinite loop when parsing NDP extension attributePascal Quantin1-0/+5
2019-11-03Wi-Fi NAN: initialize ieee80211_tagged_field_data_t structurePascal Quantin1-2/+2
2019-10-27Fix val_to_str() call.Guy Harris1-1/+1
2019-10-17Wi-Fi NAN: Fix rval_to_channel_set reading past end of op_class_ch...Connor Newton1-1/+3
2019-10-14Add in a comment explaining the huge hack being done.Guy Harris1-1/+17
2019-10-14Wi-Fi NAN: Fix NULL g_str_has_suffix errors in NAN beacon type detectConnor Newton1-2/+16
2019-10-14Wi-Fi NAN: Fix defererence NULL in 802.11 channel set lookupConnor Newton1-3/+4
2019-10-08Wi-Fi NAN: Add support for Wi-Fi NAN protocolKingson Chan1-0/+4145