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:58:47 +0000
committerMister X <3520734+Mister-X-@users.noreply.github.com>2019-06-20 21:58:47 +0000
commitb8377853aa3c2da28ebee7d45eb6da8485d9929f (patch)
treee2650bc84405279b3b29a04ea75ee8697c1cf75f /print-802_11.c
parentde9cfe696e53ec53c4108729ba676fd25959ba9b (diff)
downloadtcpdump-b8377853aa3c2da28ebee7d45eb6da8485d9929f.tar.gz
Fixed missing double quote
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 7c8ae540..8d8200a0 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 "