aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-16 10:56:18 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-16 10:56:18 +0000
commit3fbb99074a9a1d888cf3ca3db1233edeb375d768 (patch)
treedf3c79fedefe81e9ef7cdb7deabdd7dac466103a /epan/dissectors/packet-mac-lte.h
parent012c2cbb0e7c4cd4a29bb2ecdbcb36c75644de14 (diff)
Show max UEs/TTI in MAC stats window (UL/DL separately).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36658 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index b342685c3d..83a08a89a9 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -167,6 +167,7 @@ typedef struct mac_lte_tap_info {
guint8 direction;
guint8 isPHYRetx;
+ guint16 ueInTTI;
nstime_t time;