Wireshark-commits: [Wireshark-commits] rev 46637: /trunk/ /trunk/: dumpcap.c pcapio.c pcapio.h

Date: Thu, 20 Dec 2012 15:20:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46637

User: tuexen
Date: 2012/12/20 07:20 AM

Log:
 Don't use an pcap structures in pcapio.[ch]. 
 Currently, pcapio is only used by dumpcap, which is only compiled
 if there is pcap support. However, making pcapio independent from
 libpcap allows it also to be used from text2pcap, which does not
 rely on libpcap.

Directory: /trunk/
  Changes    Path          Action
  +12 -2     dumpcap.c     Modified
  +24 -24    pcapio.c      Modified
  +8 -4      pcapio.h      Modified