summaryrefslogtreecommitdiff
path: root/print-802_11.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-3/+3
* Merge pull request #926 from gokulkumar792/print_Block_Ack_TA_fieldGuy Harris2021-09-131-3/+6
|\
| * IEEE 802.11: include the "TA" field while printing Block Ack Control frameGokul Sivakumar2021-07-281-3/+6
* | IEEE 802.11: include the "Mesh ID" field while printing management framesGokul Sivakumar2021-08-221-0/+43
|/
* 802.11: fetch the CF and TIM IEs a field at a time.Guy Harris2021-07-181-7/+21
* 802.11: make the length in the IE structures a u_int.Guy Harris2021-07-061-14/+14
* 802.11: no need for an element ID in the structures for IEs.Guy Harris2021-07-061-13/+6
* Fix the misleading comment regarding "From DS", "To DS" Frame Control FlagsGokul Sivakumar2021-06-271-1/+1
* IEEE 802.11: Simplify handle_action(). [skip ci]Denis Ovsienko2021-01-221-67/+76
* Prefix all cpack function names with "nd_". [skip ci]Denis Ovsienko2020-09-301-45/+45
* IEEE 802.11: Remove trailing "_if" from protocol namesFrancois-Xavier Le Bail2020-08-021-4/+4
* IEEE 802.11: Update the link-layer header length in two steps (PRISM)Francois-Xavier Le Bail2020-08-021-1/+2
* IEEE 802.11: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-08-021-13/+19
* IEEE 802.11: Fix signedness of the flags parameters of print_chaninfo()Francois-Xavier Le Bail2020-07-011-1/+1
* IEEE 802.11: Add a missing comma to separate two string literalsFrancois-Xavier Le Bail2020-05-251-1/+1
* Merge pull request #773 from Mister-X-/fix-reason-codesGuy Harris2020-05-241-28/+72
|\
| * Fixed missing spaceMister X2019-06-201-1/+1
| * Fixed missing double quoteMister X2019-06-201-1/+1
| * Fixed and updated reason codes from 802.11-2016Mister X2019-06-081-28/+72
* | Merge pull request #772 from Mister-X-/fix-status-codesGuy Harris2020-05-241-48/+142
|\ \
| * | Fixed and updated status codes from 802.11-2016Mister X2019-06-081-48/+142
| |/
* | More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-36/+36
|/
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-47/+47
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-42/+42
* IEEE 802.11: Replace some ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail2019-02-241-51/+59
* Clean up whitespaces/indentationFrancois-Xavier Le Bail2019-02-241-99/+99
* Fix small misspellingsAntonin Décimo2019-01-231-2/+2
* Fix printing of Linux cooked captures with monitor-mode packets.Guy Harris2018-11-121-1/+1
* Fix spacesFrancois-Xavier Le Bail2018-09-031-6/+6
* Explicitly check to make sure the header length isn't too short.Guy Harris2018-08-081-0/+9
* Make roundup2() generally available.Guy Harris2018-06-221-5/+0
* IEEE 802.11: Add a bounds checkFrancois-Xavier Le Bail2018-06-181-0/+4
* IEEE 802.11: Print the SSID with the fn_print_str() functionFrancois-Xavier Le Bail2018-05-191-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-22/+21
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+7
* Fix namingFrancois-Xavier Le Bail2018-03-141-3/+3
* Style updateFrancois-Xavier Le Bail2018-02-061-5/+5
* Squelch warnings from MSVC.Guy Harris2018-01-291-154/+154
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-081-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-225/+217
* Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail2018-01-041-3/+3
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-311-84/+84
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-21/+17
* Use more the EXTRACT_U_1() macro (55/n)Francois-Xavier Le Bail2017-12-101-1/+1
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-12-101-1/+1
* Use more the EXTRACT_U_1() macro (50/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail2017-12-021-1/+1