summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ...Anders Broman1-14/+28
2011-11-16Cleanup & reformatting: whitespace & long-lines.Bill Meier1-135/+168
2011-11-16Thou shalt not use proto_tree_add_string() with an FT_BYTES field.Guy Harris1-2/+3
2011-11-16Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_...Chris Maynard1-8/+7
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier8-9/+9
2011-11-15Remove unneeded #includeBill Meier1-2/+2
2011-11-15(Trivial) Reformat some long lines & do some whitespace cleanup.Bill Meier1-22/+29
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()Anders Broman1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aGuy Harris1-0/+1
2011-11-15Rename channel_type enums to avoid possible naming conflicts.Chris Maynard1-40/+41
2011-11-15More indentation cleanup.Guy Harris1-11/+11
2011-11-15Clean up indentation.Guy Harris1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'Anders Broman1-1/+1
2011-11-15Restore dissection of contact parameters.Anders Broman1-22/+66
2011-11-15Remove unneeded #includes;Bill Meier1-12/+10
2011-11-15Move proto_reg_handoff...() to the end of the file as per convention;Bill Meier1-75/+73
2011-11-15Append important details from LI and SURI trees to root item.Martin Mathieson1-16/+24
2011-11-15Fix some svn propertiesBill Meier1-1/+1
2011-11-15UMTS RLC:Martin Mathieson2-12/+66
2011-11-15Enhance CPHA dissectorAlexis La Goutte1-312/+202
2011-11-15From Michael Mann:Anders Broman1-45/+43
2011-11-15Rewrite some odd code. Clang Cat does not want:Guy Harris1-2/+1
2011-11-15At least as I read the code, there can be up to 3 receive channels (theGuy Harris1-6/+14
2011-11-15Get rid of the depth argument to dfilter_macro_apply(); have an internalGuy Harris3-114/+120
2011-11-14Append each op name to the operations sub-tree so you don't necessarily have ...Chris Maynard1-0/+2
2011-11-14Remove uneeded #includes, forward refs & check_col();Bill Meier4-36/+23
2011-11-14'guint8=tvb_get_guint8() + 2' can wrap. Use 'gint=...' instead. ditto for 'gi...Bill Meier1-53/+52
2011-11-14The Originator protocol identifier is not present in the "provisioning action...Chris Maynard1-2/+4
2011-11-14From Martin Kaiser:Anders Broman1-0/+24
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixGuy Harris1-5/+39
2011-11-14Very minor cleanup: remove some unneeded #includes & some trailing whitespaceBill Meier3-9/+6
2011-11-14[-Wunused-but-set-variable]Anders Broman3-12/+8
2011-11-14packet-sip.c:1412: warning: 'uri_param_end_offset' may be used uninitialized ...Anders Broman1-1/+1
2011-11-14From Johan Wåhl:Anders Broman1-34/+257
2011-11-14Add remaining UMTS RLC primitive parameters preceding RLC payload.Martin Mathieson1-1/+113
2011-11-14Fix Id tag.Anders Broman1-1/+1
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier13-1171/+1136
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris3-78/+170
2011-11-13As we're no longer checking whether we're constructing the Info column,Guy Harris1-8/+2
2011-11-13[Automatic manuf, services and enterprise-numbers update for 2011-11-13]Gerald Combs1-12/+164
2011-11-13The sum of a guint16 and 2 does not necessarily fit in a guint16. PutGuy Harris1-1/+1
2011-11-12Various additional fixes ....Bill Meier1-14/+14
2011-11-12Fix a formatting error.Bill Meier1-2/+5
2011-11-12Fix some compile errors and rework some code.Bill Meier1-73/+63
2011-11-12Fix compilation if HAVE_LIBGCRYPT is not defined.Michael Tüxen1-2/+2
2011-11-12Update URL.Guy Harris4-4/+4
2011-11-12Remove some unneeded 'if(pinfo)' tests;Bill Meier5-32/+10
2011-11-12Fix 2 typos.Bill Meier1-2/+2
2011-11-12Remove unneeded code.Bill Meier1-10/+3
2011-11-12Fix 2 typosBill Meier1-2/+2