Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/libpcap



Module Name:    basesrc
Committed By:   thorpej
Date:           Sun Sep 22 16:13:02 UTC 2002

Modified Files:
        basesrc/lib/libpcap: gencode.c pcap-bpf.c pcap-int.h pcap.3 pcap.c
            pcap.h shlib_version

Log Message:
* Add support for DLT_IEEE802_11.
* When opening a live pcap, obtain the list of supported DLTs from
  the BPF.
* Add pcap_list_datalinks() to obtain a list of supported DLTs
  supported by the interface associated with the pcap descriptor.
* Add pcap_set_datalink() to set the current DLT of the pcap.
* Bump shlib 1.2 -> 1.3; new functions added.

>From David Young <dyoung%ojctech.com@localhost>, with some minor changes by me.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/lib/libpcap/gencode.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libpcap/pcap-bpf.c \
    basesrc/lib/libpcap/shlib_version
cvs rdiff -r1.8 -r1.9 basesrc/lib/libpcap/pcap-int.h \
    basesrc/lib/libpcap/pcap.c
cvs rdiff -r1.12 -r1.13 basesrc/lib/libpcap/pcap.3
cvs rdiff -r1.9 -r1.10 basesrc/lib/libpcap/pcap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index