aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Compile fix: camel_obj_id -> obj_id.stig1-1/+1
2011-04-05Actually get the oid string ...etxrab1-11/+29
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 858;wmeier1-82/+80
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 882;wmeier1-9/+8
2011-04-05Remove some unused hf_ variables.morriss1-38/+0
2011-04-05From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss4-122/+416
2011-04-04 Don't assign to a proto_item * if the value won't be used: Coverity 850;wmeier1-7/+4
2011-04-04Fix "MISSING_BREAK"; Coverity 436.wmeier1-2/+2
2011-04-04 Don't assign to a proto_item * if the value won't be used: Coverity 846 & 848;wmeier1-11/+6
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 836;wmeier1-10/+4
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 832-834.wmeier1-68/+68
2011-04-04Fix Coverity 1137, 1138, 1139: UNUSED_VALUEsfisher1-6/+3
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 829 & 830;wmeier1-105/+102
2011-04-04Fix compilation error:sfisher1-1/+1
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 827;wmeier1-6/+9
2011-04-04Don't assign to a variable if the value won't be used: Coverity 826;wmeier1-38/+32
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 823 & 824;wmeier1-38/+34
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 820/821;wmeier1-7/+4
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.wmeier4-15/+15
2011-04-04Mark pinfo as unused.etxrab1-1/+1
2011-04-04Get rid of gsm_a_dtap_pinfo.etxrab6-68/+56
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab24-1036/+1013
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab11-563/+561
2011-04-04From jakub Zawadzki:etxrab2-8/+17
2011-04-03Don't assign to a proto_item* if the value won't be used: Coverity 885-889wmeier1-1351/+1320
2011-04-03[Automatic manuf, services and enterprise-numbers update for 2011-04-03]gerald1-9/+197
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).etxrab1-17/+28
2011-04-01From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-33/+70
2011-04-01Avoid potential buffer overruns when sscanf'ing strings.cmaynard1-2/+2
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.cmaynard1-1/+1
2011-04-01Take care not to append RLC mode to proto_item twice.martinm1-3/+0
2011-03-31Fix 11 occurrences of returned pointer never used. Fixes CID's 1064-1067.cmaynard1-12/+11
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.cmaynard1-1/+1
2011-03-31Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712.cmaynard1-3/+1
2011-03-31From Alexis La Goutte via bug 5790: Fix 8 clang warnings, all of which were:cmaynard1-7/+13
2011-03-31Delete unused header fields found by running tools/checkhf.pl.cmaynard2-11/+0
2011-03-31(Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.wmeier1-26/+26
2011-03-31From Yair via bug 5779: Add option to leave AAL5 in unspecified format.cmaynard1-1/+15
2011-03-31From Andrew Feren via bug 5775: Correct types on several info elements.cmaynard1-13/+17
2011-03-31Register tcp by name.stig1-1/+2
2011-03-31Use correct functions to fetch protocol name for a dissector registered stig1-9/+6
2011-03-31Added dissector_handle_get_long_name().stig2-0/+14
2011-03-31Use correct length for clientaddr4 callback address entry.stig1-2/+2
2011-03-30remove two pointless const in castssahlberg1-1/+1
2011-03-30remove some assignments we dont usesahlberg1-11/+11
2011-03-29Change TCP_PORT_MANGO to TCP_PORT_MONGO.cmaynard1-2/+2
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.morriss1-15/+19
2011-03-29From Alexis La Goutte via bug 5790: Add partial bit flag in query.cmaynard1-0/+7
2011-03-29Remove check_col().etxrab1-17/+13
2011-03-29Guard against NULL return from find_protocol_by_id().stig1-0/+3