View | Details | Raw Unified | Return to bug 197284
Collapse All | Expand All

(-)parser/rfcomm.c (-2 / +2 lines)
Lines 49-59 Link Here
49
	address_field  addr  = head->addr;
49
	address_field  addr  = head->addr;
50
	uint8_t           ctr   = head->control;
50
	uint8_t           ctr   = head->control;
51
	uint16_t          ilen  = head->length.bits.len;
51
	uint16_t          ilen  = head->length.bits.len;
52
	uint8_t           ctr_type,pf,dlci,fcs;
52
	uint8_t           pf,dlci,fcs;
53
53
54
	dlci     = GET_DLCI(addr);
54
	dlci     = GET_DLCI(addr);
55
	pf       = GET_PF(ctr);
55
	pf       = GET_PF(ctr);
56
	ctr_type = CLR_PF(ctr);
56
/*	ctr_type = CLR_PF(ctr); */
57
	fcs      = *(ptr + len - 1);
57
	fcs      = *(ptr + len - 1);
58
58
59
	printf("cr %d dlci %d pf %d ilen %d fcs 0x%x ", addr.cr, dlci, pf, ilen, fcs); 
59
	printf("cr %d dlci %d pf %d ilen %d fcs 0x%x ", addr.cr, dlci, pf, ilen, fcs); 

Return to bug 197284