diff options
author | Lars Roland <Lars.Roland@gmx.net> | 2005-02-01 12:12:35 +0000 |
---|---|---|
committer | Lars Roland <Lars.Roland@gmx.net> | 2005-02-01 12:12:35 +0000 |
commit | 197ceddab109a59288f0b0d868df2f5e6adb4da2 (patch) | |
tree | 6dc104c87f777e4ffe6cfba24b8c5ccca2dfcbe4 /rtp_pt.h | |
parent | db69eb8c13136402095a66f5069c32e3ab37520a (diff) | |
download | wireshark-197ceddab109a59288f0b0d868df2f5e6adb4da2.tar.gz wireshark-197ceddab109a59288f0b0d868df2f5e6adb4da2.tar.bz2 wireshark-197ceddab109a59288f0b0d868df2f5e6adb4da2.zip |
From Alejandro Vaquero:
h323 taps support up to 5 messages per packet now.
VoIP call analysis:
- Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info:
- Start and Stop time of the call
- Init
svn path=/trunk/; revision=13225
Diffstat (limited to 'rtp_pt.h')
-rw-r--r-- | rtp_pt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,5 +63,6 @@ #define PT_H263 34 /* from Chunrong Zhu of Intel; see the Web page */ ETH_VAR_IMPORT const value_string rtp_payload_type_vals[]; +ETH_VAR_IMPORT const value_string rtp_payload_type_short_vals[]; #endif |