aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
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.h
parent9b2c889abe0219fc162659e106c5b95deb6268f3 (diff)
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.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index e11c61adce..08883c1cd3 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -264,6 +264,7 @@ extern "C" {
#define WTAP_ENCAP_LOOP 175
#define WTAP_ENCAP_JSON 176
#define WTAP_ENCAP_NSTRACE_3_5 177
+#define WTAP_ENCAP_ISO14443 178
/* After adding new item here, please also add new item to encap_table_base array */
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()