in reply to Re: Example rtpextract does not compile
in thread Example rtpextract does not compile

Also, try upgrading Net::Pcap too, the methods with pcap_ prefix were added in 0.15.

Replies are listed 'Best First'.
Re^3: Example rtpextract does not compile
by tnteverett (Initiate) on Aug 20, 2014 at 15:25 UTC
    Everything was upgraded with the latest.

    What I found was that the line 6 "use Net::Pcap qw(:functions);" had to be changed to "use Net::Pcap;".

    Once this was done the example compiled.

    I have never used this feature before and do not yet understand why it failed.