summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2015-11-19 11:53:54 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-19 13:39:55 +0000
commit4fd711f338ac99b4d71bbe068430bc6807e09d4a (patch)
treed7b04fefc7d8e4bc8761446766a2a29046ca024e /wiretap/wtap.c
parent9b2c889abe0219fc162659e106c5b95deb6268f3 (diff)
downloadwireshark-4fd711f338ac99b4d71bbe068430bc6807e09d4a.tar.gz
use the official DLT for ISO14443
add DLT_ISO14443 to pcap_to_wtap_map[] define WTAP_ENCAP_ISO14443, link it to the iso14443 dissector Change-Id: Id837197c4d66071094f9336d60db36a371424807 Reviewed-on: https://code.wireshark.org/review/11959 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 38be2248dc..7e6d4982da 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -959,6 +959,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_NSTRACE_3_5 */
{ "NetScaler Encapsulation 3.5 of Ethernet", "nstrace35" },
+
+ /* WTAP_ENCAP_ISO14443 */
+ { "ISO 14443 contactless smartcard standards", "iso14443" },
};
WS_DLL_LOCAL