summaryrefslogtreecommitdiff
path: root/epan/dissectors/file-pcap.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-11-19 18:02:30 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-11-20 16:02:43 +0000
commitfef4714e7255572ec40a877ccf7fb7ca76eb90dc (patch)
treef857a5a0c1d9da3c3f6f98c09d92ca9354aa3025 /epan/dissectors/file-pcap.c
parent928ce9f96665f9d15267b9a468513a0ef1793d30 (diff)
downloadwireshark-fef4714e7255572ec40a877ccf7fb7ca76eb90dc.tar.gz
File-format: Add ISO_14443 linktype for PCAP/PCAPNG
Assign numbers for LinkTypes on webpage http://www.tcpdump.org/linktypes.html were changed, so update it for file dissector for PCAP/PCAPNG. Change-Id: Icb52c2a8f19bd056723de155700b83497d5fded4 Reviewed-on: https://code.wireshark.org/review/11983 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/file-pcap.c')
-rw-r--r--epan/dissectors/file-pcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/file-pcap.c b/epan/dissectors/file-pcap.c
index 30c60e4067..f9304467ea 100644
--- a/epan/dissectors/file-pcap.c
+++ b/epan/dissectors/file-pcap.c
@@ -180,6 +180,7 @@ static const value_string link_type_vals[] = {
{ 261, "ZWAVE_R1_R2" },
{ 262, "ZWAVE_R3" },
{ 263, "WATTSTOPPER_DLM" },
+ { 264, "ISO_14443" },
{ 0, NULL }
};