aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 02:36:46 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 02:36:46 +0000
commit1c0007da2215be914c220f93aa48e04f331913fc (patch)
treeb1fa81ad691bf7df7a588b8816ff503e6a81fc5d /epan/dissectors/packet-pdcp-lte.h
parentfa53af876a66c80afb219923f2425b07df0a2a39 (diff)
PDCP:
- Pass is_retx flag to PDCP from RLC in struct instead of calling function RLC: - use full key to look up sequence analysis results - avoids overwriting and attaching result details to wrong PDU - add links to previous and next 'OK' PDUs in channel - shorten some long variable and type names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40656 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index db44759057..9d6b32d60a 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -83,6 +83,8 @@ typedef struct pdcp_lte_info
gboolean rnd;
gboolean udp_checkum_present;
unsigned short profile;
+
+ guint8 is_retx;
} pdcp_lte_info;