aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amr.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2011-07-20Use ENC_BIG_ENDIAN.etxrab1-35/+35
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang alagoutte1-2/+0
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 829 & 830;wmeier1-105/+102
2011-02-17Fix various Visual C++ analysis warnings.gerald1-2/+2
2011-02-04Get rid of check_col().etxrab1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-14Fix a couple of cut-n-paste errors.etxrab1-12/+12
2010-11-13Fix a typo.etxrab1-1/+1
2010-11-11Use value_string_ext.etxrab1-18/+23
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-16Add AMR-WB to the rtp_dyn_payload_type table.etxrab1-7/+32
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
2009-04-06Dissect g722.2 H.245 paramaters.etxrab1-0/+13
2008-12-22Add frame type index filter for AMR if sent using bandwidth efficient mode.etxrab1-54/+83
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-11/+14
2008-09-19Minor cleanup primarily related to proto_reg_handoff; spacing changeswmeier1-183/+179
2008-01-07More Generic parameters.etxrab1-2/+61
2007-08-24From Chris Maynard:etxrab1-16/+16
2007-06-08From Stefan Wenk:etxrab1-136/+375
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
2006-11-01Handle RFC 3267 Bandwidth-efficient mode.etxrab1-73/+88
2006-06-27From Neil Piercy:etxrab1-1/+2
2006-05-27Handle the case with only one speech sample.etxrab1-2/+5
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-05Bill Meier:jmayer1-1/+1
2005-11-05Packet-amr Register as "AMR" not "amr".etxrab1-1/+1
2005-10-05Don't reinvent the wheel, use val_to_str/match_strvaljmayer1-9/+6
2005-10-02From Jeff Snyderetxrab1-1/+9
2005-09-19Add a preference to decode different types of AMR payload.etxrab1-23/+232
2005-08-08various code cleanup:ulfl1-4/+0
2005-03-27Use the new table for dynamic payload types.etxrab1-0/+1
2005-03-06Fix a minor bug with FT_BOOLEAN.etxrab1-2/+2
2005-01-08Get rid of some of the boilerplate comments from the sample dissector,guy1-8/+3
2005-01-08Add a dissector for RTP payload AMR RFC 3267etxrab1-0/+255