aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amr.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-07Add AMR WB pino to make Decode As happy.Michael Mann1-1/+3
2017-10-27[AMR] Change the Payload type preference to a range and have separateAndersBroman1-16/+27
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-2/+2
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-6/+6
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-28/+34
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
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