From: Guy Harris Date: Sun, 19 Nov 2017 00:48:34 +0000 (-0800) Subject: Point to some RRCP specifications. X-Git-Tag: tcpdump-4.99-bp~1763 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/56f36d92ccee11b281cf09f9394512b276259727 Point to some RRCP specifications. --- diff --git a/print-rrcp.c b/print-rrcp.c index 27eeae31..23c5412d 100644 --- a/print-rrcp.c +++ b/print-rrcp.c @@ -23,6 +23,23 @@ /* \summary: Realtek Remote Control Protocol (RRCP) printer */ +/* + * See, for example, section 8.20 "Realtek Remote Control Protocol" of + * + * http://realtek.info/pdf/rtl8324.pdf + * + * and section 7.22 "Realtek Remote Control Protocol" of + * + * http://realtek.info/pdf/rtl8326.pdf + * + * and this page on the OpenRRCP Wiki: + * + * http://openrrcp.org.ru/wiki/rrcp_protocol + * + * NOTE: none of them indicate the byte order of multi-byte fields in any + * obvious fashion. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif