Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 28173: /trunk/wiretap/ /trunk/wiretap/: Makefile.common

Date: Mon, 27 Apr 2009 09:28:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28173

User: guy
Date: 2009/04/27 02:28 AM

Log:
 Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_
 mapping table - they should be using the same values.  Share the mapping
 routines as well.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +1 -587    libpcap.c          Modified
  +615 -0    pcap-common.c      Added
  +34 -0     pcap-common.h      Added
  +9 -65     pcapng.c           Modified