https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3114
Summary: Add new format for mobile handset log analysis
Product: Wireshark
Version: unspecified
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: vincent.helfre@xxxxxxx
Vincent Helfre <vincent.helfre@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2553| |review_for_checkin?
Flag| |
Created an attachment (id=2553)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2553)
contains the files and file diff to support that new format
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
There was no simple format for mobile handset log analysis. This format is
aiming at:
- calling any 3gpp protocol dissector for dissecting hex data
- adding some text info related to state machine, warning or errors
The 3gpp protocols (GSM/GPRS, UMTS, LTE) dissector currently supported are the
following:
{"GAN.TCP","umatcp","umatcp",0,0},
{"GAN.UDP","umaudp","umaudp",0,0},
{"GTP","gtp","gtp",0,0},
{"LLC","llcgprs","llcgprs",0,0},
{"LTE-RRC.BCCH.BCH","lte-rrc.bcch.bch","lte-rrc.bcch.bch",0,0},
{"LTE-RRC.BCCH.DL.SCH","lte-rrc.bcch.dl.sch","lte-rrc.bcch.dl.sch",0,0},
{"LTE-RRC.DL.CCCH","lte-rrc.dl.ccch","lte-rrc.dl.ccch",0,0},
{"LTE-RRC.DL.DCCH","lte-rrc.dl.dcch","lte-rrc.dl.dcch",0,0},
{"LTE-RRC.PCCH","lte-rrc.pcch","lte-rrc.pcch",0,0},
{"LTE-RRC.UL.CCCH","lte-rrc.ul.ccch","lte-rrc.ul.ccch",0,0},
{"LTE-RRC.UL.DCCH","lte-rrc.ul.dcch","lte-rrc.ul.dcch",0,0},
{"RR","gsm_a_dtap","gsm_a_dtap",0,0},
{"RRC.BCCH.BCH","rrc.bcch.bch","rrc.bcch.bch",0,0},
{"RRC.BCCH.FACH","rrc.bcch.fach","rrc.bcch.fach",0,0},
{"RRC.CCCH","rrc.ul.ccch","rrc.dl.ccch",0,0},
{"RRC.DCCH","rrc.ul.dcch","rrc.dl.dcch",0,0},
{"RRC.MCCH","rrc.mcch","rrc.mcch",0,0},
{"RRC.MSCH","rrc.msch","rrc.msch",0,0},
{"RRC.PCCH","rrc.pcch","rrc.pcch",0,0},
{"RRC.SHCCH","rrc.ul.shcch","rrc.dl.shcch",0,0},
{"SNDCP","sndcp","sndcp",0,0},
{"SNDCPXID","sndcpxid","sndcpxid",0,0}
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.