Wireshark Filter For Lte PDF
Wireshark Filter For Lte PDF
Wireshark Filter For Lte PDF
txt
To Find out single end to end LTE call Flow from multiple
wireshark Capture trace,Please follow the below sequential
steps:Only input we required to make the fillter is IMSI
404909060013311.NAS and S1-AP message in between UE-MME,
eND-MME (NAS,
S1-AP)-----------------------------------------------------
----------nas_eps.emm.imsi == "404909060013311" //with this
filter, we are able to extract InitialUEMessage,
AttachRequest, PDNConnectivity Request.From above output
try to get s1ap.ENB_UE_S1AP_ID == 607 // which gives you
allthe meesages on S1-AP, NAS-EPS
message.s1ap.ENB_UE_S1AP_ID == 607Diameter Message in
between MME to HSS (S6a and
S13)--------------------------------------------We can
easily put fillter as usernamediameter.User-Name ==
"404909060013311" // Result of this Filter gives us the
output as AIR, ME-Identity Check and ULR from MME to
HSS.Now our aim should be find the response for each
corresponding Request.diameter.hopbyhopid == 0x57539708 //
look for the fillter as Hop by Hopidentifier on AIR
messagediameter.User-Name ==
"404909060013311"||diameter.hopbyhopid ==0x57539708 // Now
we are able to get AIR, ME-Identity Check, ULR and AIAnext
Pending Message id ME-Identity Check Response
diameter.hopbyhopid == 0x219bbd08only pending message is
ULA, for that we need to extract the fillter from
Hop-by-Hop of ULR message (diameter.hopbyhopid ==
0x78267708).diameter.User-Name ==
"404909060013311"||diameter.hopbyhopid
==0x57539708||diameter.hopbyhopid ==
0x219bbd08||diameter.hopbyhopid == 0x78267708//Gives us all
the message in s6a interfacesorWe can easily put fillter as
usernamediameter.User-Name == "404909060013311" // Result
of this Filter gives us the output as AIR, ME-Identity
Check and ULR from MME to HSS.diameter.Session-Id ==
"mme01.e2elte.ril.in;44527db4;772a0b5f;041cda8a"for AIR and
AIAdiameter.Session-Id ==
"mme01.e2elte.ril.in;44527db4;772a0b5f;39b9f14a"for ULR and
ULAdiameter.Session-Id ==
"mscp01.pgw2.e2elte.ril.in;1695a065;4de4beb8;40409000000001
Pge p
Wireshark Filter for Lte.txt
0-00a00100" all the message in between in PGW and PCR
nas_eps.emm.imsi == "404909060013311"||s1ap.ENB_UE_S1AP_ID
Pge p
Wireshark Filter for Lte.txt
== 607||gsm_a.imsi =="404909060013311"||diameter.User-Name
== "404909060013311"||diameter.hopbyhopid==
0x57539708||diameter.hopbyhopid ==
0x219bbd08||diameter.hopbyhopid == 0x78267708||gtpv2.imsi
== "404909060013311" ||gtpv2.ebi ==
5||diameter.Subscription-Id-Data ==
"404909060013311"||diameter.hopbyhopid ==
0x03d86c6as1ap.ENB_UE_S1AP_ID == 607||diameter.hopbyhopid
== 0x57539708||diameter.hopbyhopid ==
0x219bbd08||diameter.hopbyhopid == 0x78267708||gsm_a.imsi
== "404909060013311"
Pge p