aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-02 00:40:58 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-02 07:41:34 +0000
commit954afef6451c37e058c0054deed9eba947019df2 (patch)
treef802173a5b413bff1ddb774e3908c91f5e306de0 /test
parent21d47fa7db0832c9e4274865495dfd0596ddac1d (diff)
There are two separate IP-over-Infiniband encapsulations.
pcap files and snoop files have different headers, so there's no IP_OVER_IB encapsulation type, there are separate types for pcap and snoop. Change-Id: I00146e478d05bb11c634df0c386329db8de5635d Reviewed-on: https://code.wireshark.org/review/14774 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test')
-rw-r--r--test/lua/globals_2.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lua/globals_2.2.txt b/test/lua/globals_2.2.txt
index de4995bea7..77b0f85fec 100644
--- a/test/lua/globals_2.2.txt
+++ b/test/lua/globals_2.2.txt
@@ -1041,7 +1041,8 @@
["IPMI_TRACE"] = 173,
["IPNET"] = 124,
["IP_OVER_FC"] = 18,
- ["IP_OVER_IB"] = 137,
+ ["IP_OVER_IB_PCAP"] = 180,
+ ["IP_OVER_IB_SNOOP"] = 137,
["IRDA"] = 44,
["ISDN"] = 17,
["IXVERIWAVE"] = 144,