From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org, gustavo@padovan.org
Subject: [PATCH] Add new S-frame types to l2cap parser
Date: Tue, 30 Mar 2010 15:52:23 -0300 [thread overview]
Message-ID: <1269975143-9951-1-git-send-email-padovan@profusion.mobi> (raw)
In-Reply-To: <1269972441-24242-1-git-send-email-jprvita@gmail.com>
---
parser/l2cap.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/parser/l2cap.c b/parser/l2cap.c
index 799d4b7..ad3b7ff 100644
--- a/parser/l2cap.c
+++ b/parser/l2cap.c
@@ -352,8 +352,9 @@ static char *supervisory2str(uint8_t supervisory)
case 0x01:
return "Reject (REJ)";
case 0x02:
+ return "Receiver Not Ready (RNR)";
case 0x03:
- return "Reserved Supervisory";
+ return "Select Reject (SREJ)";
default:
return "Bad Supervisory";
}
--
1.6.4.4
next prev parent reply other threads:[~2010-03-30 18:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 18:07 [PATCH] Fix bootstrap-configure command line parsing João Paulo Rechi Vita
2010-03-30 18:08 ` João Paulo Rechi Vita
2010-03-30 18:52 ` Gustavo F. Padovan [this message]
2010-04-28 15:56 ` [PATCH] Add new S-frame types to l2cap parser Johan Hedberg
2010-04-28 15:41 ` [PATCH] Fix bootstrap-configure command line parsing Johan Hedberg
-- strict thread matches above, loose matches on Subject: below --
2010-01-05 21:18 [PATCH] Add new S-frame types to l2cap parser Gustavo F. Padovan
2009-08-10 5:58 Gustavo F. Padovan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1269975143-9951-1-git-send-email-padovan@profusion.mobi \
--to=padovan@profusion.mobi \
--cc=gustavo@padovan.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).