Hi guys, I'm new to wireshark, I'm working in the area of LTE. I want to capture the pdcp lte frames. How can i do that in wireshark ?? when i enter pdcp-lte in the filter option i'm no getting anything, as i'm connected to LAN or WLAN. so how can i capture ??? is there any repository where sample capture of pdcp frames are available ??? please help me.... Thanks in advance Nagarrajan Raghunathan asked 04 Jul '11, 22:33 nagu99 |
One Answer:
Hi, Wireshark does not capture packets it reads a file of capyured packets and dissects them. Reading http://wiki.wireshark.org/PDCP-LTE?action=show&redirect=Protocols%2Fpdcp-lte you need a device to capture the radio transmission and write that to a file or a logging function on the node(s). Regards Anders answered 06 Jul '11, 09:01 Anders ♦ |