Changeset 61e3bf5
- Timestamp:
- 09/12/06 14:50:37 (15 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:
- cfd5ebd
- Parents:
- 935c3d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/link_wireless.c
rc4cf162 r61e3bf5 56 56 /* Check if the field exists in the radiotap header before proceeding 57 57 */ 58 if ( rtap->it_present & (1 << field) == 0) return NULL;58 if ((rtap->it_present & (1 << field)) == 0) return NULL; 59 59 60 60 /* Skip over any extended bitmasks */
Note: See TracChangeset
for help on using the changeset viewer.