Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print both the name and the description of a link-layer type (the name | guy | 2003-11-18 | 1 | -1/+5 |
| | | | | | | | | isn't always very suggestive - for example, somebody might think "EN10MB" is always 10 MB/s, and might not know that "IEEE802" is Token Ring), using "pcap_datalink_val_to_description()". Supply our own "pcap_datalink_val_to_description()" if libpcap doesn't have it (even if it has "pcap_datalink_name_to_val()"). | ||||
* | NetBSD support for multiple data link types on an interface, from David | guy | 2002-12-19 | 1 | -0/+52 |
Young <dyoung@ojctech.com>, with some minor changes by Jason R. Thorpe <thorpej@netbsd.org>, and further changes by me to: use "-y" rather than "-D" to set the link type ("-D" was already taken); use libpcap APIs to map between data link type names and values; supply stub versions of missing-but-needed libpcap APIs. Update Jason Thorpe's e-mail address (Zembu is going away, if it hasn't done so already). |