Changeset 006bbf7
- Timestamp:
- 10/21/05 15:09:25 (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:
- 25858d8
- Parents:
- 17ffb8a
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r8f4152b r006bbf7 633 633 } 634 634 635 static int erf_write_packet(struct libtrace_out_t *libtrace, struct libtrace_packet_t *packet) {635 static int erf_write_packet(struct libtrace_out_t *libtrace, const struct libtrace_packet_t *packet) { 636 636 int numbytes = 0; 637 637 dag_record_t erfhdr; -
lib/format_pcap.c
r8f4152b r006bbf7 259 259 } 260 260 261 static int pcapint_write_packet(struct libtrace_out_t *libtrace __attribute__((unused)), struct libtrace_packet_t *packet __attribute__((unused))) {261 static int pcapint_write_packet(struct libtrace_out_t *libtrace __attribute__((unused)), const struct libtrace_packet_t *packet __attribute__((unused))) { 262 262 // void *link = trace_get_link(packet); 263 263
Note: See TracChangeset
for help on using the changeset viewer.