aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/wimaxasncp_dict.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-01 20:49:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-01 20:49:07 +0000
commit302cfefe80cf784a353238fbbb1692ce461fcb20 (patch)
treec4acf7d02ad8593233c6476178d1a32a77c72cfc /plugins/wimaxasncp/wimaxasncp_dict.h
parent08c0dfc73092c3608f3eb368dd051d06f2aa88e8 (diff)
From sangaran:
8-bit Bit Flag decoder method needed in wimaxasncp plugin dissecto. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4608 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32356 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/wimaxasncp/wimaxasncp_dict.h')
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.h b/plugins/wimaxasncp/wimaxasncp_dict.h
index a4747362c6..054cfe9336 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.h
+++ b/plugins/wimaxasncp/wimaxasncp_dict.h
@@ -41,6 +41,7 @@ enum
WIMAXASNCP_TLV_ETHER,
WIMAXASNCP_TLV_ASCII_STRING,
WIMAXASNCP_TLV_FLAG0,
+ WIMAXASNCP_TLV_BITFLAGS8,
WIMAXASNCP_TLV_BITFLAGS16,
WIMAXASNCP_TLV_BITFLAGS32,
WIMAXASNCP_TLV_ID,