aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-01-23 02:36:46 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-01-23 02:36:46 +0000
commit7e5f6d9fc17113b30079aecdaa2bc1a03664b3bb (patch)
treeb1fa81ad691bf7df7a588b8816ff503e6a81fc5d /epan/dissectors/packet-rlc-lte.h
parent7a17238dabcf55783fdbe54c7ce063f833e41358 (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. svn path=/trunk/; revision=40656
Diffstat (limited to 'epan/dissectors/packet-rlc-lte.h')
-rw-r--r--epan/dissectors/packet-rlc-lte.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 91345f39af..569f46f112 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -149,6 +149,3 @@ void set_rlc_lte_drb_pdcp_seqnum_length(guint16 ueid, guint8 drbid, guint8 userp
#define RLC_LTE_PAYLOAD_TAG 0x01
-/* Accessor function to check if a frame was considered to be ReTx */
-int is_rlc_lte_frame_retx(packet_info *pinfo, guint8 direction);
-