ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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