Changeset aa60a6b
- Timestamp:
- 07/26/04 10:58:14 (17 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:
- 9729a8d
- Parents:
- a257602
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile
rbe54c88 raa60a6b 14 14 CURRENT=1 15 15 AGE=0 16 REVISION= 916 REVISION=10 17 17 18 18 INCLIBS=/usr/local/wand/lib/libzl.a /usr/local/wand/lib/libpcapl.a -
lib/trace.c
ra257602 raa60a6b 431 431 assert(len > 200); 432 432 433 bzero(buffer,len);433 //bzero(buffer,len); 434 434 435 435 /* PCAP gives us it's own per-packet interface. Let's use it */ … … 446 446 447 447 /* If we're reading from an ERF input, it's an offline trace. We can make some assumptions */ 448 /*448 449 449 if (libtrace->format == ERF) { 450 450 void *buffer2 = buffer; … … 471 471 } 472 472 return sizeof(dag_record_t) + numbytes; 473 } */473 } 474 474 do { 475 475 if (fifo_out_available(libtrace->fifo) == 0 || read_required) {
Note: See TracChangeset
for help on using the changeset viewer.