]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rrcp.c
Point to some RRCP specifications.
[tcpdump] / print-rrcp.c
index 27eeae3122823e4e185da88f85c0115bad170976..23c5412d3942843aacb39c4ad821fce6839613b9 100644 (file)
 
 /* \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