aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-4/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-27Remove use of pinfo->private_data and just pass the data around through funct...Michael Mann1-119/+109
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-3/+3
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-9/+9
2013-09-03Fix "Tones off" value typo introduced in r51613Pascal Quantin1-12/+12
2013-08-31According to X.S0059 specification, when using FemtoInterfaceMsg Body the Inf...Pascal Quantin1-2/+6
2013-08-31Fix (for real) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9068 :Pascal Quantin1-2/+130
2013-08-31From Jon Carmicheal via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-0/+5
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+1
2013-08-07Fix dissection of FemtoInterfaceMsg media type when it includes a mandatory L...Pascal Quantin1-11/+30
2013-07-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8883 :Pascal Quantin1-85/+140
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-4/+2
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+11
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-7/+7
2013-03-19From beroset:Anders Broman1-7/+7
2013-03-13- [-Wmissing-prototypes]Anders Broman1-2/+1
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-3/+6
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-0/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-4/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-18/+7
2012-07-07From Evan Huus: fix "Unused variable in packet-ansi_a.c"Bill Meier1-2/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-3/+0
2012-04-18Fix Bug 7119 ANSI MAP infinite loop.Anders Broman1-23/+34
2012-04-16From Evan Huus:Anders Broman1-1/+1
2012-02-11Global variables considered harmful. Pass pinfo along as a parameter;Guy Harris1-196/+193
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-07-07In elem_cell_id_aux(), in the case of an unknown/invalid disc, be sure toChris Maynard1-2/+2
2011-04-27#include <stdlib.h> not required;Bill Meier1-285/+284
2011-04-27From Yaniv Kaul:Bill Meier1-6/+1
2011-04-22Use _U_ for unused function parameters instead of assigning a variableStephen Fisher1-12/+5
2011-04-17One more unused argument.Stig Bjørlykke1-2/+1
2011-04-17Mark unused arguments with _U_.Stig Bjørlykke1-22/+11
2011-04-17Removed unneeded assignments to self.Stig Bjørlykke1-2/+0
2011-02-17Fix gcc compilation errors.Gerald Combs1-7/+7
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-7/+7
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-12-17Use printf modifier %u for guint32 values.Stig Bjørlykke1-2/+2
2010-10-11Define some fcns & vars as static;Bill Meier1-1/+1
2010-09-03From Michael Lum:Anders Broman1-111/+213
2010-05-19Followup to rev 23668: ansi_a_ios501_elem_1_strings[] andJeff Morriss1-146/+90
2010-04-14Fix the buildJeff Morriss1-2/+4
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-2/+13