Ticket #140 (closed defect: fixed)
remove pcap_snaplen_override()
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0.0 |
| Component: | tcpreplay | Version: | 3.0.beta13 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description
In #130, I added support for a new libpcap API function: pcap_snaplen_override() which ended up not being added to libpcap since Guy came up with another solution. Anyways, 0.9.6 with this fix should be out by mid-April and I'll be able to test it then.
Change History
Note: See
TracTickets for help on using
tickets.

(In [1820]) remove all references to pcap_snapshot_override(). fixes #140