Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -1/+0 |
| | | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008. | ||||
* | Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as per | guy | 2000-09-18 | 1 | -0/+27 |
RFC 1662, or Cisco point-to-point with HDLC framing, as per seciont 4.3.1 of RFC 1547; there's always an address and control octet at the beginning of these packets, but they're not necessarily 0xff 0x03), which we map to PCAP_ENCAP_PPP_HDLC. |