Changeset 125ec3d
- Timestamp:
- 07/26/10 11:31:24 (11 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:
- bb3673d
- Parents:
- 7837dc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-pcap-bpf.c
rd5a27e8 r125ec3d 84 84 break; 85 85 } 86 if (psize == 0) { 87 error = 0; 88 break; 89 } 86 90 if (trace_get_source_port(packet)!=80 87 91 && trace_get_destination_port(packet)!=80) { 88 92 printf("filter failed!\n"); 89 93 return 1; 90 }91 if (psize == 0) {92 error = 0;93 break;94 94 } 95 95 count ++;
Note: See TracChangeset
for help on using the changeset viewer.