aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-02-09 16:16:15 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2016-04-18 09:39:42 +0000
commitfb39f102b9224442e71a7659db406b5648cfc253 (patch)
treeab7226c99db78251746b53a6c7105d4a4900141a /wiretap/wtap.h
parent54019ca207e337ba03dc01186d469bd60353675b (diff)
wiretap: add support for the mplog capture file format
the mplog format is used by some commercial logging tools that capture ISO 14443 traffic between a card reader and a contactless smartcard Change-Id: If359b8f0f671eb2a7c6315e2b8960a5bd581a9e9 Reviewed-on: https://code.wireshark.org/review/14950 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
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 3e10101947..74f0dda4b2 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -357,6 +357,7 @@ extern "C" {
#define WTAP_FILE_TYPE_SUBTYPE_JSON 77
#define WTAP_FILE_TYPE_SUBTYPE_NETSCALER_3_5 78
#define WTAP_FILE_TYPE_SUBTYPE_NETTRACE_3GPP_32_423 79
+#define WTAP_FILE_TYPE_SUBTYPE_MPLOG 80
#define WTAP_NUM_FILE_TYPES_SUBTYPES wtap_get_num_file_types_subtypes()