aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-27 18:10:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-27 18:10:12 +0000
commitfc6852625a851ef02d4954cd385fc645707e9785 (patch)
tree576d3ff340ac6c320923ccc114fcda52aba60c6d /wiretap/wtap.c
parentaae6972bb3a5865339166b15947291fd08557527 (diff)
Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
for which a DLT_ value and LINKTYPE_ value have just been assigned. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20003 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 2648e1dfc1..3aafb753a5 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -366,6 +366,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_USB */
{ "Raw USB packets", "usb" },
+
+ /* WTAP_ENCAP_IEEE802_16_MAC_CPS */
+ { "IEEE 802.16 MAC Common Part Sublayer", "ieee-802-16-mac-cps" },
};
/* Name that should be somewhat descriptive. */