aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amr.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Add an RFC reference and fix deprecated API.AndersBroman1-1/+2
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-22/+40
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-11Reject the packet if data is NULL. Leave the DISSECTOR_ASSERT(actx != NULL) ...Chris Maynard1-1/+6
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-6/+5
2013-11-03Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdis...Michael Mann1-5/+6
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-2/+2
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-6/+6
2013-06-09Batch of filterable expert infos.Michael Mann1-6/+22
2013-05-16From Neil Piercy:Anders Broman1-2/+2
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-10-16General cleanup:Bill Meier1-650/+648
2012-10-16replace proto_tree_add_text with filterable items and expert info to get a fe...Michael Mann1-8/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-16bool value should be FALSE.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-07-20Use ENC_BIG_ENDIAN.Anders Broman1-35/+35
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-2/+0
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 829 & 830;Bill Meier1-105/+102
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-2/+2
2011-02-04Get rid of check_col().Anders Broman1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-14Fix a couple of cut-n-paste errors.Anders Broman1-12/+12
2010-11-13Fix a typo.Anders Broman1-1/+1
2010-11-11Use value_string_ext.Anders Broman1-18/+23
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-16Add AMR-WB to the rtp_dyn_payload_type table.Anders Broman1-7/+32
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
2009-04-06Dissect g722.2 H.245 paramaters.Anders Broman1-0/+13
2008-12-22Add frame type index filter for AMR if sent using bandwidth efficient mode.Anders Broman1-54/+83
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-11/+14
2008-09-19Minor cleanup primarily related to proto_reg_handoff; spacing changesBill Meier1-183/+179
2008-01-07More Generic parameters.Anders Broman1-2/+61
2007-08-24From Chris Maynard:Anders Broman1-16/+16
2007-06-08From Stefan Wenk:Anders Broman1-136/+375
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-1/+1
2006-11-01Handle RFC 3267 Bandwidth-efficient mode.Anders Broman1-73/+88
2006-06-27From Neil Piercy:Anders Broman1-1/+2
2006-05-27Handle the case with only one speech sample.Anders Broman1-2/+5