ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5506] New: uplink messages interpreting to downlink messag

Date: Mon, 20 Dec 2010 03:53:35 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5506

           Summary: uplink messages interpreting to downlink messages
           Product: Wireshark
           Version: 1.4.0
          Platform: Other
        OS/Version: Debian
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: raghu.techy@xxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hi,
I am facing the problem in wireshark plugin for PDCP-LTE that is While sending
uplink message,the WIRESHARK is interpreting as downlink messages whereas
downlink showing as downlink messages.
I did review of wireshark code for the above mentioned reason, I identified is
/wireshark-1.4.0rc1/wireshark-1.4.0rc1/epan/dissectors/packet-catapult-dct2000.c
in function "dissect_pdcp_lte",
after "p_pdcp_lte_info->direction = DIRECTION_UPLINK;" , this statement
due to missing "break;" statement, i am getting default direction as downlink.
With this fix,i didn't face any problem.
As a Developer,it's my duty to inform,by which all wireshark users will benifit
with this fix.


Regards,
Raghupathi.J

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.