aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Fix Function call argument is an uninitialized valueMichael Mann1-4/+4
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-112/+63
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-21/+5
2014-03-29Tighten the NO_MORE_DATA_CHECK macrosEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_memdup(), not tvb_get_string(), when copying octets (such asGuy Harris1-9/+9
2014-01-09Revert "from me" changes of r54676. Checks for NULL were functional logic, n...Michael Mann1-7/+24
2014-01-09Mark an unused parameter as such.Guy Harris1-1/+1
2014-01-09Remove some global variables. Bug 9471 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-540/+480
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-19Exposing a couple of more constant arrays for ANSI-637. Bug 9471 (https://bu...Michael Mann1-2/+2
2013-12-18Presumably ansi_tsb58_language_ind_vals shouldn't be static (since it's liste...Jeff Morriss1-1/+1
2013-12-18ANSI A-interface improvements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann1-1284/+977
2013-12-17Do not modify the bytes given to proto_tree_add_uint_format_value() in case t...Pascal Quantin1-8/+8
2013-12-17Fix a crash when calling try_val_to_str_ext()Pascal Quantin1-4/+4
2013-12-17Fix the offset when dissecting a Signal reserved fieldPascal Quantin1-1/+1
2013-12-16Intialise a variable to avoid a (bogus) warning with my version of gccMartin Mathieson1-1/+1
2013-12-16Get rid of unused variable.Guy Harris1-2/+2
2013-12-16Fix typo in formatting string (%%s should be %s).Guy Harris1-2/+2
2013-12-16ANSI A-interface enhancements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann1-4613/+5512
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