]> The Tcpdump Group git mirrors - libpcap/history - optimize.c
Add a "pcap_close_common()" routine which can be used as the close
[libpcap] / optimize.c
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-03-08  guyFrom [email protected], via OpenBSD: add checks for memor...
2002-08-12  itojuncorrect arg to calloc() - it is (nelem, size), not...
2002-06-11  itojunwhitespace cleanup
2002-06-11  itojuntches #454 from [email protected]
2002-03-24  guy<pcap.h> includes <sys/types.h> and <sys/time.h>; there...
2001-11-12  fennerEliminate duplicate prototypes.
2001-11-12  fennerOptimize out "jset #0" (always false) and "jset #ffffff...
2001-11-12  fennerDon't optimize away "sub #0" as it may be required...
2001-10-13  fennerAdd some optimizer debugging (not compiled by default)
2000-11-19  itojunnetbsd 1.5 -> 1.6
2000-10-28  guyFix from Jefferson Ogata <[email protected]> - ...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-09-06  itojunrepair argument mismatch to malloc().
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-04-27  itojundo not use sprintf(). always use snprintf().
1999-10-19  itojunIPv6 packet filtering code.
1999-10-07  mcrInitial revision