Changeset f0c639b for libpacketdump
- Timestamp:
- 03/26/07 11:47:31 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 38f9537
- Parents:
- be22b51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/link_15.c
r1515e07 rf0c639b 149 149 } 150 150 151 if (rtap->it_present & (1 << TRACE_RADIOTAP_FCS)) {152 ALIGN_NATURAL_32(p,s,rtap_real_len);153 printf(" Radiotap: Frame Check Sequence = %#10x\n", bswap_le_to_host32(*((uint32_t *)p)));154 p += sizeof (uint32_t);155 rtap_real_len += sizeof(uint32_t);156 }157 158 151 if (rtap_real_len != rtap_len) 159 printf(" Radiotap: WARNING: Header length does not match fields present (%u)\n", rtap_real_len);152 printf(" Radiotap: WARNING: Header contains un-decoded fields.\n"); 160 153 161 154 if (len > rtap_len)
Note: See TracChangeset
for help on using the changeset viewer.