https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5504
Summary: PDCP UL and DL there is showing DL only
Product: Wireshark
Version: 1.4.0
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: pkumar_vit05@xxxxxxxxx
Created an attachment (id=5637)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5637)
static void dissect_pdcp_lte(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree) in this function there should be break in first swich after
three case
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
In function
static void dissect_pdcp_lte(tvbuff_t *tvb, gint offset,
packet_info *pinfo, proto_tree *tree)
of file
wireshark-1.4.0rc1/epan/dissectors/packet-catapult-dct2000.c
at line number 906 there should be break. Because for UL and DL it is going
into by default DL.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.