aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-04-13 20:26:20 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-04-14 06:56:06 +0000
commita892493e49eef35110ed0b5898c5156078b839e2 (patch)
tree1cf72278dd7e9e3d6d87b99514b00f7cb5c1da2e /epan/dissectors/packet-pdcp-lte.h
parent0ca6fda9f0d4603f7a8e649e5257884c84df0e45 (diff)
PDCP LTE: reuse existing pdcp_lte_info structure after first pass
Change-Id: I3fbd95cbdbf958d4b6b93f0b7511be9ee772608c Reviewed-on: https://code.wireshark.org/review/26932 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index ba25cce91a..1af4e578c0 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -81,6 +81,9 @@ typedef struct pdcp_lte_info
rohc_info rohc;
guint8 is_retx;
+
+ /* Used by heuristic dissector only */
+ guint16 pdu_length;
} pdcp_lte_info;