aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/pcap-common.h')
-rw-r--r--wiretap/pcap-common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index 2df92014b6..a058779454 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -24,13 +24,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-struct encap_map {
- int dlt_value;
- int wtap_encap_value;
-};
-
-extern const struct encap_map pcap_to_wtap_map[];
-
extern int wtap_wtap_encap_to_pcap_encap(int encap);
extern int pcap_process_pseudo_header(wtap *wth, FILE_T fh, guint packet_size,