Changeset d86b8d7
- Timestamp:
- 03/25/05 16:42:30 (16 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:
- 195a044
- Parents:
- 1b67314
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r783825a rd86b8d7 28 28 ## 29 29 ## 30 31 - Version 2.0.15 32 * Use a pcap callback handler when trace_read_packet() reads from 33 a live pcap source. This gives us better diagnostics, such as 34 being able to tell if an error occured. Also fixed a bug under 35 FreeBSD where pcap would block until a buffer was full, then 36 would let pcap_next iterate over all of them. 30 37 31 38 - Version 2.0.14 -
configure.in
r23c13e8 rd86b8d7 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.1 4,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.15,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.1 4)4 AM_INIT_AUTOMAKE(libtrace,2.0.15) 5 5 6 6 AC_CONFIG_FILES([Makefile replace/Makefile lib/Makefile]) -
lib/Makefile.am
rea161ea rd86b8d7 8 8 libtrace_la_CFLAGS = @ADD_INCLS@ 9 9 libtrace_la_LIBADD = @ADD_LIBS@ $(top_builddir)/replace/libreplace.a 10 libtrace_la_LDFLAGS=-version-info 2:1 4:0 @ADD_LDFLAGS@10 libtrace_la_LDFLAGS=-version-info 2:15:0 @ADD_LDFLAGS@ 11 11 12 12 dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.