summaryrefslogtreecommitdiff
path: root/print-802_11.c
diff options
context:
space:
mode:
authorMister X <3520734+Mister-X-@users.noreply.github.com>2019-06-20 21:59:34 +0000
committerMister X <3520734+Mister-X-@users.noreply.github.com>2019-06-20 21:59:34 +0000
commitee5abf5c87d79e4f29fd23f3e0ccabf9a2d18517 (patch)
tree9914b9d3fdb2fc8fc00d0a73727ca62eebeaaf31 /print-802_11.c
parentb8377853aa3c2da28ebee7d45eb6da8485d9929f (diff)
downloadtcpdump-ee5abf5c87d79e4f29fd23f3e0ccabf9a2d18517.tar.gz
Fixed missing space
Diffstat (limited to 'print-802_11.c')
-rw-r--r--print-802_11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-802_11.c b/print-802_11.c
index 8d8200a0..87d64742 100644
--- a/print-802_11.c
+++ b/print-802_11.c
@@ -914,7 +914,7 @@ static const char *reason_text[] = {
"Reserved", /* 0 */
"Unspecified reason", /* 1 */
"Previous authentication no longer valid", /* 2 */
- "Deauthenticated because sending STA is leaving (or has left)"
+ "Deauthenticated because sending STA is leaving (or has left) "
"IBSS or ESS", /* 3 */
"Disassociated due to inactivity", /* 4 */
"Disassociated because AP is unable to handle all currently "