aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wifi-nan.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Wifi(NAN): Minor fix for NAN dissectorJie Han1-24/+64
2024-02-27Update existing NAN attributes to NAN R4Jie Han1-45/+275
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-1/+1
2024-01-31Fix some spelling errorsMartin Mathieson1-1/+1
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-2/+2
2024-01-19Add support for attributes defined in NAN Spec R4Jie Han1-0/+452
2023-11-20Remove init of proto variablesStig Bjørlykke1-275/+275
2023-11-08Start to check range_stringsMartin Mathieson1-15/+15
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-4/+1
2023-09-20Use `register_dissector()` for more protocolsDavid Perry1-3/+11
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-2/+2
2023-09-01Wi-Fi NAN: Rename filter name to "wifi_nan"João Valverde1-228/+228
2023-07-22A few more add_bitmask fixesMartin Mathieson1-1/+1
2023-07-14Improve consistency of includesDr. Lars Völker1-1/+1
2023-06-09wifi-nan: fix wrong offset for NAN availabilityAlexis La Goutte1-3/+3
2023-03-11wifi-nan: Use wmem_strconcat instead of g_strconcatJohn Thacker1-1/+3
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-21/+21
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-06-10wifi-nan: Fix length for availability attributeAlexis La Goutte1-1/+1
2021-03-11NAN(WiFi): Fix wrong variable sizeAlexis La Goutte1-1/+1
2020-12-09Fix various spelling errors.Guy Harris1-4/+4
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-33/+33
2020-06-10nan(wifi): fix display filter typoAlexis La Goutte1-3/+3
2020-04-28If possible use proto_tree_add_item(), not proto_tree_add_bytes_item().Guy Harris1-9/+11
2020-04-04WiFi NAN: Fix range_string typos (ranging setup type)Martin Mathieson1-2/+2
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