aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-04-27 21:28:53 +0000
committerGuy Harris <guy@alum.mit.edu>2009-04-27 21:28:53 +0000
commit7876fb4eadcf3bd2fe1ad538c712cc5d7bcebc45 (patch)
tree1af832003baefae121e081d24528a9e8f39593cb /wiretap/pcap-common.c
parenta60cae69353514af4c23f3a5dfcb480bf19da69f (diff)
Nettl format != libpcap format && nettl format != pcap-NG format.
Remove the stuff for nettl from the LINKTYPE_ <-> WTAP_ENCAP_ mapping table. svn path=/trunk/; revision=28185
Diffstat (limited to 'wiretap/pcap-common.c')
-rw-r--r--wiretap/pcap-common.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index ee571701cf..675705222e 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -522,16 +522,6 @@ const struct encap_map pcap_to_wtap_map[] = {
{ 19, WTAP_ENCAP_LINUX_ATM_CLIP },
/*
- * nettl (HP-UX) mappings to standard DLT values
- */
-
- { 1, WTAP_ENCAP_NETTL_ETHERNET },
- { 6, WTAP_ENCAP_NETTL_TOKEN_RING },
- { 10, WTAP_ENCAP_NETTL_FDDI },
- { 70, WTAP_ENCAP_RAW_IP },
- { 101, WTAP_ENCAP_NETTL_RAW_IP },
-
- /*
* To repeat:
*
* If you need a new encapsulation type for libpcap files, do