#include "netdissect.h"
#include "addrtoname.h"
#include "extract.h"
-#include "ether.h"
#define RRCP_OPCODE_MASK 0x7F /* 0x00 = hello, 0x01 = get, 0x02 = set */
#define RRCP_ISREPLY 0x80 /* 0 = request to switch, 0x80 = reply from switch */
*/
void
rrcp_print(netdissect_options *ndo,
- register const u_char *cp,
+ const u_char *cp,
u_int length _U_,
const struct lladdr_info *src,
const struct lladdr_info *dst)