summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-12-02 22:23:07 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-12-02 22:23:07 +0000
commit016bf3b0cf4c92853846b881f2d03ea8e69e6f87 (patch)
tree94d002f697afa3a720901787aa617a2a4fdee529 /wiretap/wtap.h
parentf5447edd58c6bdc43038890987428315341ff260 (diff)
downloadwireshark-016bf3b0cf4c92853846b881f2d03ea8e69e6f87.tar.gz
from Petr Sumbera:
Solaris 11 snoop files with IP over Infiniband data are not recognized. Attached patch allows to view such data. svn path=/trunk/; revision=40072
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 4849b495e0..91fea6a25b 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -226,6 +226,7 @@ extern "C" {
#define WTAP_ENCAP_MIME 134
#define WTAP_ENCAP_NETANALYZER 135
#define WTAP_ENCAP_NETANALYZER_TRANSPARENT 136
+#define WTAP_ENCAP_IP_OVER_IB 137
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()