0% found this document useful (0 votes)
215 views

Wireshark Commands

The document provides instructions for using Wireshark command line tools tshark and text2pcap to decode protocol data from pcap files and convert text data to pcap format. It lists commands to extract specific fields from pcap files containing GSM signaling data and convert RANAP signaling text data to a pcap file for analysis. Links are included to documentation on Wireshark tools and GSM signaling protocols.

Uploaded by

nassr_ismail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
215 views

Wireshark Commands

The document provides instructions for using Wireshark command line tools tshark and text2pcap to decode protocol data from pcap files and convert text data to pcap format. It lists commands to extract specific fields from pcap files containing GSM signaling data and convert RANAP signaling text data to a pcap file for analysis. Links are included to documentation on Wireshark tools and GSM signaling protocols.

Uploaded by

nassr_ismail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

"C:\Program Files\Wireshark\tshark.

exe" -o "uat:user_dlts:\"User 0 (DLT=147)\",\"ranap\",\"0\",\


"\",\"0\",\"\"" -r D:\decode_temp.pcap -V > D:\out2.txt -T pdml -Tfields -e gsm_a.dtap.protocol_disc
riminator -e gsm_a.dtap -e gsm_a.dtap.msg_ss_type -E header=y -E separator=,
"C:\Program Files\Wireshark\tshark.exe" -o "uat:user_dlts:\"User 0 (DLT=147)\",\"nbap\",\"0\",\
"\",\"0\",\"\"" -r D:\decode_temp.pcap -V > D:\out2.txt -T pdml -Tfields -e gsm_a.dtap.protocol_disc
riminator -e gsm_a.dtap -e gsm_a.dtap.msg_ss_type -E header=y -E separator=,

https://www.wireshark.org/docs/dfref/

https://www.wireshark.org/docs/dfref/g/gsm_a_dtap.html

https://www.wireshark.org/docs/dfref/r/ranap.html

https://www.wireshark.org/docs/dfref/r/ranap.html

https://www.wireshark.org/docs/man-pages/tshark.html
https://www.wireshark.org/docs/man-pages/text2pcap.html

text2pcap.exe -q -l 147 textdata.txt decode_temp.pca

"C:\Program Files\Wireshark\text2pcap.exe" -q -l 142 D:/ranap.txt D:/decode_temp2.pcap

You might also like