aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amr.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20866 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-01Handle RFC 3267 Bandwidth-efficient mode.etxrab1-73/+88
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19769 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-27From Neil Piercy:etxrab1-1/+2
Just to add dissector name registration to the main IETF AMR dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18587 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-27Handle the case with only one speech sample.etxrab1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18226 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-05Bill Meier:jmayer1-1/+1
Spelling fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16956 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-05Packet-amr Register as "AMR" not "amr".etxrab1-1/+1
Add Dynamic PT:s mimestring to rtp_info if avalable. Use Dynamic PT:s mime string to find clock rate. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16397 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-05Don't reinvent the wheel, use val_to_str/match_strvaljmayer1-9/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16130 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-02From Jeff Snyderetxrab1-1/+9
00-iax.diff Modifications to the IAX2 dissector so that it offers desegmentation to subdissectors using the same API as TCP offers (pinfo->desegment_len etc) 01-amr.diff Modifications to the AMR dissector to allow AMR IF2 data to be dissected via call_dissector() from packet-h223.c. This patch also causes the AMR dissector to append the frame type string to the info column, so that the info column shows what protocols an H.223 frame contains. 02-h263-data.diff Modifications to packet-h263.c to separate the dissection of h.263 RTP encpasulation from the dissection of the actual h.263 data. The data dissection functions are added as a second dissector. This data-only dissector is used to dissect the video channel in our h.223 streams. As with the AMR modification, this makes the H.263 dissector append to the info column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16068 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19Add a preference to decode different types of AMR payload.etxrab1-23/+232
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15872 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-08various code cleanup:ulfl1-4/+0
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-27Use the new table for dynamic payload types.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13937 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-06Fix a minor bug with FT_BOOLEAN.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13637 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-08Get rid of some of the boilerplate comments from the sample dissector,guy1-8/+3
and de-boilerplate another part of the comment. Fix a test of "octet_aligned" that was setting it to false rather than testing whether it was false. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12996 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-08Add a dissector for RTP payload AMR RFC 3267etxrab1-0/+255
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12993 f5534014-38df-0310-8fa8-9805f1628bb7