From b74a82e665911d2d008287a523f150b947b5f1ef Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sun, 27 Dec 2009 22:20:03 +0000 Subject: Start Telephony statistics chapter. svn path=/trunk/; revision=31369 --- docbook/wsug_src/WSUG_chapter_statistics.xml | 140 +++++++++++++++------------ docbook/wsug_src/WSUG_chapter_telephony.xml | 91 +++++++++++++++++ docbook/wsug_src/WSUG_chapter_use.xml | 30 +++--- 3 files changed, 184 insertions(+), 77 deletions(-) create mode 100644 docbook/wsug_src/WSUG_chapter_telephony.xml (limited to 'docbook/wsug_src') diff --git a/docbook/wsug_src/WSUG_chapter_statistics.xml b/docbook/wsug_src/WSUG_chapter_statistics.xml index 76c8637daa..3fa2ed79cc 100644 --- a/docbook/wsug_src/WSUG_chapter_statistics.xml +++ b/docbook/wsug_src/WSUG_chapter_statistics.xml @@ -291,7 +291,32 @@ - IPX: XXX - insert info here. + IPX: an IPX endpoint is concatenation of a 32 bit + network number and 48 bit node address, be default the Ethernets' MAC + address. + + + + + JXTA: a JXTA endpoint is a 160 bit SHA-1 URN. + + + + + NCP: XXX - insert info here. + + + + + RSVP: XXX - insert info here. + + + + + SCTP: a SCTP endpoint is a combination of the host IP + addresses (plural) and the SCTP port used. So different SCTP ports on the + same IP address are different SCTP endpoints, but the same SCTP port on + different IP addresses of the same host are still the same endpoint. @@ -314,6 +339,16 @@ different UDP endpoints. + + + USB: XXX - insert info here. + + + + + WLAN: XXX - insert info here. + + Broadcast / multicast endpoints @@ -489,67 +524,6 @@ -
- Compare two capture files - - Compare two capture files. - -
- -
- WLAN Traffic Statistics - - Statistics of the captured WLAN traffic. This window will summarize the - wireless network traffic found in the capture. Probe requests will be - merged into an existing network if the SSID matches. - - -
The "WLAN Traffic Statistics" window - -
- - - Each row in the list shows the statistical values for exactly one wireless network. - - - Name resolution will be done if selected in the window - and if it is active for the MAC layer. - - - Only show existing networks will exclude probe requests - with a SSID not matching any network from the list. - - - The copy button will copy the list values to the - clipboard in CSV (Comma Separated Values) format. - - Tip! - - This window will be updated frequently, so it will be useful, even if - you open it before (or while) you are doing a live capture. - - -
- -
- LTE MAC Traffic Statistics - - Statistics of the captured LTE MAC traffic. This window will summarize the - LTE MAC traffic found in the capture. - - -
The "LTE MAC Traffic Statistics" window - -
- - - The top pane shows statistics for common channels. - Each row in the middle pane shows statistical highlights for exactly one UE/C-RNTI. - In the lower pane, you can see the for the currently selected UE/C-RNTI - the traffic broken down by individual channel. - -
-
Service Response Time @@ -620,7 +594,49 @@
+ +
+ WLAN Traffic Statistics + + Statistics of the captured WLAN traffic. This window will summarize the + wireless network traffic found in the capture. Probe requests will be + merged into an existing network if the SSID matches. + +
The "WLAN Traffic Statistics" window + +
+ + + Each row in the list shows the statistical values for exactly one wireless network. + + + Name resolution will be done if selected in the window + and if it is active for the MAC layer. + + + Only show existing networks will exclude probe requests + with a SSID not matching any network from the list. + + + The copy button will copy the list values to the + clipboard in CSV (Comma Separated Values) format. + + Tip! + + This window will be updated frequently, so it will be useful, even if + you open it before (or while) you are doing a live capture. + + +
+
The protocol specific statistics windows diff --git a/docbook/wsug_src/WSUG_chapter_telephony.xml b/docbook/wsug_src/WSUG_chapter_telephony.xml new file mode 100644 index 0000000000..891dc15efd --- /dev/null +++ b/docbook/wsug_src/WSUG_chapter_telephony.xml @@ -0,0 +1,91 @@ + + + + + Telephony +
+ Introduction + + Wireshark provides a wide range of telephony related network statistics + which can be accessed via the Telephony menu. + + + These statistics range from specific signaling protocols, to analysis of + signaling and media flows. If encoded in a compatible encoding the media + flow can even be played. + +
+ +
+ RTP Analysis + + The RTP analysis function takes the selected RTP stream (and the reverse + stream, if possible) and generates a list of statistics on it. + +
The "RTP Stream Analysis" window + +
+ + Starting with basic data as packet number and sequence number, further + statistics are created based on arrival time, delay, jitter, packet size, + etc. + + + Besides the per packet statistics, the lower pane shows the overall + statistics, with minimums and maximums for delta, jitter and clock skew. + Also an indication of lost packets is included. + + + The RTP Stream Analysis window further provides the option to save the RTP + payload (as raw data or, if in a PCM encoding, in an Audio file). Other + options a to export and plot various statistics on the RTP streams. + +
+ +
+ VoIP Calls + + The VoIP Calls window shows a list of all detected VoIP calls in the + captured traffic. It finds calls by their signaling. + + + More details are described at the + page. + +
+ +
+ LTE MAC Traffic Statistics + + Statistics of the captured LTE MAC traffic. This window will summarize the + LTE MAC traffic found in the capture. + + +
The "LTE MAC Traffic Statistics" window + +
+ + + The top pane shows statistics for common channels. + Each row in the middle pane shows statistical highlights for exactly one UE/C-RNTI. + In the lower pane, you can see the for the currently selected UE/C-RNTI + the traffic broken down by individual channel. + +
+ +
+ The protocol specific statistics windows + + The protocol specific statistics windows display detailed information + of specific protocols and might be described in a later + version of this document. + + + Some of these statistics are described at the + pages. + +
+ +
+ + diff --git a/docbook/wsug_src/WSUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml index 734241f58f..f6f887d48a 100644 --- a/docbook/wsug_src/WSUG_chapter_use.xml +++ b/docbook/wsug_src/WSUG_chapter_use.xml @@ -1724,77 +1724,77 @@ ANSI - See + See Fax T38 Analysis... - See + See GSM - See + See H.225... - See + See IAX2 - See + See ISUP Messages... - See + See LTE MAC... - See + See MTP3 - See + See RTP - See + See SCTP - See + See SIP... - See + See SMPP Operations... - See + See UCP Messages... - See + See VoIP Calls... - See + See WAP-WSP... - See + See -- cgit v1.2.3