aboutsummaryrefslogtreecommitdiffstats
path: root/rtp_pt.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-01 12:12:35 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-01 12:12:35 +0000
commit197ceddab109a59288f0b0d868df2f5e6adb4da2 (patch)
tree6dc104c87f777e4ffe6cfba24b8c5ccca2dfcbe4 /rtp_pt.h
parentdb69eb8c13136402095a66f5069c32e3ab37520a (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp_pt.h b/rtp_pt.h
index 5508c066de..890c433707 100644
--- a/rtp_pt.h
+++ b/rtp_pt.h
@@ -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