diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-07 19:10:21 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-07 19:10:21 +0000 |
commit | 27915a0f80e7606d8edc64ace78ab13f88f25667 (patch) | |
tree | cabf6eafbe06045e6c58d7c0a42b642e06c9cb39 /gtk/voip_calls.h | |
parent | 8b481b2ab9cdd1400cae921b2ff816dcd0545379 (diff) | |
download | wireshark-27915a0f80e7606d8edc64ace78ab13f88f25667.tar.gz wireshark-27915a0f80e7606d8edc64ace78ab13f88f25667.tar.bz2 wireshark-27915a0f80e7606d8edc64ace78ab13f88f25667.zip |
From Alejandro Vaqero:
- Fix a problem when pressing a key when the "Graph" is displayed
without any frame selected.
- Add support for RTP Payload changes. Now the graph will show any
change in the RTP payload type. This is useful for example to show DTMF
2833 in a call.
-This line, and those below, will be ignored--
M gtk/graph_analysis.c
M gtk/voip_calls.c
M gtk/voip_calls.h
svn path=/trunk/; revision=13651
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r-- | gtk/voip_calls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h index d38423e065..552e6347d6 100644 --- a/gtk/voip_calls.h +++ b/gtk/voip_calls.h @@ -171,6 +171,7 @@ typedef struct _voip_rtp_stream_info { guint32 ssrc; guint8 pt; guint32 npackets; + gboolean end_stream; guint32 first_frame_num; /* frame number of first frame */ guint32 setup_frame_number; /* frame number of setup message */ |