roxen.lists.pike.general

Subject Author Date
Re: PikeFlows-0.1 Bill Welliver <hww3[at]riverweb[dot]com> 23-02-2009
>> What sort of error? I've found that that function is a little flakey in 
>> general.
>> 
> <jnh[at]uggo>:~$ sudo pike -e 
> 'write("%O\n",Public.Network.Pcap.Pcap()->lookup_dev());'
> Public.Network.Pcap()->lookup_dev(): arptype 65534 not supported by libpcap - 
> falling back to cooked socket
> /usr/lib/pike/7.6.112/modules/Public.pmod/Network.pmod/Pcap.pmod:6:
>   Public.Network.Pcap.Pcap()->lookup_dev() 
> -:2: -()->run(1,(),mapping[16])

Looks like an error coming direct from libpcap. I have no idea what it 
means. Some odd kind of interface, perhaps?

Google reveals this little tidbit, which may be of help:

http://www.wireshark.org/lists/wireshark-users/200806/msg00206.html

> Sure.  I does meet my needs, I'm merely suggesting useful improvements :)

:)

Bill