diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
commit | 0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch) | |
tree | c9eca0fdb327e86bea07fe747313f828731215ca /print-lwapp.c | |
parent | 60894fde29002aac35c5aff244b0f45c4d590413 (diff) |
Diffstat (limited to 'print-lwapp.c')
-rw-r--r-- | print-lwapp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-lwapp.c b/print-lwapp.c index 984ebaa3044b4..154876f54a8e9 100644 --- a/print-lwapp.c +++ b/print-lwapp.c @@ -174,7 +174,7 @@ lwapp_control_print(const u_char *pptr, u_int len, int has_ap_ident) { const struct lwapp_transport_header *lwapp_trans_header; const struct lwapp_control_header *lwapp_control_header; const u_char *tptr; - int hexdump,tlen; + int tlen; int msg_tlen; tptr=pptr; @@ -247,7 +247,6 @@ lwapp_control_print(const u_char *pptr, u_int len, int has_ap_ident) { /* did we capture enough for fully decoding the message */ if (!TTEST2(*tptr, msg_tlen)) goto trunc; - hexdump=FALSE; /* XXX - Decode sub messages for each message */ switch(lwapp_control_header->msg_type) { |