aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-23 00:35:23 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-23 20:30:00 +0000
commited23cfba226b6e21f3e97147f19e617bddc0c5e9 (patch)
treee0ffd7fd6e62029fff4da51209f2a9e9b6334b46 /test/lua
parent80d96e91d248af40b50969702a0e5aafb7132376 (diff)
Clean up IPMB/I2C link-layer header types.
209 is LINKTYPE_IPMB_LINUX; add _LINUX/_linux to the WTAP_ENCAP_ name and function/structure names, to clarify that it's not I2C in general, it's I2C with a particular pseudo-header. 199 is now LINKTYPE_IPMB_KONTRON, not LINKTYPE_IPMB, as it doesn't have raw I2C packets, it has I2C packets with a pseudo-header. Change the WTAP_ENCAP_ name, and add a dissector for it. Change-Id: Ie097f4317b03d2b2adfd9b81a4b11caf6268399e Reviewed-on: https://code.wireshark.org/review/32539 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test/lua')
-rw-r--r--test/lua/globals_2.2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lua/globals_2.2.txt b/test/lua/globals_2.2.txt
index efa744c8b0..e891184fbf 100644
--- a/test/lua/globals_2.2.txt
+++ b/test/lua/globals_2.2.txt
@@ -995,7 +995,7 @@
["GPRS_LLC"] = 66,
["GSM_UM"] = 116,
["HHDLC"] = 32,
- ["I2C"] = 112,
+ ["I2C_LINUX"] = 112,
["IEEE802_15_4"] = 104,
["IEEE802_15_4_NOFCS"] = 127,
["IEEE802_15_4_NONASK_PHY"] = 113,
@@ -1007,7 +1007,7 @@
["IEEE_802_11_RADIOTAP"] = 23,
["IEEE_802_11_WITH_RADIO"] = 22,
["INFINIBAND"] = 150,
- ["IPMB"] = 103,
+ ["IPMB_KONTRON"] = 103,
["IPMI_TRACE"] = 173,
["IPNET"] = 124,
["IP_OVER_FC"] = 18,