Changeset 1312
- Timestamp:
- 03/12/07 23:22:03 (1 year ago)
- Files:
-
- trunk/lib/format_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/format_linux.c
r1308 r1312 495 495 /* Linux doesn't keep track how many packets were seen before filtering 496 496 * so we can't tell how many packets were filtered. Bugger. So annoying. 497 * 498 * Since we tell libtrace that we do support filtering, if we don't declare 499 * this here as failing, libtrace will happily report for us that it didn't 500 * filter any packets, so don't lie -- return that we don't know. 497 501 */ 498 502 static uint64_t linuxnative_get_filtered_packets(libtrace_t *trace) {
